/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/tests/substring/ |
D | mod.rs | 178 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 D | mod.rs | 178 struct Seed { struct 185 impl Seed { impl 193 ) -> Seed { in new()
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/tests/ |
D | packedpair.rs | 105 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 D | packedpair.rs | 105 seed: Seed, in new() 142 struct Seed { struct 148 impl Seed { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/ |
D | keys.rs | 18 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 D | mod.rs | 238 struct Seed { struct 259 impl Seed { argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/tests/memchr/ |
D | mod.rs | 238 struct Seed { struct 259 impl Seed { argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/hash/maphash/ |
D | maphash.go | 26 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/ |
D | rand.go | 33 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 D | checksum_test.cpp | 15 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 D | png_mutator.h | 110 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 D | block.rs | 244 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 D | lib.rs | 292 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/ |
D | block.rs | 244 type Seed = R::Seed; typedef 413 type Seed = R::Seed; typedef 457 type Seed = [u8; 4]; typedef 507 type Seed = [u8; 8]; typedef
|
D | lib.rs | 292 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/ |
D | x25519.rs | 57 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 D | delta_encoding_unittest.cc | 177 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 D | fuzz_target_runner.cpp | 67 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 D | pcg128.rs | 122 type Seed = [u8; 32]; typedef 234 type Seed = [u8; 16]; typedef
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/chacha8rand/ |
D | export_test.go | 10 func Seed(s *State) [4]uint64 { func
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | RandomNumberGenerator.cpp | 30 Seed("rng-seed", cl::value_desc("seed"), variable
|
/aosp_15_r20/external/llvm/lib/Fuzzer/test/ |
H A D | CustomMutatorTest.cpp | 31 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
|
/aosp_15_r20/packages/modules/Virtualization/guest/compos_key_helper/ |
D | compos_key.h | 29 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 D | RandomNumberGenerator.cpp | 29 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 D | main.cc | 21 void Fuzz_FixPackets(std::vector<bytes_t>& Packets, uint Seed) { in Fuzz_FixPackets()
|