Searched refs:ALIGN_DOWN (Results 1 – 15 of 15) sorted by relevance
/external/ltp/testcases/kernel/syscalls/ipc/shmat/ |
D | shmat01.c | 44 #define ALIGN_DOWN(in_addr) ((void *)(((uintptr_t)in_addr / SHMLBA) * SHMLBA)) macro 70 return ALIGN_DOWN(in_addr); in expected_addr()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_tiled_memcpy.c | 47 #define ALIGN_DOWN(a, b) ROUND_DOWN_TO(a, b) macro 661 xt0 = ALIGN_DOWN(xt1, tw); in linear_to_tiled() 663 yt0 = ALIGN_DOWN(yt1, th); in linear_to_tiled() 691 x2 = ALIGN_DOWN(x3, span); in linear_to_tiled() 752 xt0 = ALIGN_DOWN(xt1, tw); in tiled_to_linear() 754 yt0 = ALIGN_DOWN(yt1, th); in tiled_to_linear() 782 x2 = ALIGN_DOWN(x3, span); in tiled_to_linear()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/ |
D | ffi.c | 64 argp = (char *) ALIGN_DOWN(ALIGN_DOWN(argp, (*p_arg)->alignment), 4); in ffi_prep_args()
|
/external/libffi/src/metag/ |
D | ffi.c | 64 argp = (char *) ALIGN_DOWN(ALIGN_DOWN(argp, (*p_arg)->alignment), 4); in ffi_prep_args()
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
D | ffi_common.h | 78 #define ALIGN_DOWN(v, a) (((size_t) (v)) & -a) macro
|
/external/libffi/include/ |
D | ffi_common.h | 78 #define ALIGN_DOWN(v, a) (((size_t) (v)) & -a) macro
|
/external/libffi/src/frv/ |
D | ffi.c | 110 return (stack + ((count > 24) ? 24 : ALIGN_DOWN(count, 8))); in ffi_prep_args()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/moxie/ |
D | ffi.c | 103 return (stack + ((count > 24) ? 24 : ALIGN_DOWN(count, 8))); in ffi_prep_args()
|
/external/libffi/src/moxie/ |
D | ffi.c | 103 return (stack + ((count > 24) ? 24 : ALIGN_DOWN(count, 8))); in ffi_prep_args()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/frv/ |
D | ffi.c | 110 return (stack + ((count > 24) ? 24 : ALIGN_DOWN(count, 8))); in ffi_prep_args()
|
/external/u-boot/include/linux/ |
D | kernel.h | 41 #define ALIGN_DOWN(x, a) ALIGN((x) - ((a) - 1), (a)) macro
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | protection_keys.c | 56 #define ALIGN_DOWN(x, align_to) ((x) & ~((align_to)-1)) macro 58 #define ALIGN_PTR_DOWN(p, ptr_align_to) ((typeof(p))ALIGN_DOWN((unsigned long)(p), ptr_align_to))
|
/external/u-boot/common/ |
D | bootm.c | 455 ulong flush_start = ALIGN_DOWN(load, ARCH_DMA_MINALIGN); in bootm_load_os()
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 4221 * include/ffi_common.h (ALIGN_DOWN): New macro.
|
/external/libffi/ |
D | ChangeLog.libffi-3.1 | 4221 * include/ffi_common.h (ALIGN_DOWN): New macro.
|