Searched refs:ALIGN_DOWN (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/include/linux/ |
| H A D | kernel.h | 45 #define ALIGN_DOWN(x, a) ALIGN((x) - ((a) - 1), (a)) macro
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0016-libsparse-Add-hole-mode-to-sparse_file_read.patch | 142 + start = ALIGN_DOWN(start, s->block_size);
|
| /openbmc/qemu/subprojects/libvduse/ |
| H A D | libvduse.c | 52 #define ALIGN_DOWN(n, m) ((n) / (m) * (m)) macro 55 #define ALIGN_UP(n, m) ALIGN_DOWN((n) + (m) - 1, (m))
|
| /openbmc/u-boot/common/ |
| H A D | bootm.c | 453 ulong flush_start = ALIGN_DOWN(load, ARCH_DMA_MINALIGN); in bootm_load_os()
|
| /openbmc/qemu/subprojects/libvhost-user/ |
| H A D | libvhost-user.c | 80 #define ALIGN_DOWN(n, m) ((n) / (m) * (m)) macro 83 #define ALIGN_UP(n, m) ALIGN_DOWN((n) + (m) - 1, (m)) 442 fd_offset = ALIGN_DOWN(msg_region->mmap_offset, hugepagesize); in _vu_add_mem_reg()
|