Home
last modified time | relevance | path

Searched defs:seed (Results 551 - 575 of 710) sorted by relevance

1...<<212223242526272829

/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
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp331 std::vector<CompareData> generateCompareData (const deUint32 seed, in generateCompareData() argument
1225 const deUint32 seed = 123 + 19 * subpassNdx; in createPerSubpassData() local
H A DvktPipelineSamplerBorderSwizzleTests.cpp1497 const deUint32 seed = baseSeed + static_cast<deUint32>(format) + static_cast<deUint32>(mappingIdx) + static_cast<deUint32>(borderColorIdx) + static_cast<deUint32>(gatherIdx); in createSamplerBorderSwizzleTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryOpacityMicromapTests.cpp110 deUint32 seed; member
1037 deUint32 seed = 1614674687u; in addBasicTests() local
1100 seed++, in addBasicTests() local
1135 seed++, in addBasicTests() local
1160 deUint32 seed = 1614674688u; in addCopyTests() local
1190 seed++, in addCopyTests() local
H A DvktRayQueryWatertightnessTests.cpp2210 const deUint32 seed = (deUint32)(testCtx.getCommandLine().getBaseSeed()); in createWatertightnessTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp79 deUint32 seed; member
2003 deUint32 seed = 0; in createTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp830 deUint32 seed = 0xFEE768FCu; in createTrinaryMinMaxGroup() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp113 RandomSSBOLayoutCase::RandomSSBOLayoutCase (tcu::TestContext& testCtx, const char* name, BufferMode bufferMode, deUint32 features, deUint32 seed, bool usePhysStorageBuffer) in RandomSSBOLayoutCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp1374 CaptureReplayTestCase::CaptureReplayTestCase (tcu::TestContext& context, const char* name, const char* desc, deUint32 seed) in CaptureReplayTestCase() argument
1412 CaptureReplayTestInstance::CaptureReplayTestInstance (Context& context, deUint32 seed) in CaptureReplayTestInstance() argument

Completed in 80 milliseconds

1...<<212223242526272829