Searched refs:x5 (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/ext/hash/ |
H A D | hash_haval.c | 129 #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 D | hash_tiger.c | 60 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-7.0/ext/date/tests/ |
H A D | getdate_variation3.phpt | 20 'hexadcimal 0x5' => 0x5, 37 --hexadcimal 0x5--
|
/PHP-7.0/ext/standard/tests/url/ |
H A D | base64_encode_basic_001.phpt | 32 0x5: BQ==
|
/PHP-7.0/ext/mbstring/tests/ |
H A D | bug48645.phpt | 12 var_dump(bin2hex(mb_convert_encoding("", "UTF-8", "HTML-ENTITIES")));
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 12031 >>101 beshort&0xf 0x5 \b(reserved 5)
|
Completed in 55 milliseconds