Searched defs:ap1 (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
H A Dmerge-statics.c8 struct s *ap1 = &a; variable in typeref:struct:s
/external/syslinux/com32/lib/
H A Dvasprintf.c11 va_list ap1; local
15 va_copy(ap1, ap);
17 bytes = vsnprintf(NULL, 0, format, ap1) + 1;
18 va_end(ap1);
H A Dasprintf.c11 va_list ap, ap1; local
17 va_copy(ap1, ap);
19 bytes = vsnprintf(NULL, 0, format, ap1) + 1;
20 va_end(ap1);
/external/syslinux/com32/elflink/ldlinux/
H A Drefstr.c69 va_list ap1; local
73 va_copy(ap1, ap);
74 len = vsnprintf(NULL, 0, fmt, ap1);
75 va_end(ap1);
/external/syslinux/com32/menu/
H A Drefstr.c68 va_list ap1; local
72 va_copy(ap1, ap);
73 len = vsnprintf(NULL, 0, fmt, ap1);
74 va_end(ap1);
/external/jemalloc/test/integration/
H A Dallocated.c17 uint64_t *ap0, *ap1, *dp0, *dp1; local
62 sz = sizeof(ap1);
63 mallctl("thread.allocatedp", (void *)&ap1, &sz, NULL, 0);
64 assert_u64_eq(*ap1, a1,
67 assert_ptr_eq(ap0, ap1,
/external/clang/test/Analysis/
H A Dmalloc-sizeof.c22 struct A *ap1 = calloc(1, sizeof(struct A)); local
23 struct A *ap2 = calloc(2, sizeof(*ap1));
24 struct A *ap3 = calloc(2, sizeof(ap1)); // expected-warning {{Result of 'calloc' is converted to a pointer of type 'struct A', which is incompatible with sizeof operand type 'struct A *'}}
/external/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp26 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2,
38 (void)const_cast<A_ptr>(ap1); // expected-error{{is not allowed}}
43 (void)const_cast<A_ptr_2>(ap1); // expected-error{{is not allowed}}
51 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2,
60 (void)static_cast<B_ptr_1>(ap1);
65 (void)static_cast<void_ptr_1>(ap1);
80 (void)static_cast<B_ptr>(ap1); // expected-error{{casts away qualifiers}}
85 (void)static_cast<B_ptr_2>(ap1); // expected-error{{casts away qualifiers}}
88 (void)static_cast<void_ptr>(ap1); // expected-error{{is not allowed}}
93 (void)static_cast<void_ptr_2>(ap1); // expecte
25 test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, const int *cip, const int __attribute__((address_space(1))) *cip1) argument
50 test_static_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
102 test_dynamic_cast(A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
131 test_reinterpret_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, const void __attribute__((address_space(1))) *cvp1) argument
157 test_cstyle_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, const void __attribute__((address_space(1))) *cvp1) argument
181 test_implicit_conversion(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
[all...]
/external/opencv/cv/src/
H A Dcvcontourtree.cpp78 a, ap1, ap2, an1, an2, b, bp1, bp2, bn1, bn2; local
207 &ap1, &bp1 ));
355 ap2 = ap1;
356 ap1 = a;
399 icvCalcTriAttr( contour, tp1, tn2, nmn2, t, nm, &sp1, &sp1_c, &hp1, &ap1,
484 tree_one.r1 = hp1 / ap1;
485 tree_one.r2 = bp1 / ap1;
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 5267 milliseconds