Home
last modified time | relevance | path

Searched defs:seed (Results 526 - 550 of 694) sorted by relevance

1...<<2122232425262728

/kernel/linux/linux-6.6/drivers/char/
H A Drandom.c654 u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; in extract_entropy() local
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_netem.c109 u64 seed; member
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Dmaple.c34716 unsigned long r, seed; rcu_stress() local
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdlibndk.cpp197 unsigned seed = getpid(); in RandR() local
203 unsigned seed = getpid(); in RandR() 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

Completed in 67 milliseconds

1...<<2122232425262728