Home
last modified time | relevance | path

Searched refs:id_low (Results 1 – 25 of 34) sorted by relevance

12

/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-proto/src/channel/
H A Dcircmap.rs194 let id_low = map_low.add_ent(&mut rng, csnd, snd).unwrap(); in circmap_basics() localVariable
195 assert!(u32::from(id_low) > 0); in circmap_basics()
196 assert!(u32::from(id_low) < 0x80000000); in circmap_basics()
197 assert!(!ids_low.iter().any(|x| *x == id_low)); in circmap_basics()
198 ids_low.push(id_low); in circmap_basics()
201 map_low.get_mut(id_low), in circmap_basics()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/sfc/falcon/
H A Dmdio_10g.h35 u16 id_low = ef4_mdio_read(efx, mmd, MDIO_DEVID2); in ef4_mdio_read_id() local
37 return (id_hi << 16) | (id_low); in ef4_mdio_read_id()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/sfc/falcon/
H A Dmdio_10g.h35 u16 id_low = ef4_mdio_read(efx, mmd, MDIO_DEVID2); in ef4_mdio_read_id() local
37 return (id_hi << 16) | (id_low); in ef4_mdio_read_id()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/sfc/falcon/
H A Dmdio_10g.h35 u16 id_low = ef4_mdio_read(efx, mmd, MDIO_DEVID2); in ef4_mdio_read_id() local
37 return (id_hi << 16) | (id_low); in ef4_mdio_read_id()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DReleaseTest.java358 PredicateOperand id_low = dobj.param("id_low"); in testReleaseQueryStatic() local
363 Predicate compare = column.between(id_low, id_high); in testReleaseQueryStatic()
392 PredicateOperand id_low = dobj.param("id_low"); in testReleaseQueryDynamic() local
397 Predicate compare = column.between(id_low, id_high); in testReleaseQueryDynamic()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DReleaseTest.java372 PredicateOperand id_low = dobj.param("id_low"); in testReleaseQueryStatic() local
377 Predicate compare = column.between(id_low, id_high); in testReleaseQueryStatic()
406 PredicateOperand id_low = dobj.param("id_low"); in testReleaseQueryDynamic() local
411 Predicate compare = column.between(id_low, id_high); in testReleaseQueryDynamic()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DReleaseTest.java358 PredicateOperand id_low = dobj.param("id_low"); in testReleaseQueryStatic() local
363 Predicate compare = column.between(id_low, id_high); in testReleaseQueryStatic()
392 PredicateOperand id_low = dobj.param("id_low"); in testReleaseQueryDynamic() local
397 Predicate compare = column.between(id_low, id_high); in testReleaseQueryDynamic()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DReleaseTest.java358 PredicateOperand id_low = dobj.param("id_low"); in testReleaseQueryStatic() local
363 Predicate compare = column.between(id_low, id_high); in testReleaseQueryStatic()
392 PredicateOperand id_low = dobj.param("id_low"); in testReleaseQueryDynamic() local
397 Predicate compare = column.between(id_low, id_high); in testReleaseQueryDynamic()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DReleaseTest.java358 PredicateOperand id_low = dobj.param("id_low"); in testReleaseQueryStatic() local
363 Predicate compare = column.between(id_low, id_high); in testReleaseQueryStatic()
392 PredicateOperand id_low = dobj.param("id_low"); in testReleaseQueryDynamic() local
397 Predicate compare = column.between(id_low, id_high); in testReleaseQueryDynamic()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DReleaseTest.java358 PredicateOperand id_low = dobj.param("id_low"); in testReleaseQueryStatic() local
363 Predicate compare = column.between(id_low, id_high); in testReleaseQueryStatic()
392 PredicateOperand id_low = dobj.param("id_low"); in testReleaseQueryDynamic() local
397 Predicate compare = column.between(id_low, id_high); in testReleaseQueryDynamic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/android/
H A Dmessage_port_descriptor.cc51 jlong id_low, in JNI_AppWebMessagePortDescriptor_Create() argument
55 static_cast<uint64_t>(id_high), static_cast<uint64_t>(id_low)); in JNI_AppWebMessagePortDescriptor_Create()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/connection/tests/
H A Dpriority.rs151 let id_low = client.stream_create(StreamType::UniDi).unwrap(); in repairing_loss() localVariable
152 fill_stream(&mut client, id_low); in repairing_loss()
155 id_low, in repairing_loss()
186 assert_eq!(stream_id, id_low); in repairing_loss()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/connection/tests/
H A Dpriority.rs151 let id_low = client.stream_create(StreamType::UniDi).unwrap(); in repairing_loss() localVariable
152 fill_stream(&mut client, id_low); in repairing_loss()
155 id_low, in repairing_loss()
186 assert_eq!(stream_id, id_low); in repairing_loss()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/connection/tests/
H A Dpriority.rs151 let id_low = client.stream_create(StreamType::UniDi).unwrap(); in repairing_loss() localVariable
152 fill_stream(&mut client, id_low); in repairing_loss()
155 id_low, in repairing_loss()
186 assert_eq!(stream_id, id_low); in repairing_loss()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/android/
H A Dmessage_port_descriptor.cc97 jlong id_low, in JNI_AppWebMessagePortDescriptor_Create() argument
101 static_cast<uint64_t>(id_high), static_cast<uint64_t>(id_low)); in JNI_AppWebMessagePortDescriptor_Create()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DAnalytics.cpp90 const u64 id_low = Common::Random::GenerateValue<u64>(); in GenerateNewIdentity() local
91 m_unique_id = fmt::format("{:016x}{:016x}", id_high, id_low); in GenerateNewIdentity()
/dports/net/samba412/samba-4.12.15/source3/nmbd/
H A Dnmbd_winsserver.c87 uint32_t id_low, id_high; in wins_record_to_name_record() local
109 &id_low, in wins_record_to_name_record()
148 namerec->data.id = id_low; in wins_record_to_name_record()
170 uint32_t id_low = (namerec->data.id & 0xFFFFFFFF); in name_record_to_wins_record() local
189 id_low, in name_record_to_wins_record()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sessions/core/
H A Dsession_service_commands.cc126 uint64_t id_low; member
625 payload.maybe_group.id_low); in CreateTabsAndWindows()
895 payload.maybe_group.id_low = group.value().token().low(); in CreateTabGroupCommand()
/dports/emulators/mess/mame-mame0226/src/devices/bus/isa/
H A Ds3virge.cpp111 s3.id_low = 0x31; // CR2E in device_start()
122 s3.id_low = 0x01; // CR2E in device_start()
133 s3.id_low = 0x01; // CR2E in device_start()
184 res = s3.id_low; in s3_crtc_reg_read()
/dports/emulators/mame/mame-mame0226/src/devices/bus/isa/
H A Ds3virge.cpp111 s3.id_low = 0x31; // CR2E in device_start()
122 s3.id_low = 0x01; // CR2E in device_start()
133 s3.id_low = 0x01; // CR2E in device_start()
184 res = s3.id_low; in s3_crtc_reg_read()
/dports/misc/heyu2/heyu-2.10/
H A Dx10aux.c628 …aux_longdata ( unsigned char vtype, unsigned char seq, unsigned char id_high, unsigned char id_low, in forward_aux_longdata() argument
652 template[16] = id_low; in forward_aux_longdata()
672 unsigned char id_high, unsigned char id_low, unsigned char nbytes, unsigned char buff[] ) in forward_gen_longdata() argument
701 template[16] = id_low; in forward_gen_longdata()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sessions/core/
H A Dsession_service_commands.cc132 uint64_t id_low; member
631 payload.maybe_group.id_low); in CreateTabsAndWindows()
942 payload.maybe_group.id_low = group.value().token().low(); in CreateTabGroupCommand()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/powerpc/include/asm/
H A D5xx_immap.h390 ushort id_low; member
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/powerpc/include/asm/
H A D5xx_immap.h390 ushort id_low; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/powerpc/include/asm/
H A D5xx_immap.h390 ushort id_low; member

12