Home
last modified time | relevance | path

Searched refs:x5 (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/hash/
H A Dhash_haval.c129 #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ … argument
130 #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((… argument
131 ((x2) & (x6)) ^ ((x3) & (x5)) ^ ((x4) & (x5)) ^ ((x0) & (x2)) ^ (x0) )
132 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… argument
133 #define F4(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6… argument
134 ((x1) & (x4)) ^ ((x2) & (x6)) ^ ((x3) & (x4)) ^ ((x3) & (x5)) ^ \
135 ((x3) & (x6)) ^ ((x4) & (x5)) ^ ((x4) & (x6)) ^ ((x0) & (x4)) ^ (x0) )
136 #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ argument
137 ((x0) & (x1) & (x2) & (x3)) ^ ((x0) & (x5)) ^ (x0) )
H A Dhash_tiger.c60 round(c,a,b,x5,mul) \
70 x5 += x4; \
71 x6 -= x5 ^ ((~x4)>>23); \
78 x5 ^= x4; \
79 x6 += x5; \
103 x4=str[4]; x5=str[5]; x6=str[6]; x7=str[7];
121 register php_hash_uint64 a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \
/PHP-5.5/ext/date/tests/
H A Dgetdate_variation3.phpt20 'hexadcimal 0x5' => 0x5,
37 --hexadcimal 0x5--
/PHP-5.5/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt32 0x5: BQ==
/PHP-5.5/ext/mbstring/tests/
H A Dbug48645.phpt12 var_dump(bin2hex(mb_convert_encoding("", "UTF-8", "HTML-ENTITIES")));

Completed in 15 milliseconds