Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_primes.c46 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/external/arm-trusted-firmware/include/lib/
Dutils_def.h104 #define round_down(value, boundary) \ macro
/external/erofs-utils/include/erofs/
Ddefs.h97 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/external/f2fs-tools/include/
Df2fs_fs.h626 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro