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

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 19 #define LUA_VERSION_MAJOR "5"
24 #define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
luaconf.h 102 #define LUA_VDIR LUA_VERSION_MAJOR "." LUA_VERSION_MINOR "/"
  /external/syslinux/com32/lua/src/
lua.h 24 #define LUA_VERSION_MAJOR "5"
29 #define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
luaconf.h 106 #define LUA_VDIR LUA_VERSION_MAJOR "." LUA_VERSION_MINOR "/"
lundump.c 236 #define VERSION MYINT(LUA_VERSION_MAJOR)*16+MYINT(LUA_VERSION_MINOR)
lua.c 44 LUA_INIT "_" LUA_VERSION_MAJOR "_" LUA_VERSION_MINOR
loadlib.c 49 #define LUA_PATHSUFFIX "_" LUA_VERSION_MAJOR "_" LUA_VERSION_MINOR
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lundump.c 236 #define VERSION MYINT(LUA_VERSION_MAJOR)*16+MYINT(LUA_VERSION_MINOR)
lua.c 39 LUA_INIT "_" LUA_VERSION_MAJOR "_" LUA_VERSION_MINOR
loadlib.c 45 #define LUA_PATHSUFFIX "_" LUA_VERSION_MAJOR "_" LUA_VERSION_MINOR

Completed in 255 milliseconds