Home
last modified time | relevance | path

Searched refs:CLUSTER_SIZE (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/regression/
H A 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITest.java982 static final int CLUSTER_SIZE = 100; in TestRandomAccess()
987 lastNum += (randomGenerator.next() % CLUSTER_SIZE); in TestRandomAccess()
988 lastNum -= CLUSTER_SIZE / 2; in TestRandomAccess()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_intrinsics.py447 indices=[REDUCTION_OP, CLUSTER_SIZE], flags=[CAN_ELIMINATE])

Completed in 4 milliseconds