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/uboot/u-boot-2020.01/include/linux/
Dkernel.h47 #define ALIGN_DOWN(x, a) ALIGN((x) - ((a) - 1), (a)) macro
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbaseaudiopayload.c652 #define ALIGN_DOWN(val,len) ((val) - ((val) % (len))) macro
/third_party/f2fs-tools/lib/
Dlibf2fs.c504 #define ALIGN_DOWN(addrs, size) (((addrs) / (size)) * (size)) macro
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Dwdm.h10495 #define ALIGN_DOWN(size, type) \ macro