Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/third_party/vulkan-headers/include/vulkan/
Dvulkan_hash.hpp512 # define VULKAN_HPP_HASH_COMBINE( seed, value ) \ argument
521 std::size_t seed = 0; in operator ()() local
538 std::size_t seed = 0; in operator ()() local
553 std::size_t seed = 0; in operator ()() local
569 std::size_t seed = 0; in operator ()() local
583 std::size_t seed = 0; in operator ()() local
601 std::size_t seed = 0; in operator ()() local
624 std::size_t seed = 0; in operator ()() local
640 std::size_t seed = 0; in operator ()() local
652 std::size_t seed = 0; in operator ()() local
[all …]
/third_party/skia/src/opts/
DSkChecksum_opts.h21 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/
Dhash.inl16 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/
Dhash.hpp23 inline std::size_t combine(std::size_t seed, std::size_t h) noexcept in combine()
59 auto seed = combine(type, j.size()); in hash() local
71 auto seed = combine(type, j.size()); in hash() local
111 auto seed = combine(type, j.get_binary().size()); in hash() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fRandomShaderTests.cpp39 …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/
Des2fRandomShaderTests.cpp38 …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/
Drand_r.c29 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/node/deps/v8/src/base/utils/
Drandom-number-generator.cc40 int64_t seed; in RandomNumberGenerator() local
63 int64_t seed; in RandomNumberGenerator() local
72 int64_t seed; in RandomNumberGenerator() local
89 int64_t seed = Time::NowFromSystemTime().ToInternalValue() << 24; in RandomNumberGenerator() local
220 void RandomNumberGenerator::SetSeed(int64_t seed) { in SetSeed()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h190 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/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DHashing.h189 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/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
Dfuzz_library.js59 function __getRandomObject(seed) { argument
68 function __getRandomProperty(obj, seed) { argument
76 function __callRandomFunction(obj, seed, ...args) argument
/third_party/skia/include/utils/
DSkRandom.h26 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/node/deps/npm/node_modules/imurmurhash/
Dimurmurhash.js21 function MurmurHash3(key, seed) { argument
123 MurmurHash3.prototype.reset = function(seed) { argument
/third_party/musl/src/prng/
Drandom.c49 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/
Drandom.c45 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/
Drandom.c45 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/
Drandom.c46 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/
Dlz4_helpers.c5 LZ4F_frameInfo_t FUZZ_randomFrameInfo(uint32_t* seed) in FUZZ_randomFrameInfo()
20 LZ4F_preferences_t FUZZ_randomPreferences(uint32_t* seed) in FUZZ_randomPreferences()
Dfuzz_data_producer.c34 uint32_t FUZZ_getRange_from_uint32(uint32_t seed, uint32_t min, uint32_t max) in FUZZ_getRange_from_uint32()
46 size_t const seed = FUZZ_dataProducer_retrieve32(producer); in FUZZ_dataProducer_range32() local
/third_party/lz4/programs/
Ddatagen.c92 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/
DrsgTest.cpp37 void runTest (deUint32 seed) in runTest()
86 for (int seed = 0; seed < 10; seed++) in main() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_gpsk_common.c111 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/src/eap_common/
Deap_gpsk_common.c111 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/skia/src/effects/
DSkDiscretePathEffect.cpp30 LCGRandom(uint32_t seed) : fSeed(seed) {} in LCGRandom()
83 uint32_t seed = fSeedAssist ^ SkScalarRoundToInt(meas.getLength()); in onFilterPath() local
142 uint32_t seed = buffer.readUInt(); in CreateProc() local
/third_party/node/deps/npm/node_modules/sigstore/dist/tlog/verify/
Dmerkle.js64 function chainInner(seed, hashes, index) { argument
75 function chainBorderRight(seed, hashes) { argument

12345678910>>...20