OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xx16
(Results
1 - 2
of
2
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP384R1Field.java
98
long
xx16
= xx[16] & M, xx17 = xx[17] & M, xx18 = xx[18] & M, xx19 = xx[19] & M;
local
124
cc += (xx[4] & M) +
xx16
+ xx21 + t0 + t1 - t3 + t5;
127
cc += (xx[5] & M) -
xx16
+ t1 + t2 + t4;
133
cc += (xx[7] & M) +
xx16
+ xx19 - xx18 + t3;
136
cc += (xx[8] & M) +
xx16
+ xx17 + xx20 - xx19;
/external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp
[
all
...]
Completed in 1335 milliseconds