Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c159 #define lua_number2integer(i,d)((i)=(lua_Integer)(d))
169 typedef ptrdiff_t lua_Integer; typedef
5464 static lua_Integer lua_tointeger(lua_State*L,int idx){
5468 lua_Integer res;
5527 static void lua_pushinteger(lua_State*L,lua_Integer n){
5849 static lua_Integer luaL_optinteger(lua_State*L,int nArg,
5850 lua_Integer def);
5972 lua_Integer d=lua_tointeger(L,narg);
5977 static lua_Integer luaL_optinteger(lua_State*L,int narg,
5978 lua_Integer def){
[all …]

Completed in 20 milliseconds