Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c218 #define cast_int(i)cast(int,(i)) macro
612 else return((e+1)<<3)|(cast_int(x)-8); in luaO_int2fb()
1009 int inuse=cast_int(L->ci-L->base_ci);
1145 int nargs=cast_int(L->top-func)-1;
1392 i=cast_int(n-gnode(t,0));
1883 int s_used=cast_int(max-L->stack);
2420 ar->i_ci=cast_int(ci-L->base_ci);
3148 return cast_int(nvalue(idx));
5247 n=cast_int(L->top-ra)-1;
5250 if(c==0)c=cast_int(*pc++);
[all …]

Completed in 20 milliseconds