Searched refs:c5 (Results 1 - 25 of 53) sorted by relevance

123

/external/clang/test/Sema/
H A Dpointer-conversion.c10 char ** c5 = &c4; // expected-warning {{discards qualifiers in nested pointer types}} variable
H A Dattr-cleanup.c41 void c5(void*) __attribute__((deprecated)); // expected-note{{'c5' has been explicitly marked deprecated here}}
43 int i __attribute__((cleanup(c5))); // expected-warning {{'c5' is deprecated}}
H A Dstring-init.c25 char16_t c5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
H A Dwarn-unreachable.c53 c5:
60 goto c5;
/external/clang/test/Parser/
H A Dc1x-alignas.c10 char _Alignas(_Alignof(int)) c5;
/external/clang/test/CodeGen/
H A Dtentative-decls.c34 // RUN: grep '@c5 = internal global \[1 x .*\] zeroinitializer' %t
35 static int c5[]; variable
36 static int func() { return c5[0]; }
H A Dconstant-comparison.c9 int *c5 = &a + (6 * 5 >= 30); variable
H A Darm64-abi-vector.c64 __char5 c5 = va_arg(ap, __char5); local
65 sum = sum + c5.x + c5.y;
149 __short5 c5 = va_arg(ap, __short5); local
150 sum = sum + c5.x + c5.y;
193 __int5 c5 = va_arg(ap, __int5); local
194 sum = sum + c5.x + c5.y;
236 __char5 c5 local
284 test(__char3 *c3, __char5 *c5, __char9 *c9, __char19 *c19, __short3 *s3, __short5 *s5, __int3 *i3, __int5 *i5, __double3 *d3) argument
308 args_vec_5c(int fixed, __char5 c5) argument
370 args_vec_5s(int fixed, __short5 c5) argument
402 args_vec_5i(int fixed, __int5 c5) argument
[all...]
H A Darm-abi-vector.c89 __char5 c5 = va_arg(ap, __char5); local
90 sum = sum + c5.x + c5.y;
216 __short5 c5 = va_arg(ap, __short5); local
217 sum = sum + c5.x + c5.y;
/external/clang/test/SemaTemplate/
H A Dinstantiation-default-2.cpp14 Constant<float (*)(int, double), &f> *c5; variable
/external/v8/test/mjsunit/
H A Dgenerated-transition-stub.js153 c5 = [0, 2.5, 0];
155 c5[i] = 0;
157 assertTrue(%HasFastDoubleElements(c5));
158 assertTrue(!%HasFastHoleyElements(c5));
159 transition3(c5, 0, new Array(5));
160 assertTrue(!%HasFastHoleyElements(c5));
161 assertTrue(%HasFastObjectElements(c5));
162 assertEquals(5, c5[0].length);
/external/fio/lib/
H A Dbswap.h21 uint64_t c1, c2, c3, c4, c5, c6, c7, c8; local
27 c5 = (val >> 24) & 0xff;
32 return c1 | c2 << 8 | c3 << 16 | c4 << 24 | c5 << 32 | c6 << 40 | c7 << 48 | c8 << 56;
/external/clang/test/SemaCXX/
H A Dstring-init.cpp20 char16_t c5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
H A Duninitialized.cpp1188 C c5 = { 0, c5.c, 0 }; member in namespace:U::init_list
1277 C c5 = { 0, c5.c, 0 }; member in struct:U::init_list::Cwrapper
1287 c5{ 0, c5.c, 0 },
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp68 const A* c5() { return 0; } function
69 // CHECK: "\01?c5@@YAPBVA@@XZ"
/external/libvorbis/vq/
H A DMakefile.am21 44c3.vqs 44c4.vqs 44c5.vqs 44c6.vqs 44c7.vqs 44c8.vqs 44c9.vqs \
/external/llvm/test/MC/ARM/
H A Ddeprecated-v8.s11 mcr p15, #0, r5, c7, c5, #4
/external/icu/icu4c/source/test/intltest/
H A Ditercoll.cpp159 Collator *c5 = Collator::createInstance(Locale("ja", "JP", ""), status); local
161 iter = ((RuleBasedCollator*)c5)->createCollationElementIterator(source);
167 delete c5;
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationIteratorTest.java383 Collator c5 = null;
385 c5 = Collator.getInstance(new Locale("ja", "JP", ""));
390 iter = ((RuleBasedCollator)c5).getCollationElementIterator(source);
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm705 movq xmm1, [rsi+4*rax] ; xx xx xx xx xx xx xx xx c7 c6 c5 c4 c3 c2 c1 c0
715 punpcklbw xmm1, xmm6 ; d7 c7 d6 c6 d5 c5 d4 c4 d3 c3 d2 c2 d1 e1 d0 c0
722 punpckhwd xmm6, xmm5 ; f7 e7 d7 c7 f6 e6 d6 c6 f5 e5 d5 c5 f4 e4 d4 c4
737 punpckldq xmm1, xmm6 ; f5 e5 d5 c5 b5 a5 95 85 f4 e4 d4 c4 b4 a4 94 84
759 punpckhqdq xmm5, xmm1 ; f5 e5 d5 c5 b5 a5 95 85 75 65 55 45 35 25 15 05
878 ; xmm7 = f5 e5 d5 c5 b5 a5 95 85 75 65 55 45 35 25 15 05
887 punpckhbw xmm3, xmm7 ; f5 f4 e5 e4 d5 d4 c5 c4 b5 b4 a5 a4 95 94 85 84
897 punpckhwd xmm5, xmm3 ; f5 f4 f3 f2 e5 e4 e3 e2 d5 d4 d3 d2 c5 c4 c3 c2
901 ; xmm5 = f5 f4 f3 f2 e5 e4 e3 e2 d5 d4 d3 d2 c5 c4 c3 c2
1106 punpckhbw xmm7, [rsp+_q1] ; f5 f4 e5 e4 d5 d4 c5 c
[all...]
/external/icu/icu4c/source/tools/gensprep/
H A DfilterRFC3454.pl49 "--C5" => \$c5,
124 if($line =~ /C.5/ && defined $c5 ){
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp61 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4, Reader::Char c5 )
63 return c == c1 || c == c2 || c == c3 || c == c4 || c == c5;
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c521 int c5 = (y0 > w0) ? 2 : 0; local
523 int c = c1 + c2 + c3 + c4 + c5 + c6;
/external/selinux/libsepol/tests/policies/test-linker/
H A Dsmall-base.conf404 category c4; category c5; category c6; category c7;
567 gen_user(g_b_user_2,, g_b_role_1, s0, s0 - s0:c0, c1, c3, c4, c5)
/external/valgrind/none/tests/amd64/
H A Dslahf-amd64.stdout.exp200 c5 -> c700

Completed in 1017 milliseconds

123