Home
last modified time | relevance | path

Searched refs:s28 (Results 1 – 25 of 184) sorted by relevance

12345678

/external/bison/lib/
Dstreq.h41 streq8 (const char *s1, const char *s2, char s28) in streq8() argument
43 if (s1[8] == s28) in streq8()
45 if (s28 == 0) in streq8()
55 streq7 (const char *s1, const char *s2, char s27, char s28) in streq7() argument
62 return streq8 (s1, s2, s28); in streq7()
69 streq6 (const char *s1, const char *s2, char s26, char s27, char s28) in streq6() argument
76 return streq7 (s1, s2, s27, s28); in streq6()
83 streq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) in streq5() argument
90 return streq6 (s1, s2, s26, s27, s28); in streq5()
97 streq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) in streq4() argument
[all …]
Dc-strcaseeq.h51 strcaseeq8 (const char *s1, const char *s2, char s28) in strcaseeq8() argument
53 if (CASEEQ (s1[8], s28)) in strcaseeq8()
55 if (s28 == 0) in strcaseeq8()
65 strcaseeq7 (const char *s1, const char *s2, char s27, char s28) in strcaseeq7() argument
72 return strcaseeq8 (s1, s2, s28); in strcaseeq7()
79 strcaseeq6 (const char *s1, const char *s2, char s26, char s27, char s28) in strcaseeq6() argument
86 return strcaseeq7 (s1, s2, s27, s28); in strcaseeq6()
93 strcaseeq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) in strcaseeq5() argument
100 return strcaseeq6 (s1, s2, s26, s27, s28); in strcaseeq5()
107 strcaseeq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) in strcaseeq4() argument
[all …]
/external/clang/test/CodeGen/
Darm-arguments.c145 struct s28 { _Complex char f0; }; struct
146 struct s28 f28() {} in f28()
/external/lldb/test/arm_emulation/new-test-files/
Dtest-subs-1-thumb.dat52 s28=0x00000000
105 s28=0x00000000
Dtest-add-7-arm.dat52 s28=0x0000001c
105 s28=0x0000001c
Dtest-strt-1-arm.dat52 s28=0x0000001c
105 s28=0x0000001c
Dtest-sub-3-thumb.dat52 s28=0x00000000
105 s28=0x00000000
Dtest-push-2-thumb.dat52 s28=0x00000000
105 s28=0x00000000
Dtest-mvn-1-arm.dat52 s28=0x0000001c
105 s28=0x0000001c
Dtest-add-8-arm.dat52 s28=0x0000001c
105 s28=0x0000001c
Dtest-subs-1-arm.dat52 s28=0x0000001c
105 s28=0x0000001c
Dtest-sub-9-arm.dat52 s28=0x0000001c
105 s28=0x0000001c
Dtest-sub-1-thumb.dat52 s28=0x00000000
105 s28=0x00000000
Dtest-str-2-arm.dat52 s28=0x0000001c
105 s28=0x0000001c
Dtest-mvn-4-thumb.dat52 s28=0x00000000
105 s28=0x00000000
Dtest-strbt-1-arm.dat52 s28=0x0000001c
105 s28=0x0000001c
Dtest-add-1-thumb.dat52 s28=0x00000000
105 s28=0x00000000
Dtest-mov-1-thumb.dat52 s28=0x00000000
105 s28=0x00000000
Dtest-add-1-arm.dat52 s28=0x0000001c
105 s28=0x0000001c
Dtest-sub-10-arm.dat52 s28=0x0000001c
105 s28=0x0000001c
Dtest-mov-28-thumb.dat52 s28=0x00000000
105 s28=0x00000000
Dtest-mov-15-thumb.dat52 s28=0x00000000
105 s28=0x00000000
Dtest-add-7-thumb.dat52 s28=0x00000000
105 s28=0x00000000
Dtest-sub-6-thumb.dat52 s28=0x00000000
105 s28=0x00000000
Dtest-str-3-arm.dat52 s28=0x0000001c
105 s28=0x0000001c

12345678