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

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h 329 @@ LUA_INT32 is an signed integer with exactly 32 bits.
339 #define LUA_INT32 int
344 #define LUA_INT32 long
465 #define LUA_UNSIGNED unsigned LUA_INT32
  /external/syslinux/com32/lua/src/
luaconf.h 333 @@ LUA_INT32 is an signed integer with exactly 32 bits.
343 #define LUA_INT32 int
348 #define LUA_INT32 long
524 #define LUA_UNSIGNED unsigned LUA_INT32
llimits.h 18 typedef unsigned LUA_INT32 lu_int32;
216 union luai_Cast { double l_d; LUA_INT32 l_p[2]; };
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llimits.h 18 typedef unsigned LUA_INT32 lu_int32;
216 union luai_Cast { double l_d; LUA_INT32 l_p[2]; };

Completed in 288 milliseconds