HomeSort by relevance Sort by last modified time
    Searched defs:x9 (Results 1 - 25 of 36) sorted by null

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DHPublicKey.java 1 package org.bouncycastle.asn1.x9;
X9ECParametersHolder.java 1 package org.bouncycastle.asn1.x9;
X9ECPoint.java 1 package org.bouncycastle.asn1.x9;
X9FieldElement.java 1 package org.bouncycastle.asn1.x9;
X9IntegerConverter.java 1 package org.bouncycastle.asn1.x9;
DHValidationParms.java 1 package org.bouncycastle.asn1.x9;
X962Parameters.java 1 package org.bouncycastle.asn1.x9;
X9FieldID.java 1 package org.bouncycastle.asn1.x9;
15 * X9.62, for further details.
DHDomainParameters.java 1 package org.bouncycastle.asn1.x9;
X9Curve.java 1 package org.bouncycastle.asn1.x9;
18 * X9.62, for further details.
X9ECParameters.java 1 package org.bouncycastle.asn1.x9;
17 * X9.62, for further details.
X962NamedCurves.java 1 package org.bouncycastle.asn1.x9;
X9ObjectIdentifiers.java 1 package org.bouncycastle.asn1.x9;
8 // X9.62
10 // ansi-X9-62 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
96 * id-dsa-with-sha1 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) x9-57
102 * X9.63
110 * X9.42
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
36 x9 = 0x80808080; /* const. */
63 x11 = sad_4pixel(x11, x14, x9);
66 x10 = sad_4pixel(x10, x12, x9);
89 x11 = sad_4pixel(x11, x14, x9);
92 x10 = sad_4pixel(x10, x12, x9);
134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
136 x9 = 0x80808080; /* const. */
166 x11 = sad_4pixelN(x11, x14, x9);
169 x10 = sad_4pixelN(x10, x12, x9);
226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
83 x9 = 0x80808080; /* const. */
111 x11 = sad_4pixel(x11, x14, x9);
114 x10 = sad_4pixel(x10, x12, x9);
130 x11 = sad_4pixel(x11, x14, x9);
133 x10 = sad_4pixel(x10, x12, x9);
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
258 x9 = 0x80808080; /* const. */
278 x11 = sad_4pixel(x11, x14, x9);
281 x10 = sad_4pixel(x10, x12, x9);
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
PrivateKeyFactory.java 29 import org.bouncycastle.asn1.x9.X962NamedCurves;
30 import org.bouncycastle.asn1.x9.X962Parameters;
31 import org.bouncycastle.asn1.x9.X9ECParameters;
32 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers;
137 X9ECParameters x9; local
141 x9 = X962NamedCurves.getByOID(oid);
143 if (x9 == null)
145 x9 = SECNamedCurves.getByOID(oid);
147 if (x9 == null)
149 x9 = NISTNamedCurves.getByOID(oid)
    [all...]
PublicKeyFactory.java 31 import org.bouncycastle.asn1.x9.DHDomainParameters;
32 import org.bouncycastle.asn1.x9.DHPublicKey;
33 import org.bouncycastle.asn1.x9.DHValidationParms;
34 import org.bouncycastle.asn1.x9.X962NamedCurves;
35 import org.bouncycastle.asn1.x9.X962Parameters;
36 import org.bouncycastle.asn1.x9.X9ECParameters;
37 import org.bouncycastle.asn1.x9.X9ECPoint;
38 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers;
174 X9ECParameters x9; local
178 x9 = X962NamedCurves.getByOID(oid)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
39 x9 = 0x80808080; /* const. */
66 x11 = sad_4pixel(x11, x14, x9);
69 x10 = sad_4pixel(x10, x12, x9);
92 x11 = sad_4pixel(x11, x14, x9);
95 x10 = sad_4pixel(x10, x12, x9);
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
139 x9 = 0x80808080; /* const. */
170 x11 = sad_4pixelN(x11, x14, x9);
173 x10 = sad_4pixelN(x10, x12, x9);
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
86 x9 = 0x80808080; /* const. */
114 x11 = sad_4pixel(x11, x14, x9);
117 x10 = sad_4pixel(x10, x12, x9);
133 x11 = sad_4pixel(x11, x14, x9);
136 x10 = sad_4pixel(x10, x12, x9);
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
261 x9 = 0x80808080; /* const. */
281 x11 = sad_4pixel(x11, x14, x9);
284 x10 = sad_4pixel(x10, x12, x9);
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /external/clang/test/ASTMerge/Inputs/
struct1.c 42 struct S9 { int i; float f; } *x9; variable in typeref:struct:S9
struct2.c 39 struct S9 *x9; variable in typeref:struct:S9
  /external/srtp/tables/
aes_tables.c 146 uint8_t x, xe, x9, xd, xb; local
154 x9 = gf2_8_multiply(0x09, x);
159 tmp.v8[1] = x9;
166 tmp.v8[2] = x9;
173 tmp.v8[3] = x9;
176 tmp.v8[0] = x9;
  /external/clang/test/CodeGen/
override-layout.c 82 // CHECK: Type: struct X9
83 struct X9 {
138 struct X9 x9; local
139 typedef int X9array[sizeof(struct X9)];
140 x9.y = sizeof(struct X9);
  /external/clang/test/Analysis/
dead-stores.c 563 int x9 = getInt(), x10 = 0; //expected-warning {{Value stored to 'x9' during its initialization is never read}} // expected-warning{{unused variable 'x9'}} // expected-warning{{unused variable 'x10'}} local
  /external/clang/test/FixIt/
fixit.cpp 81 int x9 <<= 0; // expected-error {{invalid '<<=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
107 int x9 <<= 0; // expected-error {{invalid '<<=' at end of declaration; did you mean '='?}} local
108 (void)x9;
128 if (int x9 <<= 0) { (void)x9; } // expected-error {{invalid '<<=' at end of declaration; did you mean '='?}}

Completed in 380 milliseconds

1 2