Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_err_str.c43 #define N ZIP_ET_NONE macro
/PHP-5.5/ext/standard/
H A Dcrypt_blowfish.c462 #define BF_ROUND(L, R, N) \ argument
481 #define BF_ROUND(L, R, N) \ argument
H A Drand.c142 #define N MT_N /* length of state vector */ macro
H A Dcrypt_sha512.c580 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha512_crypt_r() argument
H A Dcrypt_sha256.c545 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha256_crypt_r() argument
/PHP-5.5/ext/hash/
H A Dhash_snefru.c26 #define round(L, C, N, SB) \ argument
/PHP-5.5/Zend/
H A Dbench.php250 function heapsort($N) {
H A Dmicro_bench.php283 const N = 5000000; define
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c927 # define N 2 macro
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c13014 # 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.5/ext/date/
H A Dphp_date.c4608 double h_rise, h_set, N; in php_do_date_sunrise_sunset() local

Completed in 436 milliseconds