Searched refs:in1 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/hash/sha3/generic32lc/ |
H A D | KeccakP-1600-inplace32BI.c | 1036 #define SwapPI13( in0,in1,in2,in3,eo0,eo1,eo2,eo3 ) \ in KeccakP1600_Permute_Nrounds() argument 1038 T0 = (in1)[0]; T1 = (in1)[1]; \ in KeccakP1600_Permute_Nrounds() 1041 (in1)[eo1] = T0; (in1)[eo1^1] = T1; \ in KeccakP1600_Permute_Nrounds() 1045 #define SwapPI2( in0,in1,in2,in3 ) \ in KeccakP1600_Permute_Nrounds() argument 1047 T0 = (in1)[0]; T1 = (in1)[1]; \ in KeccakP1600_Permute_Nrounds() 1049 (in1)[1] = I0; (in1)[0] = I1; \ in KeccakP1600_Permute_Nrounds()
|
/PHP-8.3/Zend/ |
H A D | zend_string.h | 100 #define ZSTR_COPY_CONCAT_PROPERTIES_BOTH(out, in1, in2) do { \ argument 102 uint32_t properties = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH((in1), (in2)); \
|
Completed in 10 milliseconds