Home
last modified time | relevance | path

Searched defs:seed (Results 351 - 375 of 505) sorted by relevance

1...<<1112131415161718192021

/third_party/ltp/testcases/kernel/fs/fsx-linux/
H A Dfsx-linux.c124 int seed = 1; /* -S flag */ variable
/third_party/mesa3d/src/util/
H A Dxxhash.h777 XXH32_endian_align(const xxh_u8* input, size_t len, xxh_u32 seed, XXH_alignment align) in XXH32_endian_align() argument
815 XXH32(const void* input, size_t len, XXH32_hash_t seed) XXH32() argument
854 XXH32_reset(XXH32_state_t* statePtr, XXH32_hash_t seed) XXH32_reset() argument
1235 XXH64_endian_align(const xxh_u8* input, size_t len, xxh_u64 seed, XXH_alignment align) XXH64_endian_align() argument
1277 XXH64(const void* input, size_t len, XXH64_hash_t seed) XXH64() argument
1315 XXH64_reset(XXH64_state_t* statePtr, XXH64_hash_t seed) XXH64_reset() argument
[all...]
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c35 static int rand_r(LTP_ATTRIBUTE_UNUSED unsigned int *seed) in rand_r() argument
383 unsigned int seed = init_seed ^ (intptr_t)id; in client_fn() local
355 make_client_request(char client_msg[], int *cln_len, int *srv_len, unsigned int *seed) make_client_request() argument
/third_party/lz4/lib/
H A Dxxhash.c269 static U32 XXH32_round(U32 seed, U32 input) in XXH32_round() argument
352 XXH32_endian_align(const void* input, size_t len, U32 seed, in XXH32_endian_align() argument
392 XXH32(const void* input, size_t len, unsigned int seed) XXH32() argument
437 XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) XXH32_reset() argument
811 XXH64_endian_align(const void* input, size_t len, U64 seed, XXH_endianess endian, XXH_alignment align) XXH64_endian_align() argument
855 XXH64(const void* input, size_t len, unsigned long long seed) XXH64() argument
898 XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) XXH64_reset() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dstring-inl.h361 SequentialStringKey(const base::Vector<const Char>& chars, uint64_t seed, in SequentialStringKey() argument
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c987 unsigned char *gen, *seed; member
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_curve.c3347 const unsigned char *seed, *params_seed, *params; ossl_ec_curve_nid_from_params() local
[all...]
H A Dec_local.h219 unsigned char *seed; /* optional seed for parameters (appears in member
/third_party/popt/src/
H A Dpopt.c920 static int seed = 1; in poptRandomValue() local
/third_party/openssl/crypto/ec/
H A Dec_curve.c3347 const unsigned char *seed, *params_seed, *params; ossl_ec_curve_nid_from_params() local
[all...]
H A Dec_local.h219 unsigned char *seed; /* optional seed for parameters (appears in member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawNegativeViewportHeightTests.cpp1023 uint32_t seed = 1674229780; in createOffScreenViewportTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp108 const deUint32 seed; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp100 uint32_t seed; member
716 uint32_t seed = 1628678795u; in createMeshShaderApiTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineStencilTests.cpp217 StencilOpStateUniqueRandomIterator::StencilOpStateUniqueRandomIterator (int seed) in StencilOpStateUniqueRandomIterator() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp937 void fillWithRandomColorTiles (const tcu::PixelBufferAccess& dst, const tcu::Vec4& minVal, const tcu::Vec4& maxVal, deUint32 seed) in fillWithRandomColorTiles() argument
958 void fillWithUniqueColors (const tcu::PixelBufferAccess& dst, deUint32 seed) in fillWithUniqueColors() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingOpacityMicromapTests.cpp79 deUint32 seed; member
748 deUint32 seed = 1614343620u; in createOpacityMicromapTests() local
791 seed++, in createOpacityMicromapTests() local
823 seed++, in createOpacityMicromapTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAllocationTests.cpp108 const deUint32 seed; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp100 uint32_t seed; member
716 uint32_t seed = 1628678795u; in createMeshShaderApiTests() local
/third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/
H A Dxxhash.c269 static U32 XXH32_round(U32 seed, U32 input) in XXH32_round() argument
352 XXH32_endian_align(const void* input, size_t len, U32 seed, in XXH32_endian_align() argument
392 XXH32(const void* input, size_t len, unsigned int seed) XXH32() argument
437 XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) XXH32_reset() argument
811 XXH64_endian_align(const void* input, size_t len, U64 seed, XXH_endianess endian, XXH_alignment align) XXH64_endian_align() argument
855 XXH64(const void* input, size_t len, unsigned long long seed) XXH64() argument
898 XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) XXH64_reset() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cSeparateShaderObjsTests.cpp1893 int seed = 1000 + (1000 * i); in iterate() local
1387 setAndCompareUniforms(glw::GLuint pipeline, glw::GLuint programA, glw::GLuint programB, glu::DataType dType, int seed) setAndCompareUniforms() argument
1646 setAndCompareMatrixUniforms(glw::GLuint pipeline, glw::GLuint programA, glw::GLuint programB, glu::DataType dType, int seed) setAndCompareMatrixUniforms() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp285 void TestCaseBase::randomSeed(const glw::GLuint seed) in randomSeed() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockTests.cpp91 RandomUniformBlockCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion, BufferMode bufferMode, deUint32 features, deUint32 seed) RandomUniformBlockCase() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DClearTest.cpp1528 int seed = cellX + cellY * numRowsCols; in TEST_P() local
1552 int seed = cellX + cellY * numRowsCols; in TEST_P() local
/third_party/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c987 unsigned char *gen, *seed; member

Completed in 42 milliseconds

1...<<1112131415161718192021