Searched refs:lua_tounsigned (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ | ||
H A D | lua.h | 321 #define lua_tounsigned(L,i) lua_tounsignedx(L,i,NULL) macro |
H A D | lauxlib.c | 954 lua_tounsigned(L, -1) != (lua_Unsigned)-0x1234) |
Completed in 677 milliseconds