Home
last modified time | relevance | path

Searched defs:seed (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Dutil.rs30 fn seed() -> u64 { in seed() functions
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Drandom.cpp24 Xoroshiro128(uint64_t seed) in Xoroshiro128() argument
74 BASE_NS::unique_ptr<IRandom> CreateXoroshiro128(uint64_t seed) in CreateXoroshiro128() argument
/foundation/arkui/ace_engine_lite/frameworks/targets/
H A Dplatform_adapter.cpp75 void Srand(unsigned seed) in Srand() argument
/foundation/multimodalinput/input/util/common/include/
H A Did_factory.h29 explicit IdFactory(T seed) : seed_(seed) {} in IdFactory() argument
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dhash.h140 inline void HashCombine(uint64_t& seed, const T& v) in HashCombine() argument
149 inline void HashCombine(uint64_t& seed, const Rest&... rest) in HashCombine() argument
157 uint64_t seed = 0; in Hash() local
165 uint64_t seed in HashRange() local
174 HashRange(uint64_t& seed, Iter first, Iter last) HashRange() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.h40 explicit TestRend(uint32_t seed) { init(seed); } in TestRend() argument
H A Dtest_common.cpp33 uint32_t TestRend::next(uint32_t seed) in next() argument
38 void TestRend::init(uint32_t seed) in init() argument
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.cpp195 unsigned int seed = 31; // 31 131 1313 13131 131313 etc.. in GetHashCode() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_scale_demo.cpp43 static std::random_device seed; in GetRandomScale() local
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_map.c38 const uint32_t seed = 131; in MapHash() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp37 uint64_t seed = BASE_NS::FNV_OFFSET_BASIS; in hash() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_pool_manager_vk.cpp50 uint64_t seed = 0; in hash() local
H A Dgpu_memory_allocator_vk.cpp84 uint64_t seed = importantEngineCreationFlags; in hash() local
96 uint64_t seed = importantImageUsageFlags; in hash() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_typeface.cpp335 uint32_t seed = ttfStream.get() != nullptr ? ttfStream->getLength() : 0; in GetHash() local
/foundation/ability/idl_tool/util/
H A Dstring.cpp220 unsigned int seed = 31; // 31 131 1313 13131 131313 etc.. in GetHashCode() local
/foundation/ability/ability_runtime/services/abilitymgr/src/dialog_session/
H A Ddialog_session_manager.cpp48 std::random_device seed; in GenerateDialogSessionId() local
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.cpp375 static uint32_t Hash52(uint32_t seed) argument
402 SelectPartition(int32_t seed, int32_t x, int32_t y, int32_t z, int32_t partitionCount, bool smallBlock) global() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_data_generator.cpp92 int seed = GetRandInt(0, 61); // the seed range is from 0 to 61 which is the elements quantity of charSet in GenerateRandRecord() local
97 int seed = GetRandInt(0, 61); // the seed range is from 0 to 61 which is the elements quantity of charSet in GenerateRandRecord() local
101 int seed = GetRandInt(0, 61); // the seed range is from 0 to 61 which is the elements quantity of charSet in GenerateRandRecord() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.cpp52 inline void HashCombine32Bit(uint32_t& seed, const uint32_t v) in HashCombine32Bit() argument

Completed in 12 milliseconds