Searched defs:N (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | crypt_blowfish.c | 452 #define BF_ROUND(L, R, N) \ argument 471 #define BF_ROUND(L, R, N) \ argument
|
H A D | mt_rand.c | 84 #define N MT_N /* length of state vector */ macro
|
H A D | crypt_sha256.c | 527 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha256_crypt_r() argument
|
H A D | crypt_sha512.c | 562 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha512_crypt_r() argument
|
/PHP-8.0/ext/hash/ |
H A D | hash_snefru.c | 22 #define round(L, C, N, SB) \ argument
|
/PHP-8.0/Zend/ |
H A D | bench.php | 250 function heapsort($N) {
|
H A D | micro_bench.php | 283 const N = 5000000; define
|
/PHP-8.0/ext/hash/sha3/generic64lc/ |
H A D | KeccakP-1600-opt64.c | 39 #define ROL64(x,N) ({ \ argument
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_match.c | 589 heapframe *N = NULL; /* Temporary frame pointers */ in match() local
|
/PHP-8.0/ext/date/ |
H A D | php_date.c | 4531 double h_rise, h_set, N; in php_do_date_sunrise_sunset() local
|
Completed in 44 milliseconds