OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lua_tointeger
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
liolib.c
437
size_t l = (size_t)
lua_tointeger
(L, n);
486
int n = (int)
lua_tointeger
(L, lua_upvalueindex(2));
ldblib.c
118
if (!lua_getstack(L1, (int)
lua_tointeger
(L, arg+1), &ar)) {
lua.c
439
int argc = (int)
lua_tointeger
(L, 1);
lua.h
320
#define
lua_tointeger
(L,i) lua_tointegerx(L,i,NULL)
macro
luac.c
164
int argc=(int)
lua_tointeger
(L,1);
lauxlib.c
530
ref = (int)
lua_tointeger
(L, -1); /* ref = t[freelist] */
953
if (
lua_tointeger
(L, -1) != -0x1234 ||
lstrlib.c
650
for (src = s + (size_t)
lua_tointeger
(L, lua_upvalueindex(3));
/external/chromium_org/third_party/skia/src/utils/
SkLua.cpp
[
all
...]
Completed in 159 milliseconds