Home
last modified time | relevance | path

Searched refs:lua_Integer (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c159 #define lua_number2integer(i,d)((i)=(lua_Integer)(d))
169 typedef ptrdiff_t lua_Integer; typedef
5465 static lua_Integer lua_tointeger(lua_State*L,int idx){
5469 lua_Integer res;
5528 static void lua_pushinteger(lua_State*L,lua_Integer n){
5850 static lua_Integer luaL_optinteger(lua_State*L,int nArg,
5851 lua_Integer def);
5973 lua_Integer d=lua_tointeger(L,narg);
5978 static lua_Integer luaL_optinteger(lua_State*L,int narg,
5979 lua_Integer def){
[all …]

Completed in 18 milliseconds