Home
last modified time | relevance | path

Searched defs:seed (Results 376 - 400 of 496) sorted by relevance

1...<<11121314151617181920

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingOpacityMicromapTests.cpp79 deUint32 seed; member
749 deUint32 seed = 1614343620u; in createOpacityMicromapTests() local
792 seed++, in createOpacityMicromapTests() local
824 seed++, in createOpacityMicromapTests() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_module_tests.c845 const u8 seed[] = { in test_eap_fast() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_module_tests.c994 const u8 seed[] = { in test_eap_fast() local
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h873 explicit Random(uint32_t seed) : state_(seed) {} in Random() argument
875 void Reseed(uint32_t seed) { state_ = seed; } in Reseed() argument
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h129 inline int GetNextRandomSeed(int seed) { in GetNextRandomSeed() argument
[all...]
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c1409 uint64_t seed = (uint64_t)lws_now_usecs(); in lws_cmdline_option_handle_builtin() local
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h837 explicit Random(UInt32 seed) : state_(seed) {} in Random() argument
839 void Reseed(UInt32 seed) { state_ = seed; } in Reseed() argument
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-internal.h858 explicit Random(uint32_t seed) : state_(seed) {} in Random() argument
860 void Reseed(uint32_t seed) { state_ = seed; } in Reseed() argument
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h130 inline int GetNextRandomSeed(int seed) { in GetNextRandomSeed() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp273 static int select_partition(int seed, int x, int y, int z, int partitioncount, in select_partition() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dssearch.cpp1460 uint32_t seed = m_seed; in monkeyTest() local
1314 monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern, const char *name, const char *strength, uint32_t seed) monkeyTestCase() argument
[all...]
H A Dintltest.cpp1852 IntlTest::icu_rand::icu_rand(uint32_t seed) { in icu_rand() argument
1862 void IntlTest::icu_rand::seed(uint32_t seed) { in seed() argument
[all...]
/third_party/lz4/tests/
H A Dframetest.c175 static void FUZ_fillCompressibleNoiseBuffer(void* buffer, size_t bufferSize, double proba, U32* seed) in FUZ_fillCompressibleNoiseBuffer() argument
220 int basicTests(U32 seed, double compressibility) in basicTests() argument
871 test_lz4f_decompression_wBuffers( const void* cSrc, size_t cSize, void* dst, size_t dstCapacity, o_scenario_e o_scenario, const void* srcRef, size_t decompressedSize, U64 crcOrig, U32* const randState, LZ4F_dctx* const dCtx, U32 seed, U32 testNb, int findErrorPos) test_lz4f_decompression_wBuffers() argument
960 test_lz4f_decompression(const void* cSrc, size_t cSize, const void* srcRef, size_t decompressedSize, U64 crcOrig, U32* const randState, LZ4F_dctx* const dCtx, U32 seed, U32 testNb, int findErrorPos) test_lz4f_decompression() argument
990 fuzzerTests(U32 seed, unsigned nbTests, unsigned startTest, double compressibility, U32 duration_s) fuzzerTests() argument
1225 U32 seed=0; main() local
[all...]
H A Dfuzzer.c147 static void FUZ_fillCompressibleNoiseBuffer(void* buffer, size_t bufferSize, double proba, U32* seed) in FUZ_fillCompressibleNoiseBuffer() argument
317 static int FUZ_test(U32 seed, U32 nbCycles, const U32 startCycle, const double compressibility, U32 duration_s) in FUZ_test() argument
1067 const unsigned seed = 0; FUZ_unitTests() local
1760 U32 seed = 0; main() local
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc296 void OS::SetRandomMmapSeed(int64_t seed) { in SetRandomMmapSeed() argument
/third_party/node/deps/v8/src/objects/
H A Dstring.cc1591 uint32_t HashString(String string, size_t start, int length, uint64_t seed, in HashString() argument
1635 uint64_t seed = HashSeed(GetReadOnlyRoots()); in ComputeAndSetHash() local
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h146 inline int GetNextRandomSeed(int seed) { in GetNextRandomSeed() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_lib.c1041 EVP_PKEY_CTX_add1_tls1_prf_seed(EVP_PKEY_CTX *ctx, const unsigned char *seed, int seedlen) EVP_PKEY_CTX_add1_tls1_prf_seed() argument
/third_party/openssl/test/
H A Dendecode_test.c1076 static const unsigned char seed[] = { in do_create_ec_explicit_prime_params() local
/third_party/openssl/crypto/evp/
H A Dpmeth_lib.c1040 EVP_PKEY_CTX_add1_tls1_prf_seed(EVP_PKEY_CTX *ctx, const unsigned char *seed, int seedlen) EVP_PKEY_CTX_add1_tls1_prf_seed() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp1374 CaptureReplayTestCase::CaptureReplayTestCase (tcu::TestContext& context, const char* name, deUint32 seed) in CaptureReplayTestCase() argument
1412 CaptureReplayTestInstance::CaptureReplayTestInstance (Context& context, deUint32 seed) in CaptureReplayTestInstance() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp130 SimpleRandomGenerator (deUint32 seed) in SimpleRandomGenerator() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTestsEXT.cpp100 uint32_t seed; member
775 uint32_t seed = 1628678795u; in createMeshShaderApiTestsEXT() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp289 BlendStateUniqueRandomIterator::BlendStateUniqueRandomIterator (deUint32 numberOfCombinations, int seed) in BlendStateUniqueRandomIterator() argument
371 BlendStateUniqueRandomIteratorDualSource::BlendStateUniqueRandomIteratorDualSource (deUint32 numberOfCombinations, int seed) in BlendStateUniqueRandomIteratorDualSource() argument
H A DvktPipelineImageSlicedViewOf3DTests.cpp970 const uint32_t seed = 1667817299u; in createImageSlicedViewOf3DTests() local

Completed in 53 milliseconds

1...<<11121314151617181920