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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstrlib.c 217 #if !defined(MAXCCALLS)
218 #define MAXCCALLS 200
605 ms.matchdepth = MAXCCALLS;
612 lua_assert(ms.matchdepth == MAXCCALLS);
646 ms.matchdepth = MAXCCALLS;
655 lua_assert(ms.matchdepth == MAXCCALLS);
753 ms.matchdepth = MAXCCALLS;
760 lua_assert(ms.matchdepth == MAXCCALLS);
  /external/skia/third_party/lua/src/
lstrlib.c 217 #if !defined(MAXCCALLS)
218 #define MAXCCALLS 200
605 ms.matchdepth = MAXCCALLS;
612 lua_assert(ms.matchdepth == MAXCCALLS);
646 ms.matchdepth = MAXCCALLS;
655 lua_assert(ms.matchdepth == MAXCCALLS);
753 ms.matchdepth = MAXCCALLS;
760 lua_assert(ms.matchdepth == MAXCCALLS);
  /external/syslinux/com32/lua/src/
lstrlib.c 217 #if !defined(MAXCCALLS)
218 #define MAXCCALLS 200
605 ms.matchdepth = MAXCCALLS;
612 lua_assert(ms.matchdepth == MAXCCALLS);
646 ms.matchdepth = MAXCCALLS;
655 lua_assert(ms.matchdepth == MAXCCALLS);
753 ms.matchdepth = MAXCCALLS;
760 lua_assert(ms.matchdepth == MAXCCALLS);

Completed in 1469 milliseconds