Home
last modified time | relevance | path

Searched refs:NUM_RESERVED (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllex.h34 #define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1)) macro
Dllex.c67 for (i=0; i<NUM_RESERVED; i++) { in luaX_init()