Home
last modified time | relevance | path

Searched refs:RandomUint64 (Results 1 – 25 of 134) sorted by relevance

123456

/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/
H A DTestRandomNum.cpp30 using mozilla::RandomUint64;
33 Maybe<uint64_t> maybeRandomNum = RandomUint64(); in getRandomUint64OrDie()
/dports/www/firefox/firefox-99.0/mfbt/tests/
H A DTestRandomNum.cpp30 using mozilla::RandomUint64;
33 Maybe<uint64_t> maybeRandomNum = RandomUint64(); in getRandomUint64OrDie()
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/tests/
H A DTestRandomNum.cpp30 using mozilla::RandomUint64;
33 Maybe<uint64_t> maybeRandomNum = RandomUint64(); in getRandomUint64OrDie()
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/tests/
H A DTestRandomNum.cpp29 using mozilla::RandomUint64;
32 Maybe<uint64_t> maybeRandomNum = RandomUint64(); in getRandomUint64OrDie()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/jsapi/
H A DRTCStatsIdGenerator.cpp13 : mSalt(RandomUint64().valueOr(0xa5a5a5a5)), mCounter(0) {} in RTCStatsIdGenerator()
27 auto random = RandomUint64().valueOr(0x1a22); in Generate()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/jsapi/
H A DRTCStatsIdGenerator.cpp13 : mSalt(RandomUint64().valueOr(0xa5a5a5a5)), mCounter(0) {} in RTCStatsIdGenerator()
27 auto random = RandomUint64().valueOr(0x1a22); in Generate()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/peerconnection/
H A DRTCStatsIdGenerator.cpp13 : mSalt(RandomUint64().valueOr(0xa5a5a5a5)), mCounter(0) {} in RTCStatsIdGenerator()
27 auto random = RandomUint64().valueOr(0x1a22); in Generate()
/dports/www/firefox-esr/firefox-91.8.0/mfbt/
H A DRandomNum.cpp97 MFBT_API Maybe<uint64_t> RandomUint64() { in RandomUint64() function
154 Maybe<uint64_t> maybeRandomNum = RandomUint64(); in RandomUint64OrDie()
H A DRandomNum.h31 MFBT_API Maybe<uint64_t> RandomUint64();
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/
H A DRandomNum.cpp97 MFBT_API Maybe<uint64_t> RandomUint64() { in RandomUint64() function
154 Maybe<uint64_t> maybeRandomNum = RandomUint64(); in RandomUint64OrDie()
H A DRandomNum.h31 MFBT_API Maybe<uint64_t> RandomUint64();
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/
H A DRandomNum.cpp97 MFBT_API Maybe<uint64_t> RandomUint64() { in RandomUint64() function
154 Maybe<uint64_t> maybeRandomNum = RandomUint64(); in RandomUint64OrDie()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/wire/
H A Dmsgping_test.go21 nonce, err := RandomUint64()
55 nonce, err := RandomUint64()
98 nonce, err := RandomUint64()
H A Dmsgpong_test.go21 nonce, err := RandomUint64()
74 nonce, err := RandomUint64()
116 nonce, err := RandomUint64()
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/wire/
H A Dmsgping_test.go21 nonce, err := RandomUint64()
55 nonce, err := RandomUint64()
98 nonce, err := RandomUint64()
H A Dmsgpong_test.go21 nonce, err := RandomUint64()
74 nonce, err := RandomUint64()
116 nonce, err := RandomUint64()
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/wire/
H A Dmsgping_test.go21 nonce, err := RandomUint64()
55 nonce, err := RandomUint64()
98 nonce, err := RandomUint64()
H A Dmsgpong_test.go21 nonce, err := RandomUint64()
74 nonce, err := RandomUint64()
116 nonce, err := RandomUint64()
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/wire/
H A Dmsgping_test.go21 nonce, err := RandomUint64()
55 nonce, err := RandomUint64()
98 nonce, err := RandomUint64()
H A Dmsgpong_test.go21 nonce, err := RandomUint64()
74 nonce, err := RandomUint64()
116 nonce, err := RandomUint64()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/wire/
H A Dmsgping_test.go21 nonce, err := RandomUint64()
55 nonce, err := RandomUint64()
98 nonce, err := RandomUint64()
H A Dmsgpong_test.go21 nonce, err := RandomUint64()
74 nonce, err := RandomUint64()
116 nonce, err := RandomUint64()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/wire/
H A Dmsgping_test.go21 nonce, err := RandomUint64()
55 nonce, err := RandomUint64()
98 nonce, err := RandomUint64()
H A Dmsgpong_test.go21 nonce, err := RandomUint64()
74 nonce, err := RandomUint64()
116 nonce, err := RandomUint64()
/dports/www/firefox/firefox-99.0/dom/media/webrtc/jsapi/
H A DRTCStatsIdGenerator.cpp18 : mSalt(RandomUint64().valueOr(0xa5a5a5a5)), mCounter(0) {} in RTCStatsIdGenerator()
83 auto random = RandomUint64().valueOr(0x1a22); in Generate()

123456