Home
last modified time | relevance | path

Searched refs:addr3 (Results 1 – 25 of 1530) sorted by path

12345678910>>...62

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/tokio-1.16.1/src/util/
H A Dslab.rs675 let (addr3, foo3) = alloc.allocate().unwrap(); in insert_remove()
676 assert_eq!(addr3, addr1); in insert_remove()
679 assert_eq!(3, slab.get(addr3).unwrap().id.load(SeqCst)); in insert_remove()
689 assert!(slab.get(addr3).is_some()); in insert_remove()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/tokio-1.15.0/src/util/
H A Dslab.rs675 let (addr3, foo3) = alloc.allocate().unwrap(); in insert_remove()
676 assert_eq!(addr3, addr1); in insert_remove()
679 assert_eq!(3, slab.get(addr3).unwrap().id.load(SeqCst)); in insert_remove()
689 assert!(slab.get(addr3).is_some()); in insert_remove()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/tokio-1.14.0/src/util/
H A Dslab.rs675 let (addr3, foo3) = alloc.allocate().unwrap();
676 assert_eq!(addr3, addr1);
679 assert_eq!(3, slab.get(addr3).unwrap().id.load(SeqCst));
689 assert!(slab.get(addr3).is_some());
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/src/tests/unit/ip/
H A Daddress.cpp46 ip::address addr3(const_addr_v6); in test() local
H A Daddress_v4.cpp46 ip::address_v4 addr3(const_ulong_value); in test() local
90 addr1 = ip::address_v4::broadcast(addr2, addr3); in test()
H A Daddress_v6.cpp93 ip::address_v4 addr3 = addr1.to_v4();
106 addr1 = ip::address_v6::v4_mapped(addr3);
108 addr1 = ip::address_v6::v4_compatible(addr3);
139 addr1 = ip::make_address_v6(ip::v4_mapped, addr3);
140 addr3 = ip::make_address_v4(ip::v4_mapped, addr1);
H A Dnetwork_v4.cpp57 ip::address_v4 addr3 = net1.network(); in test() local
58 (void)addr3; in test()
H A Dnetwork_v6.cpp53 ip::address_v6 addr3 = net1.network(); in test() local
54 (void)addr3; in test()
/dports/cad/electric/electric-7.00/src/db/
H A Ddblangtcl.c1680 INTBIG addr, addr0, addr1, addr2, addr3, type; in tcl_asktool() local
1745 tcl_converttoanyelectric(toolArgv[3], &addr3, &type); in tcl_asktool()
1746 ret = asktool(tool, command, addr0, addr1, addr2, addr3); in tcl_asktool()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/docs/
H A Dusrp_x3x0.dox387 …mage) |  192.168.40.2 | 192.168.40.1 | 255.255.255.0 | `ip-addr3`
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/x300/
H A Dx300_init.sh25 utils/usrp_burn_mb_eeprom --key=ip-addr3 --val="192.168.10.3"
/dports/databases/litestream/litestream-0.3.6/vendor/google.golang.org/grpc/xds/internal/balancer/weightedtarget/
H A Dweightedtarget_test.go193 addr3 := <-cc.NewSubConnAddrsCh
194 …if want := []resolver.Address{wantAddr3}; !cmp.Equal(addr3, want, cmp.AllowUnexported(attributes.A…
195 …t.Fatalf("got unexpected new subconn addrs: %v", cmp.Diff(addr3, want, cmp.AllowUnexported(attribu…
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DMarking.cpp1373 uintptr_t addr3 = stack.pop(); in processMarkStackTop() local
1374 MOZ_ASSERT(addr2 <= addr3); in processMarkStackTop()
1375 MOZ_ASSERT((addr3 - addr2) % sizeof(Value) == 0); in processMarkStackTop()
1377 end = reinterpret_cast<HeapSlot*>(addr3); in processMarkStackTop()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp472 uint64_t addr3 = addr2 + esize; in ld3() local
479 addr3 += 3 * esize; in ld3()
531 uint64_t addr3 = addr2 + esize; in ld4() local
532 uint64_t addr4 = addr3 + esize; in ld4()
540 addr3 += 4 * esize; in ld4()
640 uint64_t addr3 = addr2 + esize; in st3() local
644 dst3.WriteUintToMem(vform, i, addr3); in st3()
647 addr3 += 3 * esize; in st3()
673 uint64_t addr3 = addr2 + esize; in st4() local
674 uint64_t addr4 = addr3 + esize; in st4()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/asio/test/ip/
H A Daddress.cpp46 ip::address addr3(const_addr_v6); in test() local
H A Daddress_v4.cpp46 ip::address_v4 addr3(const_ulong_value); in test() local
90 addr1 = ip::address_v4::broadcast(addr2, addr3); in test()
H A Daddress_v6.cpp93 ip::address_v4 addr3 = addr1.to_v4(); in test() local
106 addr1 = ip::address_v6::v4_mapped(addr3); in test()
108 addr1 = ip::address_v6::v4_compatible(addr3); in test()
/dports/databases/percona57-client/boost_1_59_0/libs/asio/test/ip/
H A Daddress.cpp46 ip::address addr3(const_addr_v6); in test() local
H A Daddress_v4.cpp46 ip::address_v4 addr3(const_ulong_value); in test() local
90 addr1 = ip::address_v4::broadcast(addr2, addr3); in test()
H A Daddress_v6.cpp93 ip::address_v4 addr3 = addr1.to_v4(); in test() local
106 addr1 = ip::address_v6::v4_mapped(addr3); in test()
108 addr1 = ip::address_v6::v4_compatible(addr3); in test()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/asio/test/ip/
H A Daddress.cpp46 ip::address addr3(const_addr_v6); in test() local
H A Daddress_v4.cpp46 ip::address_v4 addr3(const_ulong_value); in test() local
90 addr1 = ip::address_v4::broadcast(addr2, addr3); in test()
H A Daddress_v6.cpp93 ip::address_v4 addr3 = addr1.to_v4(); in test() local
106 addr1 = ip::address_v6::v4_mapped(addr3); in test()
108 addr1 = ip::address_v6::v4_compatible(addr3); in test()
/dports/databases/percona57-server/boost_1_59_0/libs/asio/test/ip/
H A Daddress.cpp46 ip::address addr3(const_addr_v6); in test() local
H A Daddress_v4.cpp46 ip::address_v4 addr3(const_ulong_value); in test() local
90 addr1 = ip::address_v4::broadcast(addr2, addr3); in test()

12345678910>>...62