Home
last modified time | relevance | path

Searched defs:N (Results 1 – 14 of 14) sorted by relevance

/PHP-7.3/ext/zip/lib/
H A Dzip_err_str.c44 #define N ZIP_ET_NONE macro
/PHP-7.3/ext/standard/
H A Dcrypt_blowfish.c465 #define BF_ROUND(L, R, N) \ argument
484 #define BF_ROUND(L, R, N) \ argument
H A Dmt_rand.c86 #define N MT_N /* length of state vector */ macro
H A Dcrypt_sha256.c527 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha256_crypt_r() argument
H A Dcrypt_sha512.c562 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha512_crypt_r() argument
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c305 # define YYID(N) (N) argument
408 # define YYSTACK_BYTES(N) \ argument
1098 # define YYCASE_(N, S) \ in yysyntax_error() argument
1274 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) argument
/PHP-7.3/ext/hash/
H A Dhash_snefru.c24 #define round(L, C, N, SB) \ argument
/PHP-7.3/Zend/
H A Dbench.php250 function heapsort($N) {
H A Dmicro_bench.php283 const N = 5000000; define
/PHP-7.3/ext/json/
H A Djson_parser.tab.c411 # define YYSTACK_BYTES(N) \ argument
996 # define YYCASE_(N, S) \ in yysyntax_error() argument
1251 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse() argument
/PHP-7.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c31 #define ROL64(x,N) ({ \ argument
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c570 heapframe *N = NULL; /* Temporary frame pointers */ in match() local
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c13667 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ argument
18669 # define sqlite3StackAllocRaw(D,N) alloca(N) argument
18670 # define sqlite3StackAllocZero(D,N) memset(alloca(N), 0, N) argument
18673 # define sqlite3StackAllocRaw(D,N) sqlite3DbMallocRaw(D,N) argument
18674 # define sqlite3StackAllocZero(D,N) sqlite3DbMallocZero(D,N) argument
20623 SQLITE_PRIVATE void sqlite3StatusUp(int op, int N){ in sqlite3StatusUp()
20634 SQLITE_PRIVATE void sqlite3StatusDown(int op, int N){ in sqlite3StatusDown()
21036 char N = zFormat[0] - '0'; in getDigits() local
/PHP-7.3/ext/date/
H A Dphp_date.c4941 double h_rise, h_set, N; in php_do_date_sunrise_sunset() local

Completed in 536 milliseconds