HomeSort by relevance Sort by last modified time
    Searched refs:s20 (Results 1 - 17 of 17) sorted by null

  /external/bison/lib/
streq.h 153 streq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28)
155 if (s1[0] == s20)
157 if (s20 == 0)
166 #define STREQ_OPT(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
167 streq0 (s1, s2, s20, s21, s22, s23, s24, s25, s26, s27, s28)
171 #define STREQ_OPT(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
c-strcaseeq.h 163 strcaseeq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28)
165 if (CASEEQ (s1[0], s20))
167 if (s20 == 0)
176 #define STRCASEEQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
177 strcaseeq0 (s1, s2, s20, s21, s22, s23, s24, s25, s26, s27, s28)
181 #define STRCASEEQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
  /ndk/sources/host-tools/sed-4.2.1/lib/
streq.h 155 streq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28)
157 if (s1[0] == s20)
159 if (s20 == 0)
168 #define STREQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
169 streq0 (s1, s2, s20, s21, s22, s23, s24, s25, s26, s27, s28)
173 #define STREQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
  /external/clang/test/CodeGen/
x86_64-arguments-nacl.c 71 // CHECK: define void @f20(%struct.s20* byval align 32 %x)
72 struct __attribute__((aligned(32))) s20 { struct
76 void f20(struct s20 x) {}
arm-arguments.c 114 // APCS-GNU: struct.s20* noalias sret
116 struct s20 { struct s8 f1; int f0; }; struct
117 struct s20 f20(void) {}
aarch64-arguments.c 86 struct s20 { struct s8 f1; long f0; }; struct
87 struct s20 f20(void) {}
x86_64-arguments.c 109 // CHECK: define void @f20(%struct.s20* byval align 32 %x)
110 struct __attribute__((aligned(32))) s20 { struct
114 void f20(struct s20 x) {}
  /external/clang/test/CXX/lex/lex.charset/
p2-cxx98.cpp 33 const char *s20 = "\u0020"; // ' ', expected-error {{character ' ' cannot be specified by a universal character name}} variable
  /external/valgrind/main/none/tests/arm/
vfp.c     [all...]
vfp.stdout.exp 147 vmla.f32 s20, s25, s22 :: Sd 0xc4833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
149 vmla.f32 s20, s31, s12 :: Sd 0xcf050e7f Sm (i32)0x473e7300 Sn (i32)0xc732da7a
164 vmla.f32 s20, s13, s15 :: Sd 0x7fc00000 Sm (i32)0xff800000 Sn (i32)0x00000000
196 vnmla.f32 s20, s25, s22 :: Sd 0x44833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
198 vnmla.f32 s20, s31, s12 :: Sd 0x4f050e7f Sm (i32)0x473e7300 Sn (i32)0xc732da7a
213 vnmla.f32 s20, s13, s15 :: Sd 0xffc00000 Sm (i32)0xff800000 Sn (i32)0x00000000
245 vmls.f32 s20, s25, s22 :: Sd 0x44833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
247 vmls.f32 s20, s31, s12 :: Sd 0x4f050e7f Sm (i32)0x473e7300 Sn (i32)0xc732da7a
262 vmls.f32 s20, s13, s15 :: Sd 0xffc00000 Sm (i32)0xff800000 Sn (i32)0x00000000
294 vnmls.f32 s20, s25, s22 :: Sd 0xc4833ce4 Sm (i32)0x41b851ec Sn (i32)0xc236465
    [all...]
  /external/llvm/test/MC/AArch64/
basic-a64-diagnostics.s     [all...]
basic-a64-instructions.s     [all...]
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 126 SkPMColor s20 = *src.getAddr32(x2, y0); local
128 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);
  /external/v8/src/arm/
simulator-arm.h 140 s16, s17, s18, s19, s20, s21, s22, s23, enumerator in enum:v8::internal::Simulator::Register
assembler-arm.h 295 const SwVfpRegister s20 = { 20 }; member in namespace:v8::internal
    [all...]
  /external/v8/benchmarks/
regexp.js 113 var s20 = computeInputVariants('uggc://ubzr.zlfcnpr.pbz/vaqrk.psz', 93);
177 s20[i].replace(re12, '');
178 re13.exec(s20[i]);
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 80 s20, enumerator in enum:JSC::ARMRegisters::__anon17490
    [all...]

Completed in 1677 milliseconds