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

  /external/jemalloc/src/
bitmap.c 33 binfo->nlevels = i;
41 return (binfo->levels[binfo->nlevels].group_offset);
62 for (i = 1; i < binfo->nlevels; i++) {
  /external/jemalloc/include/jemalloc/internal/
bitmap.h 100 unsigned nlevels; member in struct:bitmap_info_s
103 * Only the first (nlevels+1) elements are used, and levels are ordered
138 size_t rgoff = binfo->levels[binfo->nlevels].group_offset - 1;
185 for (i = 1; i < binfo->nlevels; i++) {
211 i = binfo->nlevels - 1;
254 for (i = 1; i < binfo->nlevels; i++) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/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 */
  /external/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 */
  /external/syslinux/com32/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 */
  /external/libvpx/libvpx/vpx_dsp/
fastssim.c 46 int nlevels; member in struct:fs_ctx
75 _ctx->nlevels = _nlevels;

Completed in 434 milliseconds