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

/netbsd-current/usr.bin/nbperf/
H A Dnbperf-bdz.c76 uint16_t *holes64; member in struct:state
125 state->holes64[i >> 6] = holes - state->holes64k[i >> 16];
208 "\tstatic const uint16_t holes64[%" PRId32 "] = {\n",
213 state->holes64[i >> 6],
252 "\tidx2 = idx - holes64[idx >> 6] - holes64k[idx >> 16];\n"
293 state.holes64 = calloc(sizeof(uint16_t), (v + 63) / 64 );
298 if (state.holes64k == NULL || state.holes64 == NULL ||
317 free(state.holes64);

Completed in 202 milliseconds