Home
last modified time | relevance | path

Searched defs:s22 (Results 1 – 11 of 11) sorted by relevance

/external/bison/lib/
Dstreq.h125 streq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27,… in streq2()
139 streq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26,… in streq1()
153 streq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25,… in streq0()
166 #define STREQ_OPT(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ argument
171 #define STREQ_OPT(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ argument
Dc-strcaseeq.h135 strcaseeq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char … in strcaseeq2()
149 strcaseeq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char … in strcaseeq1()
163 strcaseeq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char … in strcaseeq0()
176 #define STRCASEEQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ argument
181 #define STRCASEEQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ argument
/external/clang/test/CXX/lex/lex.charset/
Dp2-cxx98.cpp34 const char *s22 = "\u0022"; // ", expected-error {{character '"' cannot be specified by a universal… variable
/external/protobuf/src/google/protobuf/stubs/
Dstringpiece_unittest.cc66 StringPiece s22(hello, 6); in TEST() local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp3.cpp37 …S2 s22 { 1.0, 2, 3 }; // expected-error {{type 'double' cannot be narrowed to 'int' in initialize… variable
/external/clang/test/CodeGenCXX/
Dcatch-undef-behavior.cpp490 S2 s22; in test2() local
/external/boringssl/src/crypto/poly1305/
Dpoly1305_vec.c194 uint64_t r20, r21, r22, s22; in poly1305_first_block() local
/external/v8/src/arm/
Dsimulator-arm.h122 s16, s17, s18, s19, s20, s21, s22, s23, enumerator
Dassembler-arm.h353 const SwVfpRegister s22 = { 22 }; variable
/external/boringssl/src/crypto/curve25519/
Dcurve25519.c3815 int64_t s22 = 2097151 & (load_4(s + 57) >> 6); in x25519_sc_reduce() local
4193 int64_t s22; in sc_muladd() local
/external/r8/src/test/examples/jumbostring/
DStringPool0.java29 public static final String s22 = "22"; field in StringPool0