HomeSort by: relevance | last modified time | path
    Searched defs:NPS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
arena_decay.c 262 #define NPS 2048
267 void *ps[NPS];
284 for (unsigned i = 0; i < NPS; i++) {
297 for (unsigned i = 0; i < NPS; i += 2) {
314 #undef NPS
321 #define NPS (SMOOTHSTEP_NSTEPS + 1)
323 void *ps[NPS];
348 for (i = 0; i < NPS; i++) {
353 for (i = 0; i < NPS; i++) {
372 #undef NPS
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
arena_decay.c 267 #define NPS 2048
272 void *ps[NPS];
290 for (unsigned i = 0; i < NPS; i++) {
303 for (unsigned i = 0; i < NPS; i += 2) {
320 #undef NPS
327 #define NPS (SMOOTHSTEP_NSTEPS + 1)
329 void *ps[NPS];
355 for (i = 0; i < NPS; i++) {
360 for (i = 0; i < NPS; i++) {
379 #undef NPS
    [all...]

Completed in 50 milliseconds