| /third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
| H A D | low_level_hash_test.cc | 35 uint64_t seed; in TEST() member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | randen_hwaes_test.cc | 38 uint32_t seed[kSeedSizeT]; variable
|
| /third_party/spirv-tools/source/fuzz/ |
| H A D | pseudo_random_generator.cpp | 22 PseudoRandomGenerator::PseudoRandomGenerator(uint32_t seed) : mt_(seed) {} in PseudoRandomGenerator() argument
|
| /third_party/spirv-tools/source/util/ |
| H A D | hash_combine.h | 30 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 D | fips_prf_internal.c | 17 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 D | deRandom.c | 36 void deRandom_init (deRandom* rnd, deUint32 seed) in deRandom_init() argument
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgTest.cpp | 37 void runTest (deUint32 seed) in runTest() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | fips_prf_internal.c | 17 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 D | lfg.c | 32 av_cold void av_lfg_init(AVLFG *c, unsigned int seed) in av_lfg_init() argument
|
| /third_party/ffmpeg/libavutil/tests/ |
| H A D | fifo.c | 143 uint32_t seed = av_get_random_seed(); in main() local
|
| /third_party/ffmpeg/libswresample/ |
| H A D | dither.c | 26 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 D | visual_studio_utils.cc | 21 std::string MakeGuid(const std::string& entry_path, const std::string& seed) { in MakeGuid() argument
|
| /third_party/libcoap/src/ |
| H A D | coap_prng.c | 128 coap_prng_init(unsigned int seed) { in coap_prng_init() argument
|
| /third_party/musl/porting/liteos_a/kernel/src/prng/ |
| H A D | random.c | 46 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 D | random.c | 45 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 D | random.c | 49 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 D | random.c | 45 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 D | hash_map.h | 26 static const unsigned int seed = 0xDECAFBAD; in MurmurHash2() local
|
| /third_party/lz4/ossfuzz/ |
| H A D | lz4_helpers.c | 5 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 D | math-random.cc | 46 uint64_t seed; in RefillCache() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/prng/ |
| H A D | seed48.c | 38 long seed = 0x98765432; in seed48_0100() local
|
| /third_party/node/deps/openssl/openssl/include/openssl/ |
| H A D | rand.h | 41 int (*seed) (const void *buf, int num); member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineSampleLocationsUtil.cpp | 61 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUint32 seed) in fillSampleLocationsRandom() argument
|
| H A D | vktPipelineUniqueRandomIterator.hpp | 56 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 D | esextcFragmentShadingRateBasic.hpp | 50 deUint32 seed = 0; member
|