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

/macosx-10.10/libmalloc-53.1.1/src/
H A Dbitarray.c131 #define NUM_64b (1 << (NB - 6)) // number of 64-bit words we process at once macro
134 #define LEVEL0 (NUM_64b)
135 #define LEVEL1 (LEVEL0 + (1 << NB)*NUM_64b)
136 #define LEVEL2 (LEVEL1 + (1 << (NB+NB))*NUM_64b)
137 #define LEVEL3 (LEVEL2 + (1 << (NB+NB+NB))*NUM_64b)
177 for (unsigned w = 0; w < NUM_64b; w++) {
187 if (changed && (NUM_64b != 1)) {
197 if (changed && (NUM_64b != 1)) {
205 // does NUM_64b memory reads, at most
209 for (unsigned w = 0; w < NUM_64b;
[all...]

Completed in 69 milliseconds