OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1146 milliseconds