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/porting/linux/user/ldso/
Dcfi.c71 #define ALIGN_DOWN(a, b) ((a) & -(b)) macro
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbaseaudiopayload.c657 #define ALIGN_DOWN(val,len) ((val) - ((val) % (len))) 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.h457 #define ALIGN_DOWN(addrs, size) (((addrs) / (size)) * (size)) macro