/external/bouncycastle/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 | 29 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 34 x9 = 0x80808080; /* const. */ 61 x11 = sad_4pixel(x11, x14, x9); 64 x10 = sad_4pixel(x10, x12, x9); 87 x11 = sad_4pixel(x11, x14, x9); 90 x10 = sad_4pixel(x10, x12, x9); 132 int32 x4, x5, x6, x9, x10, x11, x12, x14; local 134 x9 = 0x80808080; /* const. */ 164 x11 = sad_4pixelN(x11, x14, x9); 167 x10 = sad_4pixelN(x10, x12, x9); 224 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
sad_inline.h | 79 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 81 x9 = 0x80808080; /* const. */ 109 x11 = sad_4pixel(x11, x14, x9); 112 x10 = sad_4pixel(x10, x12, x9); 128 x11 = sad_4pixel(x11, x14, x9); 131 x10 = sad_4pixel(x10, x12, x9); 254 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 256 x9 = 0x80808080; /* const. */ 276 x11 = sad_4pixel(x11, x14, x9); 279 x10 = sad_4pixel(x10, x12, x9); 392 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [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 | 66 // CHECK: Type: struct X9 67 struct X9 { 148 struct X9 x9; local 149 typedef int X9array[sizeof(struct X9)]; 150 x9.y = sizeof(struct X9);
|
/external/clang/test/FixIt/ |
fixit.cpp | 80 int x9 <<= 0; // expected-error {{invalid '<<=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464 106 int x9 <<= 0; // expected-error {{invalid '<<=' at end of declaration; did you mean '='?}} local 107 (void)x9; 127 if (int x9 <<= 0) { (void)x9; } // expected-error {{invalid '<<=' at end of declaration; did you mean '='?}}
|