Home
last modified time | relevance | path

Searched defs:rounddown (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/erofs-utils/include/erofs/
H A Ddefs.h112 #define rounddown(x, y) ( \ macro
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_mmap_gtt.c688 #define rounddown(x, y) (x - (x%y)) macro
/aosp_15_r20/external/igt-gpu-tools/benchmarks/
H A Dgem_wsim.c1068 #define rounddown(x, y) (x - (x%y)) macro