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/
lua.h 107 typedef LUA_INTEGER lua_Integer;
169 LUA_API lua_Integer (lua_tointegerx) (lua_State *L, int idx, int *isnum);
207 LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n);
  /external/syslinux/com32/lua/src/
lua.h 112 typedef LUA_INTEGER lua_Integer;
174 LUA_API lua_Integer (lua_tointegerx) (lua_State *L, int idx, int *isnum);
212 LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n);

Completed in 51 milliseconds