Home
last modified time | relevance | path

Searched defs:seed (Results 301 - 325 of 497) sorted by relevance

1...<<11121314151617181920

/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c60 unsigned char *seed; /* optional FIPS186-4 param for testing */ member
446 static int dsa_set_gen_seed(struct dsa_gen_ctx *gctx, unsigned char *seed, in dsa_set_gen_seed() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c92 uint32_t seed; member
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_asn1.c65 ASN1_BIT_STRING *seed; member
[all...]
H A Dec_backend.c271 unsigned char *seed = EC_GROUP_get0_seed(group); in ec_group_explicit_todata() local
/third_party/openssl/crypto/ec/
H A Dec_asn1.c65 ASN1_BIT_STRING *seed; member
[all...]
H A Dec_backend.c271 unsigned char *seed = EC_GROUP_get0_seed(group); in ec_group_explicit_todata() local
/third_party/openssl/crypto/property/
H A Dproperty.c92 uint32_t seed; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiMemoryRequirementInvarianceTests.cpp250 InvarianceInstance(Context& context, const deUint32 seed) InvarianceInstance() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp62 deUint32 seed; member
491 deUint32 seed = 1614343620u; in createBarycentricCoordinatesTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiMemoryRequirementInvarianceTests.cpp244 InvarianceInstance(Context& context, const deUint32 seed) InvarianceInstance() argument
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H A DglcTestRunner.cpp384 const int seed = runParams[i].baseSeed; in getTestRunsForNoContext() local
421 const int seed = runParams[i].baseSeed; in getTestRunsForSingleConfig() local
245 getLogFileName(const char* apiName, const char* configName, const int iterId, const int runId, const int width, const int height, const int seed) getLogFileName() argument
468 const int seed = runParams[runNdx].baseSeed; getTestRunsForES() local
516 const int seed = runParams[i].baseSeed; getTestRunsForESForGL() local
556 const int seed = runParams[runNdx].baseSeed; getTestRunsForGL() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
H A Dfuzz.cpp310 const auto seed = in ParseFlags() local
/third_party/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c63 unsigned char *seed; /* optional FIPS186-4 param for testing */ member
505 static int dh_set_gen_seed(struct dh_gen_ctx *gctx, unsigned char *seed, in dh_set_gen_seed() argument
[all...]
H A Ddsa_kmgmt.c60 unsigned char *seed; /* optional FIPS186-4 param for testing */ member
443 static int dsa_set_gen_seed(struct dsa_gen_ctx *gctx, unsigned char *seed, in dsa_set_gen_seed() argument
[all...]
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c434 const unsigned char *seed; in ec_param_explicit_to_text() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
H A Dfuzz.cpp310 const auto seed = in ParseFlags() local
/third_party/optimized-routines/math/test/
H A Dmathbench.c374 static uint64_t seed = 0x0123456789abcdef; variable
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsobjs.c2557 FT_UInt32 seed; in t1_make_subfont() local
[all...]
H A Dt1decode.c459 FT_Fixed seed; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfdriver.c1005 FT_UInt32 seed = 123456789; in sfnt_get_var_ps_name() local
296 murmur_hash_3_128( const void* key, const unsigned int len, FT_UInt32 seed, void* out ) murmur_hash_3_128() argument
/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

Completed in 29 milliseconds

1...<<11121314151617181920