Searched defs:ap2 (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
H A Dallocate.pass.cpp57 A* ap2 = a.allocate(3, (const void*)5); local
60 a.deallocate(ap2, 3);
/ndk/sources/android/support/src/stdio/
H A Dvfwprintf.c383 va_list ap2; local
389 va_copy(ap2, ap);
391 if (wprintf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) {
392 va_end(ap2);
395 ret = wprintf_core(out, fmt, &ap2, nl_arg, nl_type);
396 va_end(ap2);
402 va_list ap2; local
408 va_copy(ap2, ap);
409 ret = wprintf_core(out, fmt, &ap2, nl_arg, nl_type);
410 va_end(ap2);
417 va_list ap2; local
[all...]
H A Dvfprintf.c697 va_list ap2; local
704 va_copy(ap2, ap);
705 ret = printf_core(0, fmt, &ap2, nl_arg, nl_type);
706 va_end(ap2);
710 va_copy(ap2, ap);
711 ret = printf_core(out, fmt, &ap2, nl_arg, nl_type);
712 va_end(ap2);
718 va_list ap2; local
738 va_copy(ap2, ap);
739 r = printf_core(out, fmt, &ap2, nl_ar
753 va_list ap2; local
[all...]

Completed in 245 milliseconds