Home
last modified time | relevance | path

Searched defs:seed (Results 26 - 50 of 520) sorted by relevance

12345678910>>...21

/third_party/pulseaudio/src/pulsecore/
H A Drandom.c97 unsigned int seed; in pa_random_seed() local
/third_party/openssl/ohos_lite/include/openssl/
H A Drand.h23 int (*seed) (const void *buf, int num); member
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dpseudo_random_generator.cpp22 PseudoRandomGenerator::PseudoRandomGenerator(uint32_t seed) : mt_(seed) {} in PseudoRandomGenerator() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dpseudo_random_generator.cpp22 PseudoRandomGenerator::PseudoRandomGenerator(uint32_t seed) : mt_(seed) {} in PseudoRandomGenerator() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dlow_level_hash_test.cc35 uint64_t seed; in TEST() member
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden_hwaes_test.cc38 uint32_t seed[kSeedSizeT]; variable
/third_party/spirv-tools/source/fuzz/
H A Dpseudo_random_generator.cpp22 PseudoRandomGenerator::PseudoRandomGenerator(uint32_t seed) : mt_(seed) {} in PseudoRandomGenerator() argument
/third_party/spirv-tools/source/util/
H A Dhash_combine.h30 inline size_t hash_combine(std::size_t seed, const T& val) { in hash_combine() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dfips_prf_internal.c17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() argument
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeRandom.c36 void deRandom_init (deRandom* rnd, deUint32 seed) in deRandom_init() argument
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgTest.cpp37 void runTest (deUint32 seed) in runTest() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dfips_prf_internal.c17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() argument
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dapp_event_stat.cpp32 std::random_device seed; in RandomNum() local
/base/msdp/device_status/utils/common/include/
H A Did_factory.h30 explicit IdFactory(T seed) : seed_(seed) {} in IdFactory() argument
/base/security/crypto_framework/frameworks/cj/src/
H A Drandom_impl.cpp57 void RandomImpl::SetSeed(HcfBlob *seed, int32_t* errCode) in SetSeed() argument
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/rand/src/
H A Drand_openssl.c76 static void OpensslSetSeed(HcfRandSpi *self, HcfBlob *seed) in OpensslSetSeed() argument
/third_party/ffmpeg/libavutil/
H A Dlfg.c32 av_cold void av_lfg_init(AVLFG *c, unsigned int seed) in av_lfg_init() argument
/third_party/ffmpeg/libavutil/tests/
H A Dfifo.c143 uint32_t seed = av_get_random_seed(); in main() local
/third_party/ffmpeg/libswresample/
H A Ddither.c26 int swri_get_dither(SwrContext *s, void *dst, int len, unsigned seed, enum AVSampleFormat noise_fmt) { in swri_get_dither() argument
/third_party/gn/src/gn/
H A Dvisual_studio_utils.cc21 std::string MakeGuid(const std::string& entry_path, const std::string& seed) { in MakeGuid() argument
/third_party/libcoap/src/
H A Dcoap_prng.c128 coap_prng_init(unsigned int seed) { in coap_prng_init() argument
/third_party/musl/porting/liteos_a/kernel/src/prng/
H A Drandom.c46 static void __srandom(unsigned seed) { in __srandom() argument
64 void srandom(unsigned seed) { in srandom() argument
72 char *initstate(unsigned seed, char *state, size_t size) { in initstate() argument
/third_party/musl/porting/liteos_m/kernel/src/prng/
H A Drandom.c45 static void __srandom(unsigned seed) { in __srandom() argument
63 void srandom(unsigned seed) { in srandom() argument
71 char *initstate(unsigned seed, char *state, size_t size) { in initstate() argument
/third_party/musl/src/prng/
H A Drandom.c49 static void __srandom(unsigned seed) { in __srandom() argument
67 void srandom(unsigned seed) { in srandom() argument
73 char *initstate(unsigned seed, char *state, size_t size) { in initstate() argument
/third_party/musl/porting/uniproton/kernel/src/prng/
H A Drandom.c45 static void __srandom(unsigned seed) { in __srandom() argument
63 void srandom(unsigned seed) { in srandom() argument
71 char *initstate(unsigned seed, char *state, size_t size) { in initstate() argument

Completed in 8 milliseconds

12345678910>>...21