Searched defs:s27 (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/common/x86/
H A Dvp8_loopfilter_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/bison/lib/
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...]
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...]
/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/v8/src/arm/
H A Dsimulator-arm.h121 s24, s25, s26, s27, s28, s29, s30, s31, enumerator in enum:v8::internal::Simulator::Register
/external/clang/test/CodeGen/
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

Completed in 122 milliseconds