HomeSort by relevance Sort by last modified time
    Searched refs:nlevels (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/src/
bitmap.c 43 binfo->nlevels = i;
51 return (binfo->levels[binfo->nlevels].group_offset << LG_SIZEOF_BITMAP);
76 memset(bitmap, 0xffU, binfo->levels[binfo->nlevels].group_offset <<
82 for (i = 1; i < binfo->nlevels; i++) {
  /external/jemalloc/include/jemalloc/internal/
bitmap.h 36 unsigned nlevels; member in struct:bitmap_info_s
39 * Only the first (nlevels+1) elements are used, and levels are ordered
70 unsigned rgoff = binfo->levels[binfo->nlevels].group_offset - 1;
107 for (i = 1; i < binfo->nlevels; i++) {
131 i = binfo->nlevels - 1;
165 for (i = 1; i < binfo->nlevels; i++) {
  /external/chromium_org/third_party/skia/third_party/lua/src/
lstrlib.c 557 int nlevels = (ms->level == 0 && s) ? 1 : ms->level; local
558 luaL_checkstack(ms->L, nlevels, "too many captures");
559 for (i = 0; i < nlevels; i++)
561 return nlevels; /* number of strings pushed */

Completed in 154 milliseconds