Home
last modified time | relevance | path

Searched defs:L (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c144 #define luai_apicheck(L,o){(void)L;} argument
160 #define LUAI_THROW(L,c)longjmp((c)->b,1) argument
178 #define lua_pop(L,n)lua_settop(L,-(n)-1) argument
181 #define lua_strlen(L,i)lua_objlen(L,(i)) argument
183 #define lua_istable(L,n)(lua_type(L,(n))==5) argument
184 #define lua_isnil(L,n)(lua_type(L,(n))==0) argument
411 lua_State*L; member
415 #define gt(L)(&L->l_gt) argument
416 #define registry(L)(&G(L)->l_registry) argument
489 #define G(L)(L->l_G) argument
[all …]
/php-src/ext/standard/
H A Dcrypt_blowfish.c452 #define BF_ROUND(L, R, N) \ argument
471 #define BF_ROUND(L, R, N) \ argument
651 BF_word L, R; in BF_crypt() local
/php-src/ext/hash/
H A Dhash_whirlpool.c43 uint64_t L[8]; in WhirlpoolTransform() local
H A Dhash_snefru.c22 #define round(L, C, N, SB) \ argument
/php-src/Zend/
H A Dzend_strtod.c307 typedef union { double d; ULong L[2]; } U; member
1205 Long L; local
1804 ULong L, lostbits, *x; local
2536 Long L; local
3743 Long L; in zend_dtoa() local

Completed in 38 milliseconds