OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ql
(Results
1 - 5
of
5
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java
245
BigInteger
Ql
= ECConstants.ONE;
250
Ql
=
Ql
.multiply(Qh).mod(p);
254
Qh =
Ql
.multiply(Q).mod(p);
256
Vl = Vh.multiply(Vl).subtract(P.multiply(
Ql
)).mod(p);
261
Qh =
Ql
;
262
Uh = Uh.multiply(Vl).subtract(
Ql
).mod(p);
263
Vh = Vh.multiply(Vl).subtract(P.multiply(
Ql
)).mod(p);
264
Vl = Vl.multiply(Vl).subtract(
Ql
.shiftLeft(1)).mod(p);
268
Ql
= Ql.multiply(Qh).mod(p)
[
all
...]
/external/openssh/
mdoc2man.awk
118
} else if(match(words[w],"^Sq|
Ql
$")) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.h
53
Int
Ql
; /*quantization level used in the previous frame */
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h
273
int
Ql
; /*quantization level used in the previous frame */
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump
[
all
...]
Completed in 208 milliseconds