HomeSort by relevance Sort by last modified time
    Searched refs:s20 (Results 1 - 9 of 9) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
streq.h 155 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)
157 if (s1[0] == s20)
159 if (s20 == 0)
168 #define STREQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
169 streq0 (s1, s2, s20, s21, s22, s23, s24, s25, s26, s27, s28)
173 #define STREQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
  /external/clang/test/CodeGen/
arm-arguments.c 113 // APCS-GNU: struct.s20* noalias sret
115 struct s20 { struct s8 f1; int f0; }; struct
116 struct s20 f20(void) {}
x86_64-arguments.c 108 // CHECK: define void @f20(%struct.s20* byval align 32 %x)
109 struct __attribute__((aligned(32))) s20 { struct
113 void f20(struct s20 x) {}
  /external/valgrind/main/none/tests/arm/
vfp.c     [all...]