Home
last modified time | relevance | path

Searched defs:ALIGN_UP (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/porting/linux/user/ldso/
Dcfi.c70 #define ALIGN_UP(a, b) (((a) + (b) - 1) & -(b)) macro
/third_party/ffmpeg/libavfilter/
Dvf_yadif_cuda.c47 #define ALIGN_UP(a, b) (((a) + (b) - 1) & ~((b) - 1)) macro
/third_party/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c48 #define ALIGN_UP(a, b) ALIGN(a, b) macro
/third_party/f2fs-tools/include/
Df2fs_fs.h458 #define ALIGN_UP(addrs, size) ALIGN_DOWN(((addrs) + (size) - 1), (size)) macro