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

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h 455 @@ LUA_INTEGER is the integral type used by lua_pushinteger/lua_tointeger.
459 #define LUA_INTEGER ptrdiff_t
484 @@ LUA_IEEELL extends the trick to LUA_INTEGER; should only be
485 ** defined when LUA_INTEGER is a 32-bit integer.
  /external/syslinux/com32/lua/src/
luaconf.h 513 @@ LUA_INTEGER is the integral type used by lua_pushinteger/lua_tointeger.
517 #define LUA_INTEGER long
543 @@ LUA_IEEELL extends the trick to LUA_INTEGER; should only be
544 ** defined when LUA_INTEGER is a 32-bit integer.

Completed in 80 milliseconds