Home
last modified time | relevance | path

Searched refs:CLUSTER_SIZE (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/regression/
Dmalloc-free-performance.c9 #define CLUSTER_SIZE 16 macro
160 void *ptr[CLUSTER_SIZE] = {0}; in main()
172 for (int i = 0; i < MALLOC_TIME / CLUSTER_SIZE; ++i) { in main()
173 for (int j = 0; j < CLUSTER_SIZE; ++j) { in main()
182 for (int j = 0; j < CLUSTER_SIZE; ++j) { in main()
/third_party/e2fsprogs/lib/blkid/
Dprobe.c1495 if (offset % CLUSTER_SIZE(sb) == 0) { in find_exfat_entry_label()
1517 if (!sb || CLUSTER_SIZE(sb) == 0) { in probe_exfat()
Dprobe.h799 #define CLUSTER_SIZE(sb) (BLOCK_SIZE(sb) << (sb)->bpc_bits) macro
/third_party/mesa3d/src/compiler/nir/
Dnir_intrinsics.py429 indices=[REDUCTION_OP, CLUSTER_SIZE], flags=[CAN_ELIMINATE])