Home
last modified time | relevance | path

Searched refs:in2 (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1036 #define SwapPI13( in0,in1,in2,in3,eo0,eo1,eo2,eo3 ) \ in KeccakP1600_Permute_Nrounds() argument
1040 T0 = (in2)[0]; T1 = (in2)[1]; \ in KeccakP1600_Permute_Nrounds()
1043 (in2)[eo2] = T0; (in2)[eo2^1] = T1; \ in KeccakP1600_Permute_Nrounds()
1045 #define SwapPI2( in0,in1,in2,in3 ) \ in KeccakP1600_Permute_Nrounds() argument
1050 I0 = (in2)[0]; I1 = (in2)[1]; \ in KeccakP1600_Permute_Nrounds()
1052 (in2)[1] = T0; (in2)[0] = T1; \ in KeccakP1600_Permute_Nrounds()
/php-src/Zend/
H A Dzend_string.h102 #define ZSTR_COPY_CONCAT_PROPERTIES_BOTH(out, in1, in2) do { \ argument
104 uint32_t properties = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH((in1), (in2)); \

Completed in 11 milliseconds