Home
last modified time | relevance | path

Searched refs:ap0 (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/c-variadic/
H A Dvariadic-ffi-4.rs21 pub unsafe extern "C" fn no_escape3(_: usize, mut ap0: &mut VaListImpl, mut ap1: ...) { in no_escape3()
22 *ap0 = ap1; in no_escape3()
27 pub unsafe extern "C" fn no_escape4(_: usize, mut ap0: &mut VaListImpl, mut ap1: ...) { in no_escape4()
28 ap0 = &mut ap1; in no_escape4()
34 pub unsafe extern "C" fn no_escape5(_: usize, mut ap0: &mut VaListImpl, mut ap1: ...) { in no_escape5()
35 *ap0 = ap1.clone(); in no_escape5()
H A Dvariadic-ffi-4.stderr41 LL | pub unsafe extern "C" fn no_escape3(_: usize, mut ap0: &mut VaListImpl, mut ap1: ...) {
45 LL | *ap0 = ap1;
51 LL | pub unsafe extern "C" fn no_escape3(_: usize, mut ap0: &mut VaListImpl, mut ap1: ...) {
55 LL | *ap0 = ap1;
61 LL | pub unsafe extern "C" fn no_escape4(_: usize, mut ap0: &mut VaListImpl, mut ap1: ...) {
65 LL | ap0 = &mut ap1;
75 LL | pub unsafe extern "C" fn no_escape4(_: usize, mut ap0: &mut VaListImpl, mut ap1: ...) {
79 LL | ap0 = &mut ap1;
91 LL | ap0 = &mut ap1;
107 LL | *ap0 = ap1.clone();
[all …]
/dports/astro/sextractor/sextractor-2.5.0/src/wcs/
H A Dpoly.c575 f = *ap0; in svdsolve()
578 *ap0 = f-g; in svdsolve()
596 ap = ap0 = a+i+m*l; in svdsolve()
606 f=*ap0; in svdsolve()
609 *ap0=f-g; in svdsolve()
635 ap0 = a+l*m+i; in svdsolve()
638 g *= *ap0; in svdsolve()
666 ap0 = a+i*m+i; in svdsolve()
667 ap10 = ap0 + m; in svdsolve()
687 ++(*ap0); in svdsolve()
[all …]
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dpoly.c575 f = *ap0; in svdsolve()
578 *ap0 = f-g; in svdsolve()
596 ap = ap0 = a+i+m*l; in svdsolve()
606 f=*ap0; in svdsolve()
609 *ap0=f-g; in svdsolve()
635 ap0 = a+l*m+i; in svdsolve()
638 g *= *ap0; in svdsolve()
666 ap0 = a+i*m+i; in svdsolve()
667 ap10 = ap0 + m; in svdsolve()
687 ++(*ap0); in svdsolve()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/test/
H A Dzero_dimensionality.cpp76 multi::array_ptr<double, 0> ap0{&d}; in BOOST_AUTO_TEST_CASE() local
78 BOOST_REQUIRE(( ap0 == multi::array_ptr<double, 0>(&d, {}) )); in BOOST_AUTO_TEST_CASE()
79 BOOST_REQUIRE(( ap0 != multi::array_ptr<double, 0>(&dd, {}) )); in BOOST_AUTO_TEST_CASE()
80 BOOST_REQUIRE( ap0->base() == &d ); in BOOST_AUTO_TEST_CASE()
81 BOOST_REQUIRE( (*ap0).base() == &d ); in BOOST_AUTO_TEST_CASE()
84 BOOST_REQUIRE( ap0dd != ap0 ); in BOOST_AUTO_TEST_CASE()
85 BOOST_REQUIRE( *ap0 == *ap0dd ); in BOOST_AUTO_TEST_CASE()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/jemalloc/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/jemalloc/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/test/integration/
H A Dallocated.c17 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", &ap0, &sz, NULL, 0))) { in thd_start()
34 assert_u64_eq(*ap0, a0, in thd_start()
66 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys/jemalloc/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys-0.4.1+5.2.1-patched/jemalloc/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/rep/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
35 assert_u64_eq(*ap0, a0, in thd_start()
70 assert_ptr_eq(ap0, ap1, in thd_start()

12345678910