| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | Hashing.h | 190 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 D | Hashing.h | 189 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 D | dng_utils.h | 1178 inline uint32 DNG_Random (uint32 seed) in DNG_Random() argument [all...] |
| H A D | dng_utils.cpp | 386 uint32 seed = kSeed; in dng_dither() local
|
| /third_party/spirv-tools/tools/fuzz/ |
| H A D | fuzz.cpp | 304 const auto seed = in ParseFlags() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fLifetimeTests.cpp | 232 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 D | es3fBufferWriteTests.cpp | 389 RandomBufferWriteCase (Context& context, const char* name, const char* desc, deUint32 seed) in RandomBufferWriteCase() argument
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fCopyImageTests.cpp | 282 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 D | glsBufferTestUtil.cpp | 68 void fillWithRandomBytes (deUint8* ptr, int numBytes, deUint32 seed) in fillWithRandomBytes() argument
|
| H A D | glsMemoryStressCase.cpp | 461 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 D | vktRayTracingBarycentricCoordinatesTests.cpp | 55 deUint32 seed; member 434 deUint32 seed = 1614343620u; in createBarycentricCoordinatesTests() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
| H A D | eap_server.c | 704 u8 seed[4]; in erp_send_finish_reauth() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fBufferWriteTests.cpp | 389 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 D | eap_server.c | 711 u8 seed[4]; in erp_send_finish_reauth() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | os_unix.c | 340 unsigned int seed; in os_program_init() local
|
| /base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/ |
| H A D | creds_manager_test.cpp | 481 static int32_t GenerateSeed(Uint8Buff *seed) in GenerateSeed() argument
|
| /kernel/linux/linux-5.10/drivers/crypto/amcc/ |
| H A D | crypto4xx_core.c | 1181 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 D | sun8i-ce.h | 308 void *seed; member
|
| /kernel/linux/linux-5.10/drivers/dax/ |
| H A D | bus.c | 276 struct device *seed; in seed_show() local [all...] |
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| H A D | cpacf.h | 416 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 D | drbg.c | 421 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 D | random.c | 665 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 D | userfaultfd.c | 366 unsigned int seed; in locking_thread() local
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| H A D | cpacf.h | 432 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 D | smt.c | 1522 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed, in smt_fill_echo() argument
|