Home
last modified time | relevance | path

Searched refs:rounddown (Results 1 – 5 of 5) sorted by relevance

/external/erofs-utils/include/erofs/
Ddefs.h106 #define rounddown(x, y) ( \ macro
/external/igt-gpu-tools/tests/i915/
Dgem_mmap_gtt.c688 #define rounddown(x, y) (x - (x%y)) macro
728 valid_size = rounddown(valid_size, tile_row_size(tiling_a, min_tile_width(devid, tiling_a))); in test_huge_copy()
736 valid_size = rounddown(valid_size, tile_row_size(tiling_b, max_tile_width(devid, tiling_b))); in test_huge_copy()
/external/erofs-utils/lib/
Dzmap.c250 compacted_2b = rounddown(totalidx - compacted_4b_initial, 16); in compacted_load_cluster_from_disk()
Dcompress.c336 compacted_2b = rounddown(totalidx - in z_erofs_convert_to_compacted_format()
/external/igt-gpu-tools/benchmarks/
Dgem_wsim.c1068 #define rounddown(x, y) (x - (x%y)) macro
1133 mmap_start = rounddown(batch_start, PAGE_SIZE); in terminate_bb()