Home
last modified time | relevance | path

Searched refs:nlevels (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc/src/
Dbitmap.c43 binfo->nlevels = i; in bitmap_info_init()
51 return (binfo->levels[binfo->nlevels].group_offset << LG_SIZEOF_BITMAP); in bitmap_info_ngroups()
76 memset(bitmap, 0xffU, binfo->levels[binfo->nlevels].group_offset << in bitmap_init()
82 for (i = 1; i < binfo->nlevels; i++) { in bitmap_init()
/external/jemalloc/include/jemalloc/internal/
Dbitmap.h36 unsigned nlevels; member
70 unsigned rgoff = binfo->levels[binfo->nlevels].group_offset - 1; in bitmap_full()
107 for (i = 1; i < binfo->nlevels; i++) { in bitmap_set()
131 i = binfo->nlevels - 1; in bitmap_sfu()
165 for (i = 1; i < binfo->nlevels; i++) { in bitmap_unset()
/external/chromium_org/third_party/skia/third_party/lua/src/
Dlstrlib.c557 int nlevels = (ms->level == 0 && s) ? 1 : ms->level; in push_captures() local
558 luaL_checkstack(ms->L, nlevels, "too many captures"); in push_captures()
559 for (i = 0; i < nlevels; i++) in push_captures()
561 return nlevels; /* number of strings pushed */ in push_captures()