Searched defs:N (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/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 | crypt_sha256.c | 535 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha256_crypt_r() argument
|
H A D | crypt_sha512.c | 570 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha512_crypt_r() argument
|
/PHP-8.3/ext/hash/ |
H A D | hash_snefru.c | 22 #define round(L, C, N, SB) \ argument
|
/PHP-8.3/Zend/ |
H A D | bench.php | 250 function heapsort($N) {
|
H A D | micro_bench.php | 283 const N = 5000000; define
|
/PHP-8.3/ext/random/ |
H A D | engine_mt19937.c | 88 #define N MT_N /* length of state vector */ macro
|
/PHP-8.3/ext/hash/sha3/generic64lc/ |
H A D | KeccakP-1600-opt64.c | 39 #define ROL64(x,N) ({ \ argument
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_match.c | 595 heapframe *N = NULL; /* Temporary frame pointers */ in match() local
|
/PHP-8.3/ext/date/ |
H A D | php_date.c | 5259 double h_rise, h_set, N; in php_do_date_sunrise_sunset() local
|
Completed in 175 milliseconds