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

  /src/external/bsd/jemalloc.old/dist/test/analyze/
rand.c 223 #define LG_N_DIVIDE 3
224 #define N_DIVIDE (1 << LG_N_DIVIDE)
251 assert_zu_ge(lg_prof_sample, LG_N_DIVIDE, "");
252 const size_t lg_bucket_width = lg_prof_sample - LG_N_DIVIDE;
260 #undef LG_N_DIVIDE
  /src/external/bsd/jemalloc/dist/test/analyze/
rand.c 225 # define LG_N_DIVIDE 3
226 # define N_DIVIDE (1 << LG_N_DIVIDE)
254 assert_zu_ge(lg_prof_sample, LG_N_DIVIDE, "");
255 const size_t lg_bucket_width = lg_prof_sample - LG_N_DIVIDE;
264 # undef LG_N_DIVIDE

Completed in 15 milliseconds