Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dbitmap.c33 binfo->nlevels = i; in bitmap_info_init()
41 return (binfo->levels[binfo->nlevels].group_offset); in bitmap_info_ngroups()
62 for (i = 1; i < binfo->nlevels; i++) { in bitmap_init()
/external/jemalloc/include/jemalloc/internal/
Dbitmap.h100 unsigned nlevels; member
138 size_t rgoff = binfo->levels[binfo->nlevels].group_offset - 1; in bitmap_full()
185 for (i = 1; i < binfo->nlevels; i++) { in bitmap_set()
211 i = binfo->nlevels - 1; in bitmap_sfu()
254 for (i = 1; i < binfo->nlevels; i++) { in bitmap_unset()
/external/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()
/external/syslinux/com32/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()
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c46 int nlevels; member
75 _ctx->nlevels = _nlevels; in fs_ctx_init()