Home
last modified time | relevance | path

Searched refs:ROUND (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendian-ness_handling.patch117 -#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 D32and64bit.patch114 +#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 Ddma-mapping.h16 *handle = (unsigned long)memalign(ARCH_DMA_MINALIGN, ROUND(len, ARCH_DMA_MINALIGN)); in dma_alloc_coherent()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dio.h52 flush_dcache_range(addr, addr + ROUND(length, CACHELINE_SIZE)); in dwc3_flush_cache()
/openbmc/u-boot/include/configs/
H A Dusb_a9263.h92 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
H A Dmeesc.h116 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
H A Dat91sam9rlek.h105 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
H A Dpm9g45.h117 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024,\
H A Dpicosam9g45.h104 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
H A Dat91sam9261ek.h133 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
H A Dat91sam9260ek.h156 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
H A Dat91rm9200ek.h168 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + SZ_128K, \
H A Dat91sam9m10g45ek.h96 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
H A Dcorvus.h101 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
H A Dtaurus.h129 ROUND(3 * CONFIG_ENV_SIZE + SZ_4M, 0x1000)
H A Dsmartweb.h77 ROUND(3 * CONFIG_ENV_SIZE + (4 * SZ_1M), 0x1000)
H A Dat91sam9263ek.h241 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
H A Dpm9261.h265 ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)
H A Dpm9263.h295 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)
/openbmc/u-boot/include/
H A Dmemalign.h72 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
/openbmc/u-boot/tools/
H A Drkcommon.c174 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 Dnvtboot_mem.c102 bank_start = ROUND(bank_start, SZ_2M); in dram_init()
H A Dnvtboot_board.c109 u64 allocated = ROUND(bank_start, align) + offset; in alloc_ram()
/openbmc/u-boot/drivers/net/
H A Dpch_gbe.h23 #define PCH_GBE_RX_FRAME_LEN ROUND(10318, PCH_GBE_ALIGN_SIZE)
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_xfer_dma.c114 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()

12