Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c392 #define char2int(c)cast(int,cast(unsigned char,(c))) macro
393 #define zgetc(z)(((z)->n--)>0?char2int(*(z)->p++):luaZ_fill(z))
2604 return char2int(*(z->p++));

Completed in 21 milliseconds