Home
last modified time | relevance | path

Searched defs:ALIGN_DOWN (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/
Dshmat01.c31 #define ALIGN_DOWN(in_addr) ((void *)(((uintptr_t)in_addr / SHMLBA) * SHMLBA)) macro
/third_party/musl/ldso/linux/
Dcfi.c71 #define ALIGN_DOWN(a, b) ((a) & -(b)) macro
/third_party/musl/porting/linux/user/ldso/
Dcfi.c71 #define ALIGN_DOWN(a, b) ((a) & -(b)) macro
/third_party/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c47 #define ALIGN_DOWN(a, b) ROUND_DOWN_TO(a, b) macro
/third_party/f2fs-tools/include/
Df2fs_fs.h459 #define ALIGN_DOWN(addrs, size) (((addrs) / (size)) * (size)) macro