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

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 321 #define lua_tounsigned(L,i) lua_tounsignedx(L,i,NULL) macro
  /external/syslinux/com32/lua/src/
lua.h 326 #define lua_tounsigned(L,i) lua_tounsignedx(L,i,NULL) macro
lauxlib.c 956 lua_tounsigned(L, -1) != (lua_Unsigned)-0x1234)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lauxlib.c 954 lua_tounsigned(L, -1) != (lua_Unsigned)-0x1234)

Completed in 214 milliseconds