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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lauxlib.c 120 int numlevels = countlevels(L1); local
121 int mark = (numlevels > LEVELS1 + LEVELS2) ? LEVELS1 : 0;
127 level = numlevels - LEVELS2; /* and skip to last ones */
  /external/skia/third_party/lua/src/
lauxlib.c 120 int numlevels = countlevels(L1); local
121 int mark = (numlevels > LEVELS1 + LEVELS2) ? LEVELS1 : 0;
127 level = numlevels - LEVELS2; /* and skip to last ones */
  /external/syslinux/com32/lua/src/
lauxlib.c 120 int numlevels = countlevels(L1); local
121 int mark = (numlevels > LEVELS1 + LEVELS2) ? LEVELS1 : 0;
127 level = numlevels - LEVELS2; /* and skip to last ones */

Completed in 96 milliseconds