Home
last modified time | relevance | path

Searched defs:seed (Results 251 - 275 of 478) sorted by relevance

1...<<11121314151617181920

/third_party/skia/tests/
H A DPathOpsCubicIntersectionTest.cpp474 unsigned seed = 0; in CubicIntersection_RandTest() local
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DCommon.h330 RandomNumberGenerator(uint32_t seed) : m_Value{seed} { } in RandomNumberGenerator() argument
331 void Seed(uint32_t seed) { m_Value = seed; } in Seed() argument
/third_party/openssl/test/
H A Ddsatest.c75 static unsigned char seed[20] = { in dsa_test() local
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffobjs.c1178 FT_UInt32 seed; in FT_LOCAL_DEF() local
/third_party/spirv-tools/include/spirv-tools/
H A Dlibspirv.hpp255 void set_random_seed(uint32_t seed) { in set_random_seed() argument
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteStringTest.java61 static byte[] getTestBytes(int size, long seed) { in getTestBytes() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp54 deUint32 seed; member
375 deUint32 seed = 1614674687u; in createBarycentricCoordinatesTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmVariablePointersTests.cpp1430 const int seed = testCtx.getCommandLine().getBaseSeed(); local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_teap_common.c70 eap_teap_tls_prf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) eap_teap_tls_prf() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_client.c54 u8 seed[2 * TLS_RANDOM_LEN]; in tls_derive_keys() local
529 u8 *seed, *pos; in tlsv1_client_prf() local
[all...]
H A Dtlsv1_server.c60 u8 seed[2 * TLS_RANDOM_LEN]; in tlsv1_server_derive_keys() local
477 u8 *seed, *pos; in tlsv1_server_prf() local
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglMemoryStressTests.cpp105 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use) in MemoryAllocator() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferTestUtil.cpp70 void fillWithRandomBytes (deUint8* ptr, int numBytes, deUint32 seed) in fillWithRandomBytes() argument
H A Des2fDepthStencilClearTests.cpp227 void DepthStencilClearCase::generateClears (vector<Clear>& clears, deUint32 seed) in generateClears() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp230 void DepthStencilClearCase::generateClears (vector<Clear>& clears, deUint32 seed) in generateClears() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_teap_common.c73 eap_teap_tls_prf(u16 tls_cs, const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) eap_teap_tls_prf() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_client.c78 u8 seed[2 * TLS_RANDOM_LEN]; in tls_derive_keys() local
553 u8 *seed, *pos; in tlsv1_client_prf() local
[all...]
H A Dtlsv1_server.c60 u8 seed[2 * TLS_RANDOM_LEN]; in tlsv1_server_derive_keys() local
477 u8 *seed, *pos; in tlsv1_server_prf() local
[all...]
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.c693 unsigned int seed = av_get_random_seed(); in main() local
/third_party/icu/icu4c/source/test/intltest/
H A Drbbimonkeytest.cpp927 int64_t seed = 0; in testMonkey() local
[all...]
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_cdce.c468 uint32_t seed; in cdce_attach() local
/third_party/NuttX/fs/nfs/
H A Drpc_clnt.c418 unsigned int seed = seed_gen_func(); in rpcclnt_newxid() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestFmwk.java151 public ICU_Rand(int seed) { in ICU_Rand() argument
160 public void seed(int seed) { in seed() argument
362 private long seed; global() field in TestFmwk.TestParams
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java158 public ICU_Rand(int seed) { in ICU_Rand() argument
167 public void seed(int seed) { in seed() argument
336 private long seed; global() field in TestFmwk.TestParams
[all...]
/third_party/mbedtls/programs/test/
H A Dudp_proxy.c161 unsigned int seed; /* seed for "random" events */ member
[all...]

Completed in 31 milliseconds

1...<<11121314151617181920