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

1 2 3 4 5 6 7 8 91011

  /external/webkit/PerformanceTests/SunSpider/tests/ubench/
function-correct-args.js 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
function-missing-args.js 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
motion_comp.h 63 #define ADD_AND_CLIP(x,y) { x9 = ~(x>>8); \
64 if(x9!=-1){ \
65 x9 = ((uint32)x9)>>24; \
66 y = x9|(y<<8); \
vlc_tab.cpp 200 {0x2, 1, 1, 6}, {0x2, 1, 1, 6}, {0x1, 1, 1, 6}, {0x1, 1, 1, 6}, {0x9, 1, 0, 6}, {0x9, 1, 0, 6},
234 {0x9, 1, 1, 8}, {0x9, 1, 1, 8}, {0x9, 1, 1, 8}, {0x9, 1, 1, 8}, {0xe, 1, 0, 8}, {0xe, 1, 0, 8},
247 {0x9, 2, 0, 10}, {0x9, 2, 0, 10}, {0x9, 2, 0, 10}, {0x9, 2, 0, 10}, {0x8, 2, 0, 10}, {0x8, 2, 0, 10}
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
X9ECParametersHolder.java 1 package org.bouncycastle.asn1.x9;
DHPublicKey.java 1 package org.bouncycastle.asn1.x9;
X9ECPoint.java 1 package org.bouncycastle.asn1.x9;
X9IntegerConverter.java 1 package org.bouncycastle.asn1.x9;
  /external/clang/test/PCH/
designated-init.c.h 21 [0x9] = (void *[256]) { // 19
  /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/regex-re2/re2/
perl_groups.cc 12 { 0x9, 0xa },
44 { 0x9, 0x9 },
70 { 0x9, 0xd },
  /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 '='?}}
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
TextColor.java 35 WHITE(0x9),
  /system/core/sh/
parser.h 65 #define VSTRIMRIGHTMAX 0x9 /* ${var%%pattern} */
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/util/
PublicKeyFactory.java 33 import org.bouncycastle.asn1.x9.DHDomainParameters;
34 import org.bouncycastle.asn1.x9.DHPublicKey;
35 import org.bouncycastle.asn1.x9.DHValidationParms;
36 import org.bouncycastle.asn1.x9.X962NamedCurves;
37 import org.bouncycastle.asn1.x9.X962Parameters;
38 import org.bouncycastle.asn1.x9.X9ECParameters;
39 import org.bouncycastle.asn1.x9.X9ECPoint;
40 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers;
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/
ECNamedCurveTable.java 9 import org.bouncycastle.asn1.x9.X962NamedCurves;
10 import org.bouncycastle.asn1.x9.X9ECParameters;
  /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/webkit/Source/JavaScriptCore/wtf/
ASCIICType.h 123 inline bool isASCIISpace(char c) { return c <= ' ' && (c == ' ' || (c <= 0xD && c >= 0x9)); }
124 inline bool isASCIISpace(unsigned short c) { return c <= ' ' && (c == ' ' || (c <= 0xD && c >= 0x9)); }
126 inline bool isASCIISpace(wchar_t c) { return c <= ' ' && (c == ' ' || (c <= 0xD && c >= 0x9)); }
128 inline bool isASCIISpace(int c) { return c <= ' ' && (c == ' ' || (c <= 0xD && c >= 0x9)); }
129 inline bool isASCIISpace(unsigned c) { return c <= ' ' && (c == ' ' || (c <= 0xD && c >= 0x9)); }
  /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/libxml2/include/libxml/
chvalid.h 89 ((0x9 <= (c)) && ((c) <= 0xa)) || \
108 #define xmlIsChar_ch(c) (((0x9 <= (c)) && ((c) <= 0xa)) || \

Completed in 8680 milliseconds

1 2 3 4 5 6 7 8 91011