Home
last modified time | relevance | path

Searched refs:ALIGN_DOWN (Results 1 – 15 of 15) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ipc/shmat/
Dshmat01.c44 #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/
Dintel_tiled_memcpy.c47 #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/
Dffi.c64 argp = (char *) ALIGN_DOWN(ALIGN_DOWN(argp, (*p_arg)->alignment), 4); in ffi_prep_args()
/external/libffi/src/metag/
Dffi.c64 argp = (char *) ALIGN_DOWN(ALIGN_DOWN(argp, (*p_arg)->alignment), 4); in ffi_prep_args()
/external/python/cpython2/Modules/_ctypes/libffi/include/
Dffi_common.h78 #define ALIGN_DOWN(v, a) (((size_t) (v)) & -a) macro
/external/libffi/include/
Dffi_common.h78 #define ALIGN_DOWN(v, a) (((size_t) (v)) & -a) macro
/external/libffi/src/frv/
Dffi.c110 return (stack + ((count > 24) ? 24 : ALIGN_DOWN(count, 8))); in ffi_prep_args()
/external/python/cpython2/Modules/_ctypes/libffi/src/moxie/
Dffi.c103 return (stack + ((count > 24) ? 24 : ALIGN_DOWN(count, 8))); in ffi_prep_args()
/external/libffi/src/moxie/
Dffi.c103 return (stack + ((count > 24) ? 24 : ALIGN_DOWN(count, 8))); in ffi_prep_args()
/external/python/cpython2/Modules/_ctypes/libffi/src/frv/
Dffi.c110 return (stack + ((count > 24) ? 24 : ALIGN_DOWN(count, 8))); in ffi_prep_args()
/external/u-boot/include/linux/
Dkernel.h41 #define ALIGN_DOWN(x, a) ALIGN((x) - ((a) - 1), (a)) macro
/external/linux-kselftest/tools/testing/selftests/x86/
Dprotection_keys.c56 #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/
Dbootm.c455 ulong flush_start = ALIGN_DOWN(load, ARCH_DMA_MINALIGN); in bootm_load_os()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.14221 * include/ffi_common.h (ALIGN_DOWN): New macro.
/external/libffi/
DChangeLog.libffi-3.14221 * include/ffi_common.h (ALIGN_DOWN): New macro.