Home
last modified time | relevance | path

Searched defs:seed (Results 451 - 475 of 714) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DHashing.h190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes() argument
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes() argument
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes() argument
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { in hash_17to32_bytes() argument
219 hash_33to64_bytes(const char *s, size_t len, uint64_t seed) hash_33to64_bytes() argument
242 hash_short(const char *s, size_t length, uint64_t seed) hash_short() argument
329 static size_t seed = fixed_seed_override ? fixed_seed_override get_execution_seed() local
405 const size_t seed = get_execution_seed(); hash_combine_range_impl() local
449 const size_t seed = get_execution_seed(); hash_combine_range_impl() local
499 const size_t seed; global() member
620 const uint64_t seed = get_execution_seed(); hash_integer_value() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DHashing.h189 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes() argument
198 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes() argument
203 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes() argument
209 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { in hash_17to32_bytes() argument
218 hash_33to64_bytes(const char *s, size_t len, uint64_t seed) hash_33to64_bytes() argument
241 hash_short(const char *s, size_t length, uint64_t seed) hash_short() argument
328 static uint64_t seed = fixed_seed_override ? fixed_seed_override : seed_prime; get_execution_seed() local
403 const uint64_t seed = get_execution_seed(); hash_combine_range_impl() local
447 const uint64_t seed = get_execution_seed(); hash_combine_range_impl() local
497 const uint64_t seed; global() member
618 const uint64_t seed = get_execution_seed(); hash_integer_value() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_utils.h1178 inline uint32 DNG_Random (uint32 seed) in DNG_Random() argument
[all...]
H A Ddng_utils.cpp386 uint32 seed = kSeed; in dng_dither() local
/third_party/spirv-tools/tools/fuzz/
H A Dfuzz.cpp304 const auto seed = in ParseFlags() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fLifetimeTests.cpp232 void initBuffer (const Functions& gl, GLuint seed, GLenum usage, GLuint buffer) in initBuffer() argument
257 void BufferVAOAttacher::initAttachment (GLuint seed, GLuint buffer) in initAttachment() argument
259 initBuffer(gl(), seed, GL_STATIC_DRAW, buffer); in initAttachment() local
319 void BufferTfAttacher::initAttachment (GLuint seed, GLuin argument
321 initBuffer(gl(), seed, GL_DYNAMIC_READ, buffer); initAttachment() local
378 setupContainer(GLuint seed, GLuint tf) setupContainer() argument
383 initBuffer(gl(), seed, GL_STATIC_DRAW, *posBuf); setupContainer() local
[all...]
H A Des3fBufferWriteTests.cpp389 RandomBufferWriteCase (Context& context, const char* name, const char* desc, deUint32 seed) in RandomBufferWriteCase() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fCopyImageTests.cpp282 RandomizedRenderGrid::RandomizedRenderGrid (const IVec2& targetSize, const IVec2& cellSize, int maxCellCount, deUint32 seed) in RandomizedRenderGrid() argument
293 IVec2 RandomizedRenderGrid::getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount) in getRandomOffset() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsBufferTestUtil.cpp68 void fillWithRandomBytes (deUint8* ptr, int numBytes, deUint32 seed) in fillWithRandomBytes() argument
H A DglsMemoryStressCase.cpp461 MemObjectAllocator::MemObjectAllocator (tcu::TestLog& log, glu::RenderContext& renderContext, MemObjectType objectTypes, const MemObjectConfig& config, int seed) in MemObjectAllocator() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp55 deUint32 seed; member
434 deUint32 seed = 1614343620u; in createBarycentricCoordinatesTests() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server.c704 u8 seed[4]; in erp_send_finish_reauth() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp389 RandomBufferWriteCase (Context& context, const char* name, const char* desc, deUint32 seed) in RandomBufferWriteCase() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server.c711 u8 seed[4]; in erp_send_finish_reauth() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_unix.c340 unsigned int seed; in os_program_init() local
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/
H A Dcreds_manager_test.cpp481 static int32_t GenerateSeed(Uint8Buff *seed) in GenerateSeed() argument
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1181 static int crypto4xx_prng_seed(struct crypto_rng *tfm, const u8 *seed, in crypto4xx_prng_seed() argument
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h308 void *seed; member
/kernel/linux/linux-5.10/drivers/dax/
H A Dbus.c276 struct device *seed; in seed_show() local
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dcpacf.h416 cpacf_prno(unsigned long func, void *param, u8 *dest, unsigned long dest_len, const u8 *seed, unsigned long seed_len) cpacf_prno() argument
/kernel/linux/linux-5.10/crypto/
H A Ddrbg.c421 struct drbg_string *seed = NULL; in drbg_ctr_df() local
530 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() argument
653 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update() argument
859 drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, int reseed) drbg_hash_update() argument
1037 __drbg_seed(struct drbg_state *drbg, struct list_head *seed, int reseed, enum drbg_seed_state new_seed_state) __drbg_seed() argument
1942 drbg_kcapi_seed(struct crypto_rng *tfm, const u8 *seed, unsigned int slen) drbg_kcapi_seed() argument
[all...]
/kernel/linux/linux-5.10/drivers/char/
H A Drandom.c665 u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; in extract_entropy() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Duserfaultfd.c366 unsigned int seed; in locking_thread() local
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dcpacf.h432 cpacf_prno(unsigned long func, void *param, u8 *dest, unsigned long dest_len, const u8 *seed, unsigned long seed_len) cpacf_prno() argument
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H A Dsmt.c1522 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed, in smt_fill_echo() argument

Completed in 45 milliseconds

1...<<11121314151617181920>>...29