Home
last modified time | relevance | path

Searched defs:Seed (Results 1 – 25 of 83) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/tests/substring/
Dmod.rs178 struct Seed { struct
185 impl Seed { argument
193 ) -> Seed { in new()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/tests/substring/
H A Dmod.rs178 struct Seed { struct
185 impl Seed { impl
193 ) -> Seed { in new()
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/tests/
Dpackedpair.rs105 seed: Seed, in new()
142 struct Seed { struct
148 impl Seed { argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/tests/
H A Dpackedpair.rs105 seed: Seed, in new()
142 struct Seed { struct
148 impl Seed { impl
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/
Dkeys.rs18 pub fn split(self) -> (Seed, PublicKey) { in split()
23 pub struct Seed { struct
30 impl Seed { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/tests/memchr/
H A Dmod.rs238 struct Seed { struct
259 impl Seed { argument
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/tests/memchr/
Dmod.rs238 struct Seed { struct
259 impl Seed { argument
/aosp_15_r20/prebuilts/go/linux-x86/src/hash/maphash/
Dmaphash.go26 type Seed struct { struct
27 s uint64
38 func Bytes(seed Seed, b []byte) uint64 {
62 func String(seed Seed, s string) uint64 {
194 func (h *Hash) Seed() Seed { func
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/
Drand.go33 Seed(seed int64) methodSpec
85 func (r *Rand) Seed(seed int64) { func
363 func (*runtimeSource) Seed(int64) { func
394 func Seed(seed int64) { func
518 func (r *lockedSource) Seed(seed int64) { func
/aosp_15_r20/external/scudo/standalone/tests/
H A Dchecksum_test.cpp15 static scudo::u16 computeSoftwareChecksum(scudo::u32 Seed, scudo::uptr *Array, in computeSoftwareChecksum()
23 static scudo::u16 computeHardwareChecksum(scudo::u32 Seed, scudo::uptr *Array, in computeHardwareChecksum()
39 const scudo::u32 Seed = 0x41424343U; in verifyChecksumFunctionBitFlip() local
/aosp_15_r20/frameworks/base/native/graphics/jni/fuzz/
H A Dpng_mutator.h110 void Mutate(Mutator m, unsigned int Seed) { in Mutate()
169 void CrossOver(const PngMutator &p, unsigned int Seed) { in CrossOver()
294 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
310 unsigned int Seed) { in LLVMFuzzerCustomCrossOver()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand_core-0.6.4/src/
H A Dblock.rs244 type Seed = R::Seed; typedef
413 type Seed = R::Seed; typedef
457 type Seed = [u8; 4]; typedef
507 type Seed = [u8; 8]; typedef
H A Dlib.rs292 type Seed: Sized + Default + AsMut<[u8]>; typedef
495 type Seed = [u8; 8]; in test_seed_from_u64() typedef
/aosp_15_r20/external/rust/android-crates-io/crates/rand_core/src/
Dblock.rs244 type Seed = R::Seed; typedef
413 type Seed = R::Seed; typedef
457 type Seed = [u8; 4]; typedef
507 type Seed = [u8; 8]; typedef
Dlib.rs292 type Seed: Sized + Default + AsMut<[u8]>; typedef
495 type Seed = [u8; 8]; in test_seed_from_u64() typedef
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/curve25519/
Dx25519.rs57 private_key: &ec::Seed, in x25519_public_from_private()
98 my_private_key: &ec::Seed, in x25519_ecdh()
/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Ddelta_encoding_unittest.cc177 uint64_t Seed() const { in Seed() function in webrtc::__anon36ec6f7f0111::DeltaEncodingTest
474 uint64_t Seed() const { in Seed() function in webrtc::__anon36ec6f7f0111::DeltaEncodingCompressionQualityTest
588 uint64_t Seed() const { in Seed() function in webrtc::__anon36ec6f7f0111::DeltaEncodingFuzzerLikeTest
/aosp_15_r20/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/driver/
H A Dfuzz_target_runner.cpp67 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
90 unsigned int Seed) { in LLVMFuzzerCustomCrossOver()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand_pcg-0.3.1/src/
H A Dpcg128.rs122 type Seed = [u8; 32]; typedef
234 type Seed = [u8; 16]; typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/chacha8rand/
Dexport_test.go10 func Seed(s *State) [4]uint64 { func
/aosp_15_r20/external/llvm/lib/Support/
H A DRandomNumberGenerator.cpp30 Seed("rng-seed", cl::value_desc("seed"), variable
/aosp_15_r20/external/llvm/lib/Fuzzer/test/
H A DCustomMutatorTest.cpp31 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
/aosp_15_r20/packages/modules/Virtualization/guest/compos_key_helper/
Dcompos_key.h29 using Seed = std::array<uint8_t, ED25519_SEED_LEN>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DRandomNumberGenerator.cpp29 static cl::opt<uint64_t> Seed("rng-seed", cl::value_desc("seed"), cl::Hidden, variable
/aosp_15_r20/system/nfc/src/fuzzers/rw/
H A Dmain.cc21 void Fuzz_FixPackets(std::vector<bytes_t>& Packets, uint Seed) { in Fuzz_FixPackets()

1234