| /openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | endian-ness_handling.patch | 117 -#define ROUND(len) (((len) + sizeof (Elf32_Word)) - 1) & -sizeof (Elf32_Word))) 119 - + ROUND (abi_note[0]) 120 - + ROUND (abi_note[1]); 121 +#define ROUND(len) (((len) + sizeof (Elf32_Word) - 1) & -sizeof (Elf32_Word)) 123 + + ROUND (read32(abi_note[0], be)) 124 + + ROUND (read32(abi_note[1], be)); 263 +#undef ROUND 264 #define ROUND(len) (((len) + sizeof (Elf64_Word) - 1) & -sizeof (Elf64_Word)) 266 - + ROUND (abi_note[0]) 267 - + ROUND (abi_note[1]); [all …]
|
| H A D | 32and64bit.patch | 114 +#define ROUND(len) (((len) + sizeof (Elf32_Word)) - 1) & -sizeof (Elf32_Word))) 116 + + ROUND (abi_note[0]) 117 + + ROUND (abi_note[1]); 273 -#define ROUND(len) (((len) + sizeof (ElfW(Word)) - 1) & -sizeof (ElfW(Word))) 275 +#define ROUND(len) (((len) + sizeof (Elf64_Word) - 1) & -sizeof (Elf64_Word)) 277 + ROUND (abi_note[0]) 278 + ROUND (abi_note[1]);
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | dma-mapping.h | 16 *handle = (unsigned long)memalign(ARCH_DMA_MINALIGN, ROUND(len, ARCH_DMA_MINALIGN)); in dma_alloc_coherent()
|
| /openbmc/u-boot/drivers/usb/dwc3/ |
| H A D | io.h | 52 flush_dcache_range(addr, addr + ROUND(length, CACHELINE_SIZE)); in dwc3_flush_cache()
|
| /openbmc/u-boot/include/configs/ |
| H A D | usb_a9263.h | 92 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
| H A D | meesc.h | 116 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
|
| H A D | at91sam9rlek.h | 105 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
| H A D | pm9g45.h | 117 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024,\
|
| H A D | picosam9g45.h | 104 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
| H A D | at91sam9261ek.h | 133 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
| H A D | at91sam9260ek.h | 156 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
| H A D | at91rm9200ek.h | 168 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + SZ_128K, \
|
| H A D | at91sam9m10g45ek.h | 96 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
| H A D | corvus.h | 101 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
|
| H A D | taurus.h | 129 ROUND(3 * CONFIG_ENV_SIZE + SZ_4M, 0x1000)
|
| H A D | smartweb.h | 77 ROUND(3 * CONFIG_ENV_SIZE + (4 * SZ_1M), 0x1000)
|
| H A D | at91sam9263ek.h | 241 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
| H A D | pm9261.h | 265 ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)
|
| H A D | pm9263.h | 295 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)
|
| /openbmc/u-boot/include/ |
| H A D | memalign.h | 72 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
|
| /openbmc/u-boot/tools/ |
| H A D | rkcommon.c | 174 hdr->init_size = ROUND(hdr->init_size, 4); in rkcommon_set_header0() 375 padded_size = ROUND(unpadded_size, alignment); in rkcommon_vrec_header()
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra186/ |
| H A D | nvtboot_mem.c | 102 bank_start = ROUND(bank_start, SZ_2M); in dram_init()
|
| H A D | nvtboot_board.c | 109 u64 allocated = ROUND(bank_start, align) + offset; in alloc_ram()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | pch_gbe.h | 23 #define PCH_GBE_RX_FRAME_LEN ROUND(10318, PCH_GBE_ALIGN_SIZE)
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg_xfer_dma.c | 114 ROUND(ep->len, CONFIG_SYS_CACHELINE_SIZE)); in setdma_rx() 151 ROUND(ep->len, CONFIG_SYS_CACHELINE_SIZE)); in setdma_tx() 232 ROUND(xfer_size, CONFIG_SYS_CACHELINE_SIZE)); in complete_rx() 727 ROUND(max, CONFIG_SYS_CACHELINE_SIZE)); in dwc2_fifo_read() 912 ROUND(sizeof(g_status), CONFIG_SYS_CACHELINE_SIZE)); in dwc2_udc_get_status()
|