Home
last modified time | relevance | path

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

12345678910>>...20

/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
/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
/third_party/ninja/src/
H A Dhash_map.h26 static const unsigned int seed = 0xDECAFBAD; in MurmurHash2() local
/third_party/lz4/ossfuzz/
H A Dlz4_helpers.c5 LZ4F_frameInfo_t FUZZ_randomFrameInfo(uint32_t* seed) in FUZZ_randomFrameInfo() argument
20 LZ4F_preferences_t FUZZ_randomPreferences(uint32_t* seed) in FUZZ_randomPreferences() argument
[all...]
/third_party/node/deps/v8/src/numbers/
H A Dmath-random.cc46 uint64_t seed; in RefillCache() local
/third_party/musl/libc-test/src/functionalext/supplement/prng/
H A Dseed48.c38 long seed = 0x98765432; in seed48_0100() local
/third_party/node/deps/openssl/openssl/include/openssl/
H A Drand.h41 int (*seed) (const void *buf, int num); member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSampleLocationsUtil.cpp61 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUint32 seed) in fillSampleLocationsRandom() argument
H A DvktPipelineUniqueRandomIterator.hpp56 UniqueRandomIterator<T>::UniqueRandomIterator (deUint32 numItems, deUint32 numValues, int seed) in UniqueRandomIterator() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateBasic.hpp50 deUint32 seed = 0; member

Completed in 7 milliseconds

12345678910>>...20