Searched refs:s27 (Results 1 - 16 of 16) sorted by relevance

/external/bison/lib/
H A Dstreq.h55 streq7 (const char *s1, const char *s2, char s27, char s28) argument
57 if (s1[7] == s27)
59 if (s27 == 0)
69 streq6 (const char *s1, const char *s2, char s26, char s27, char s28) argument
76 return streq7 (s1, s2, s27, s28);
83 streq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) argument
90 return streq6 (s1, s2, s26, s27, s28);
97 streq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) argument
104 return streq5 (s1, s2, s25, s26, s27, s28);
111 streq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, cha argument
125 streq2(const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
139 streq1(const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
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) argument
[all...]
H A Dc-strcaseeq.h65 strcaseeq7 (const char *s1, const char *s2, char s27, char s28) argument
67 if (CASEEQ (s1[7], s27))
69 if (s27 == 0)
79 strcaseeq6 (const char *s1, const char *s2, char s26, char s27, char s28) argument
86 return strcaseeq7 (s1, s2, s27, s28);
93 strcaseeq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) argument
100 return strcaseeq6 (s1, s2, s26, s27, s28);
107 strcaseeq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) argument
114 return strcaseeq5 (s1, s2, s25, s26, s27, s28);
121 strcaseeq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, cha argument
135 strcaseeq2(const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
149 strcaseeq1(const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
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) argument
[all...]
/external/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx98.cpp38 const char *s27 = "\u0027"; // ', expected-error {{character ''' cannot be specified by a universal character name}} variable
/external/clang/test/CodeGen/
H A Daarch64-arguments.c111 struct s27 { _Complex long f0; }; struct
112 struct s27 f27() {}
H A Dx86_32-arguments-darwin.c119 // CHECK: void @f27(%struct.s27* noalias sret %agg.result)
121 struct s27 { struct { char a, b, c; } a; struct { char a; } b; } f27(void) { while (1) {} } struct
/external/valgrind/main/none/tests/arm/
H A Dvfp.c1161 TESTINSN_bin_f32("vmla.f32 s19, s25, s27", s19, s25, i32, f2u(95867.76), s27, i32, f2u(17065));
1167 TESTINSN_bin_f32("vmla.f32 s27, s21, s6", s27, s21, i32, f2u(34.00046), s6, i32, f2u(0.0024575));
1173 TESTINSN_bin_f32("vmla.f32 s27, s21, s16", s27, s21, i32, f2u(456.2489562), s16, i32, f2u(-7.2945676));
1211 TESTINSN_bin_f32("vnmla.f32 s19, s25, s27", s19, s25, i32, f2u(95867.76), s27, i32, f2u(17065));
1217 TESTINSN_bin_f32("vnmla.f32 s27, s21, s6", s27, s2
[all...]
H A Dvfp.stdout.exp150 vmla.f32 s19, s25, s27 :: Sd 0x4ec3063f Sm (i32)0x47bb3de1 Sn (i32)0x46855200
156 vmla.f32 s27, s21, s6 :: Sd 0x3dab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
162 vmla.f32 s27, s21, s16 :: Sd 0xc5500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d19
199 vnmla.f32 s19, s25, s27 :: Sd 0xcec3063f Sm (i32)0x47bb3de1 Sn (i32)0x46855200
205 vnmla.f32 s27, s21, s6 :: Sd 0xbdab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
211 vnmla.f32 s27, s21, s16 :: Sd 0x45500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d19
248 vmls.f32 s19, s25, s27 :: Sd 0xcec3063f Sm (i32)0x47bb3de1 Sn (i32)0x46855200
254 vmls.f32 s27, s21, s6 :: Sd 0xbdab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
260 vmls.f32 s27, s21, s16 :: Sd 0x45500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d19
297 vnmls.f32 s19, s25, s27
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.h141 s24, s25, s26, s27, s28, s29, s30, s31, enumerator in enum:v8::internal::Simulator::Register
H A Dassembler-arm.h302 const SwVfpRegister s27 = { 27 }; member in namespace:v8::internal
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.h141 s24, s25, s26, s27, s28, s29, s30, s31, enumerator in enum:v8::internal::Simulator::Register
H A Dassembler-arm.h391 const SwVfpRegister s27 = { 27 }; member in namespace:v8::internal
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm814 pmulhw mm1, [GLOBAL(s27)]
815 pmulhw mm2, [GLOBAL(s27)]
1215 pmulhw mm1, [GLOBAL(s27)]
1216 pmulhw mm2, [GLOBAL(s27)]
1743 s27: label
/external/llvm/test/MC/AArch64/
H A Dbasic-a64-instructions.s2982 stp s27, s26, [sp, #-256]
2985 // CHECK: stp s27, s26, [sp, #-256] // encoding: [0xfb,0x6b,0x20,0x2d]
3030 stp s27, s26, [sp], #-256
3033 // CHECK: stp s27, s26, [sp], #-256 // encoding: [0xfb,0x6b,0xa0,0x2c]
3077 stp s27, s26, [sp, #-256]!
3080 // CHECK: stp s27, s26, [sp, #-256]! // encoding: [0xfb,0x6b,0xa0,0x2d]
3118 stnp s27, s26, [sp, #-256]
3121 // CHECK: stnp s27, s26, [sp, #-256] // encoding: [0xfb,0x6b,0x20,0x2c]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm616 s27: label
/external/chromium_org/v8/benchmarks/
H A Dregexp.js208 var s27 = computeInputVariants('9.0 e115', 78);
245 s27[i].replace(/(\s)+e/, '');
/external/v8/benchmarks/
H A Dregexp.js208 var s27 = computeInputVariants('9.0 e115', 78);
245 s27[i].replace(/(\s)+e/, '');

Completed in 373 milliseconds