Searched defs:x5 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/hash/ |
H A D | hash_haval.c | 125 #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ … argument 126 #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((… argument 128 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… argument 129 #define F4(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6… argument 132 #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ argument
|
/PHP-8.2/ext/standard/ |
H A D | crc32_x86.c | 104 __m128i x5, x6, x7, x8, x9, x10, x11; in crc32_pclmul_batch() local 213 __m128i x5, x6, x7, x8, x9, x10, x11; in crc32_pclmul_reflected_batch() local
|
Completed in 11 milliseconds