Home
last modified time | relevance | path

Searched refs:v2s (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Sema/
Dvector-ops.c3 typedef int v2s __attribute__ ((vector_size (8))); typedef
6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1()
26 v2s *v2s_ptr; in test1()
Dvector-assign.c3 typedef signed int v2s __attribute__ ((vector_size (8))); typedef
9 v2s v1; in test1()
/external/ipsec-tools/src/libipsec/
Dpfkey_dump.c95 #define GETMSGV2S(v2s, num) \ argument
98 for (p = (v2s); p && p->str; p++) { \