OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_21
(Results
1 - 2
of
2
) sorted by null
/external/llvm/test/CodeGen/X86/
pr3241.ll
6
define void @func_18(i32 %
p_21
) nounwind {
8
%t0 = call i32 @func_31(i32 %
p_21
) nounwind
14
%t6 = xor i32 %
p_21
, 1
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java
169
private static final int
P_21
= 1;
171
private static final int P_23 =
P_21
^ 1;
402
gSBox[i*2+0x200] = gMDS2[(P[
P_21
][b2] & 0xff) ^ b2(k0)];
420
gSBox[i*2+0x200] = gMDS2[(P[
P_21
]
537
gMDS2[(P[
P_21
][b2] & 0xff) ^ b2(k0)] ^
554
gMDS2[(P[
P_21
][(P[P_22][b2]&0xff)^b2(k1)]&0xff)^b2(k0)] ^
Completed in 278 milliseconds