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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llimits.h 64 #define lua_longassert(c) { if (!(c)) lua_assert(0); } macro
68 #define lua_longassert(c) ((void)0) macro
  /external/skia/third_party/lua/src/
llimits.h 64 #define lua_longassert(c) { if (!(c)) lua_assert(0); } macro
68 #define lua_longassert(c) ((void)0) macro
  /external/syslinux/com32/lua/src/
llimits.h 64 #define lua_longassert(c) { if (!(c)) lua_assert(0); } macro
68 #define lua_longassert(c) ((void)0) macro

Completed in 89 milliseconds