Searched defs:N (Results 1 – 11 of 11) sorted by relevance
/PHP-5.4/ext/zip/lib/ |
H A D | zip_err_str.c | 43 #define N ZIP_ET_NONE macro
|
/PHP-5.4/ext/standard/ |
H A D | crypt_blowfish.c | 462 #define BF_ROUND(L, R, N) \ argument 481 #define BF_ROUND(L, R, N) \ argument
|
H A D | rand.c | 142 #define N MT_N /* length of state vector */ macro
|
H A D | crypt_sha512.c | 580 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha512_crypt_r() argument
|
H A D | crypt_sha256.c | 545 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha256_crypt_r() argument
|
/PHP-5.4/ext/hash/ |
H A D | hash_snefru.c | 26 #define round(L, C, N, SB) \ argument
|
/PHP-5.4/Zend/ |
H A D | bench.php | 250 function heapsort($N) {
|
H A D | micro_bench.php | 283 const N = 5000000; define
|
/PHP-5.4/ext/ereg/regex/ |
H A D | regcomp.c | 927 # define N 2 macro
|
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 13014 # define sqlite3StackAllocRaw(D,N) alloca(N) argument 13015 # define sqlite3StackAllocZero(D,N) memset(alloca(N), 0, N) argument 13018 # define sqlite3StackAllocRaw(D,N) sqlite3DbMallocRaw(D,N) argument 13019 # define sqlite3StackAllocZero(D,N) sqlite3DbMallocZero(D,N) argument 14474 SQLITE_API const char *SQLITE_STDCALL sqlite3_compileoption_get(int N){ in sqlite3_compileoption_get() 15071 SQLITE_PRIVATE void sqlite3StatusUp(int op, int N){ in sqlite3StatusUp() 15082 SQLITE_PRIVATE void sqlite3StatusDown(int op, int N){ in sqlite3StatusDown() 15411 int N; in getDigits() local
|
/PHP-5.4/ext/date/ |
H A D | php_date.c | 4114 double h_rise, h_set, N; in php_do_date_sunrise_sunset() local
|
Completed in 348 milliseconds