Searched defs:s23 (Results 1 - 7 of 7) sorted by relevance

/external/bison/lib/
H A Dc-strcaseeq.h121 strcaseeq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28) argument
123 if (CASEEQ (s1[3], s23))
125 if (s23 == 0)
135 strcaseeq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
142 return strcaseeq3 (s1, s2, s23, s24, s25, s26, s27, s28);
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
156 return strcaseeq2 (s1, s2, s22, s23, s24, s25, s26, s27, s28);
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
170 return strcaseeq1 (s1, s2, s21, s22, s23, s24, s25, s26, s27, s28);
176 #define STRCASEEQ(s1,s2,s20,s21,s22,s23,s2
[all...]
H A Dstreq.h111 streq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28) argument
113 if (s1[3] == s23)
115 if (s23 == 0)
125 streq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
132 return streq3 (s1, s2, s23, s24, s25, s26, s27, s28);
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
146 return streq2 (s1, s2, s22, s23, s24, s25, s26, s27, s28);
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
160 return streq1 (s1, s2, s21, s22, s23, s24, s25, s26, s27, s28);
166 #define STREQ_OPT(s1,s2,s20,s21,s22,s23,s2
[all...]
/external/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx98.cpp35 const char *s23 = "\u0023"; // #, expected-error {{character '#' cannot be specified by a universal character name}} variable
/external/gemmlowp/internal/
H A Dpack_neon.h254 int32x4_t s23 = local
256 int32x4_t s = vaddq_s32(s01, s23);
/external/v8/src/arm/
H A Dsimulator-arm.h120 s16, s17, s18, s19, s20, s21, s22, s23, enumerator in enum:v8::internal::Simulator::Register
/external/webp/src/dsp/
H A Ddec_neon.c1437 const uint16x8_t s23 = vaddq_u16(s2, s3); local
1438 sum_left = vaddq_u16(s01, s23);
1519 const uint16x8_t s23 = vaddq_u16(s2, s3); local
1520 const uint16x8_t sum = vaddq_u16(s01, s23);
/external/boringssl/src/crypto/curve25519/
H A Dcurve25519.c3802 int64_t s23 = (load_4(s + 60) >> 3); local
3821 s11 += s23 * 666643;
3822 s12 += s23 * 470296;
3823 s13 += s23 * 654183;
3824 s14 -= s23 * 997805;
3825 s15 += s23 * 136657;
3826 s16 -= s23 * 683901;
3827 s23 = 0;
4180 int64_t s23; local
4237 s23
[all...]

Completed in 439 milliseconds