Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 57) sorted by last modified time

123

/PHP-5.5/win32/
H A Dparam.h15 #define howmany(x,y) (((x)+((y)-1))/(y)) argument
16 #define roundup(x,y) ((((x)+((y)-1))/(y))*(y)) argument
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c3414 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
3415 #define F2(x, y, z) F1(z, x, y) argument
3416 #define F3(x, y, z) (x ^ y ^ z) argument
3417 #define F4(x, y, z) (y ^ (x | ~z)) argument
3420 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/PHP-5.5/sapi/embed/
H A Dphp_embed.h36 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
47 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
/PHP-5.5/main/
H A Dwin95nt.h36 #define lstat(x, y) php_sys_lstat(x, y) argument
/PHP-5.5/ext/xml/
H A Dcompat.c97 int y = 0; in _start_element_handler_ns() local
/PHP-5.5/ext/standard/
H A Durl.c602 register size_t x, y; local
H A Dsha1.c124 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
125 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
126 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
127 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
H A Dmd5.c146 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
147 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
148 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
149 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
H A Dexec.c290 register int x, y; in php_escape_shell_cmd() local
395 int x, y = 0; in php_escape_shell_arg() local
H A Dcrypt_sha256.c148 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
149 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
H A Dcrypt_sha512.c173 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
174 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c10599 # define SET_FULLSYNC(x,y) argument
13552 #define sqlite3TableLock(v,w,x,y,z) argument
13613 #define sqlite3WithPush(x,y,z) argument
13614 #define sqlite3WithDelete(x,y) argument
13702 #define sqlite3ExprCheckHeight(x,y) argument
13713 #define sqlite3ConnectionBlocked(x,y) argument
15803 DateTime x, y; in localtimeOffset() local
16039 int x, y; in parseModifier() local
16052 int y = (int)r; in parseModifier() local
16297 DateTime y = x; in strftimeFunc() local
[all …]
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_params.php138 function make_2d($x, $y)
H A Dtest.utility.php97 function compare(&$x,&$y) {
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_xclass.c102 pcre_uint32 x, y; in PRIV() local
/PHP-5.5/ext/opcache/
H A Dshared_alloc_shm.c43 # define MIN(x, y) ((x) > (y)? (y) : (x)) argument
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dconfig.h19 #define TOKEN_PASTE(x,y) x##y argument
79 #define RSHIFT(x,y) ((x)>>(int)y) argument
/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c57 #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) argument
567 numcmp(x, y) in numcmp() argument
H A Dregcomp.c2073 Node *x, *y; in get_min_match_length() local
2398 is_not_included(Node* x, Node* y, regex_t* reg) in is_not_included()
3162 Node *x, *y; in next_setup() local
H A Dregparse.c307 str_end_cmp(st_str_end_key* x, st_str_end_key* y) in str_end_cmp()
4857 static int type_cclass_cmp(type_cclass_key* x, type_cclass_key* y) in type_cclass_cmp()
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c10852 code2_cmp(OnigCodePoint* x, OnigCodePoint* y) in code2_cmp()
10870 code3_cmp(OnigCodePoint* x, OnigCodePoint* y) in code3_cmp()
/PHP-5.5/ext/intl/collator/
H A Dcollator_is_numeric.c25 #define _do_alloca(x, y) do_alloca((x)) argument
26 #define _free_alloca(x, y) free_alloca((x)) argument
/PHP-5.5/ext/hash/
H A Dhash_md.c231 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
232 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
233 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
234 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
448 #define MD4_F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) argument
449 #define MD4_G(x,y,z) (((x) & ((y) | (z))) | ((y) & (z))) argument
450 #define MD4_H(x,y,z) ((x) ^ (y) ^ (z)) argument
H A Dhash_ripemd.c140 #define F0(x,y,z) ((x) ^ (y) ^ (z)) argument
141 #define F1(x,y,z) (((x) & (y)) | ((~(x)) & (z))) argument
142 #define F2(x,y,z) (((x) | (~(y))) ^ (z)) argument
143 #define F3(x,y,z) (((x) & (z)) | ((y) & (~(z)))) argument
144 #define F4(x,y,z) ((x) ^ ((y) | (~(z)))) argument
H A Dhash_sha.c165 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
166 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
167 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
168 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
436 #define SHA256_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
438 #define SHA256_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
694 #define SHA512_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
696 #define SHA512_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument

Completed in 501 milliseconds

123