| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_hash.hpp | 503 # define VULKAN_HPP_HASH_COMBINE( seed, value ) \ argument 512 std::size_t seed = 0; in operator ()() local 529 std::size_t seed = 0; in operator ()() local 544 std::size_t seed = 0; in operator ()() local 559 std::size_t seed = 0; in operator ()() local 577 std::size_t seed = 0; in operator ()() local 600 std::size_t seed = 0; in operator ()() local 616 std::size_t seed = 0; in operator ()() local 628 std::size_t seed = 0; in operator ()() local 643 std::size_t seed = 0; in operator ()() local [all …]
|
| /third_party/skia/src/opts/ |
| D | SkChecksum_opts.h | 21 static uint32_t crc32c_1(uint32_t seed, uint8_t v) { return _mm_crc32_u8(seed, v); } in crc32c_1() 22 static uint32_t crc32c_4(uint32_t seed, uint32_t v) { return _mm_crc32_u32(seed, v); } in crc32c_4() 23 static uint32_t crc32c_8(uint32_t seed, uint64_t v) { in crc32c_8() 33 static uint32_t crc32c_1(uint32_t seed, uint8_t v) { return __crc32cb(seed, v); } in crc32c_1() 34 static uint32_t crc32c_4(uint32_t seed, uint32_t v) { return __crc32cw(seed, v); } in crc32c_4() 35 static uint32_t crc32c_8(uint32_t seed, uint64_t v) { return __crc32cd(seed, v); } in crc32c_8() 88 static uint32_t crc32c_1(uint32_t seed, uint8_t v) { in crc32c_1() 92 static uint32_t crc32c_4(uint32_t seed, uint32_t v) { in crc32c_4() 100 static uint32_t crc32c_8(uint32_t seed, uint64_t v) { in crc32c_8() 112 inline uint32_t hash_fn(const void* data, size_t len, uint32_t seed) { in hash_fn()
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | hash.inl | 16 GLM_INLINE void hash_combine(size_t &seed, size_t hash) 35 size_t seed = 0; local 45 size_t seed = 0; local 56 size_t seed = 0; local 68 size_t seed = 0; local 80 size_t seed = 0; local 90 size_t seed = 0; local 100 size_t seed = 0; local 110 size_t seed = 0; local 120 size_t seed = 0; local [all …]
|
| /third_party/json/include/nlohmann/detail/ |
| D | hash.hpp | 16 inline std::size_t combine(std::size_t seed, std::size_t h) noexcept in combine() 52 auto seed = combine(type, j.size()); in hash() local 64 auto seed = combine(type, j.size()); in hash() local 104 auto seed = combine(type, j.get_binary().size()); in hash() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fRandomShaderTests.cpp | 39 …t, const char* description, const rsg::ProgramParameters& baseParams, deUint32 seed, bool vertex, … in createRandomShaderCase() 72 for (int seed = 0; seed < 100; seed++) in init() local 103 for (int seed = 0; seed < 100; seed++) in init() local 132 for (int seed = 0; seed < 50; seed++) in init() local 160 for (int seed = 0; seed < 50; seed++) in init() local 197 for (int seed = 0; seed < 100; seed++) in init() local 227 for (int seed = 0; seed < 100; seed++) in init() local 256 for (int seed = 0; seed < 100; seed++) in init() local 291 for (int seed = 0; seed < 50; seed++) in init() local 294 for (int seed = 0; seed < 150; seed++) in init() local [all …]
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fRandomShaderTests.cpp | 38 …t, const char* description, const rsg::ProgramParameters& baseParams, deUint32 seed, bool vertex, … in createRandomShaderCase() 70 for (int seed = 0; seed < 100; seed++) in init() local 101 for (int seed = 0; seed < 100; seed++) in init() local 130 for (int seed = 0; seed < 50; seed++) in init() local 158 for (int seed = 0; seed < 50; seed++) in init() local 195 for (int seed = 0; seed < 100; seed++) in init() local 225 for (int seed = 0; seed < 100; seed++) in init() local 254 for (int seed = 0; seed < 100; seed++) in init() local 289 for (int seed = 0; seed < 50; seed++) in init() local 292 for (int seed = 0; seed < 150; seed++) in init() local [all …]
|
| /third_party/musl/libc-test/src/functionalext/supplement/prng/ |
| D | rand_r.c | 29 unsigned int seed = 10; in rand_r_0100() local 46 unsigned int seed = seed_; in rand_r_0200() local 63 unsigned int seed = 10; in rand_r_0300() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | Hashing.h | 189 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes() 198 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes() 203 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes() 209 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { in hash_17to32_bytes() 218 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { in hash_33to64_bytes() 241 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short() 328 static uint64_t seed = fixed_seed_override ? fixed_seed_override : seed_prime; in get_execution_seed() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | Hashing.h | 190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes() 199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes() 204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes() 210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { in hash_17to32_bytes() 219 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { in hash_33to64_bytes() 242 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short() 329 static size_t seed = fixed_seed_override ? fixed_seed_override in get_execution_seed() local
|
| /third_party/skia/include/utils/ |
| D | SkRandom.h | 26 SkRandom(uint32_t seed) { init(seed); } in SkRandom() 124 void setSeed(uint32_t seed) { init(seed); } in setSeed() 130 void init(uint32_t seed) { in init() 141 static uint32_t NextLCG(uint32_t seed) { return kMul*seed + kAdd; } in NextLCG()
|
| /third_party/flutter/skia/include/utils/ |
| D | SkRandom.h | 26 SkRandom(uint32_t seed) { init(seed); } in SkRandom() 124 void setSeed(uint32_t seed) { init(seed); } in setSeed() 130 void init(uint32_t seed) { in init() 141 static uint32_t NextLCG(uint32_t seed) { return kMul*seed + kAdd; } in NextLCG()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkSafetyCriticalUtil.cpp | 50 std::size_t seed = 0; in operator ()() local 150 void hashPNextChain (std::size_t& seed, const void* pNext, const std::map<deUint64, std::size_t>& o… in hashPNextChain() 317 std::size_t seed = 0; in calculateGraphicsPipelineHash() local 522 std::size_t seed = 0; in calculateComputePipelineHash() local 567 std::size_t seed = 0; in calculateSamplerYcbcrConversionHash() local 575 std::size_t seed = 0; in calculateSamplerHash() local 583 std::size_t seed = 0; in calculateDescriptorSetLayoutHash() local 609 std::size_t seed = 0; in calculatePipelineLayoutHash() local 639 std::size_t seed = 0; in calculateShaderModuleHash() local 652 std::size_t seed = 0; in calculateRenderPassHash() local [all …]
|
| D | vkSafetyCriticalUtil.hpp | 83 inline void hash_combine(std::size_t &seed, T const &v) in hash_combine() 90 inline void hash_combine(std::size_t &seed, T const &v, Rest &&... rest) in hash_combine()
|
| /third_party/node/deps/npm/node_modules/imurmurhash/ |
| D | imurmurhash.js | 21 function MurmurHash3(key, seed) { argument 123 MurmurHash3.prototype.reset = function(seed) { argument
|
| /third_party/musl/src/prng/ |
| D | random.c | 49 static void __srandom(unsigned seed) { in __srandom() 67 void srandom(unsigned seed) { in srandom() 73 char *initstate(unsigned seed, char *state, size_t size) { in initstate()
|
| /third_party/musl/porting/uniproton/kernel/src/prng/ |
| D | random.c | 45 static void __srandom(unsigned seed) { in __srandom() 63 void srandom(unsigned seed) { in srandom() 71 char *initstate(unsigned seed, char *state, size_t size) { in initstate()
|
| /third_party/musl/porting/liteos_m/kernel/src/prng/ |
| D | random.c | 45 static void __srandom(unsigned seed) { in __srandom() 63 void srandom(unsigned seed) { in srandom() 71 char *initstate(unsigned seed, char *state, size_t size) { in initstate()
|
| /third_party/musl/porting/liteos_a/kernel/src/prng/ |
| D | random.c | 46 static void __srandom(unsigned seed) { in __srandom() 64 void srandom(unsigned seed) { in srandom() 72 char *initstate(unsigned seed, char *state, size_t size) { in initstate()
|
| /third_party/lz4/ossfuzz/ |
| D | lz4_helpers.c | 5 LZ4F_frameInfo_t FUZZ_randomFrameInfo(uint32_t* seed) in FUZZ_randomFrameInfo() 20 LZ4F_preferences_t FUZZ_randomPreferences(uint32_t* seed) in FUZZ_randomPreferences()
|
| /third_party/lz4/programs/ |
| D | datagen.c | 92 static BYTE RDG_genChar(U32* seed, const litDistribTable lt) in RDG_genChar() 107 U32* seed = seedPtr; in RDG_genBlock() local 155 void RDG_genBuffer(void* buffer, size_t size, double matchProba, double litProba, unsigned seed) in RDG_genBuffer() 165 void RDG_genOut(unsigned long long size, double matchProba, double litProba, unsigned seed) in RDG_genOut()
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| D | rsgTest.cpp | 37 void runTest (deUint32 seed) in runTest() 86 for (int seed = 0; seed < 10; seed++) in main() local
|
| /third_party/flutter/skia/src/effects/ |
| D | SkDiscretePathEffect.cpp | 55 LCGRandom(uint32_t seed) : fSeed(seed) {} in LCGRandom() 91 uint32_t seed = fSeedAssist ^ SkScalarRoundToInt(meas.getLength()); in onFilterPath() local 137 uint32_t seed = buffer.readUInt(); in CreateProc() local
|
| /third_party/iowow/src/utils/ |
| D | murmur3.c | 52 void murmur3_x86_32(const void *key, size_t len, uint32_t seed, void *out) { in murmur3_x86_32() 98 void murmur3_x86_128(const void *key, const size_t len, uint32_t seed, void *out) { in murmur3_x86_128() 256 void murmur3_x64_128(const void *key, const size_t len, const uint32_t seed, void *out) { in murmur3_x64_128() 377 void murmur3_set_seed(const uint32_t seed) { in murmur3_set_seed()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| D | eap_gpsk_common.c | 111 const u8 *seed, size_t seed_len, in eap_gpsk_derive_keys_helper() 190 const u8 *seed, size_t seed_len, in eap_gpsk_derive_keys_aes() 226 const u8 *seed, size_t seed_len, in eap_gpsk_derive_keys_sha256() 287 u8 *seed, *pos; in eap_gpsk_derive_keys() local 345 const u8 *psk, const u8 *seed, in eap_gpsk_derive_mid_helper() 424 u8 *seed, *pos; in eap_gpsk_derive_session_id() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| D | eap_gpsk_common.c | 111 const u8 *seed, size_t seed_len, in eap_gpsk_derive_keys_helper() 190 const u8 *seed, size_t seed_len, in eap_gpsk_derive_keys_aes() 226 const u8 *seed, size_t seed_len, in eap_gpsk_derive_keys_sha256() 287 u8 *seed, *pos; in eap_gpsk_derive_keys() local 345 const u8 *psk, const u8 *seed, in eap_gpsk_derive_mid_helper() 424 u8 *seed, *pos; in eap_gpsk_derive_session_id() local
|