Home
last modified time | relevance | path

Searched defs:x0 (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/hash/
H A Dhash_haval.c125 #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.1/ext/standard/
H A Dcrc32_x86.c74 __m128i x0, x1, x2, k, shuf_mask; in crc32_pclmul_batch() local
191 __m128i x0, x1, x2, k; in crc32_pclmul_reflected_batch() local
/PHP-8.1/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c179 UINT32 t, x0, x1; in KeccakP1600_AddLanes() local
235 UINT32 t, x0, x1; in KeccakP1600_OverwriteLanes() local
323 UINT32 t, x0, x1; in KeccakP1600_ExtractLanes() local
399 UINT32 t, x0, x1; in KeccakP1600_ExtractAndAddLanes() local
/PHP-8.1/Zend/
H A Dzend_strtod.c1764 ULong *x, *x0, x1, x2; local
/PHP-8.1/ext/gd/libgd/
H A Dgd.c714 static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) { in clip_1d()

Completed in 61 milliseconds