Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_getInterfaces_001.phpt13 interface I0 {}
22 class C0 implements I0 {}
32 'I0', 'I1', 'I2', 'I3', 'I4', 'I5', 'I6', 'I7',
62 ---( Interfaces implemented by I0 )---
167 [I0] => ReflectionClass Object
169 [name] => I0
/PHP-8.3/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1032 #define I0 Ba in KeccakP1600_Permute_Nrounds() macro
1037 I0 = (in0)[0]; I1 = (in0)[1]; \ in KeccakP1600_Permute_Nrounds()
1044 (in3)[eo3] = I0; (in3)[eo3^1] = I1 in KeccakP1600_Permute_Nrounds()
1046 I0 = (in0)[0]; I1 = (in0)[1]; \ in KeccakP1600_Permute_Nrounds()
1049 (in1)[1] = I0; (in1)[0] = I1; \ in KeccakP1600_Permute_Nrounds()
1050 I0 = (in2)[0]; I1 = (in2)[1]; \ in KeccakP1600_Permute_Nrounds()
1053 (in3)[1] = I0; (in3)[0] = I1 in KeccakP1600_Permute_Nrounds()
1083 #undef I0 in KeccakP1600_Permute_Nrounds()

Completed in 17 milliseconds