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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lapi.h 20 #define api_checknelems(L,n) api_check(L, (n) < (L->top - L->ci->func), \ macro
  /external/syslinux/com32/lua/src/
lapi.h 20 #define api_checknelems(L,n) api_check(L, (n) < (L->top - L->ci->func), \ macro

Completed in 127 milliseconds