Home
last modified time | relevance | path

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

/PHP-7.2/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1024 #define SwapPI13( in0,in1,in2,in3,eo0,eo1,eo2,eo3 ) \ in KeccakP1600_Permute_Nrounds() argument
1028 T0 = (in2)[0]; T1 = (in2)[1]; \ in KeccakP1600_Permute_Nrounds()
1031 (in2)[eo2] = T0; (in2)[eo2^1] = T1; \ in KeccakP1600_Permute_Nrounds()
1033 #define SwapPI2( in0,in1,in2,in3 ) \ in KeccakP1600_Permute_Nrounds() argument
1038 I0 = (in2)[0]; I1 = (in2)[1]; \ in KeccakP1600_Permute_Nrounds()
1040 (in2)[1] = T0; (in2)[0] = T1; \ in KeccakP1600_Permute_Nrounds()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c97228 int in1, int in2, /* Register holding operands */
97238 addr = sqlite3VdbeAddOp4(pParse->pVdbe, opcode, in2, dest, in1,

Completed in 395 milliseconds