Home
last modified time | relevance | path

Searched defs:ap2 (Results 1 – 21 of 21) sorted by relevance

/third_party/musl/src/stdio/
Dvasprintf.c8 va_list ap2; in vasprintf() local
Dvfscanf.c48 va_list ap2; in arg_n() local
Dvfwscanf.c48 va_list ap2; in arg_n() local
Dvfwprintf.c342 va_list ap2; in vfwprintf() local
Dvfprintf.c659 va_list ap2; in vfprintf() local
/third_party/ltp/tools/sparse/sparse-src/
Dutils.c40 va_list ap2; in xvasprintf() local
/third_party/musl/src/ldso/
Ddlerror.c45 va_list ap2; in __dl_vseterr() local
/third_party/glib/gio/tests/
Dgdbus-proxy-well-known-name.c54 GDBusProxy *ap2; in test_proxy_well_known_name() local
/third_party/musl/porting/linux/user/src/ldso/
Ddlerror.c46 va_list ap2; in __dl_vseterr() local
/third_party/boost/libs/ptr_container/test/
Dassociative_test_data.hpp152 std::auto_ptr<C> ap2 = c.release(); in ptr_set_test() local
Dsequence_test_data.hpp169 std::auto_ptr<C> ap2 = c.release(); in reversible_container_test() local
/third_party/boost/libs/process/test/
Dasync_pipe.cpp98 bp::async_pipe ap2{std::move(ap)}; in BOOST_AUTO_TEST_CASE() local
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvfscanf.c48 va_list ap2; in arg_n() local
Dvfprintf.c674 va_list ap2; in vfprintf() local
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvfscanf.c48 va_list ap2; in arg_n() local
Dvfprintf.c674 va_list ap2; in vfprintf() local
/third_party/glib/glib/
Dgutils.h42 # define G_VA_COPY(ap1, ap2) (*(ap1) = *(ap2)) argument
/third_party/boost/boost/math/special_functions/detail/
Digamma_inverse.hpp278 T ap2 = a + 2; in find_inverse_gamma() local
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dvfprintf.c673 va_list ap2; in vfprintf() local
/third_party/ffmpeg/libavutil/
Davsscanf.c697 va_list ap2; in arg_n() local
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmisc.h498 # define __va_copy(ap1, ap2) do { ap1 = ap2; } while (0) argument