/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/ |
H A D | util.rs | 30 fn seed() -> u64 { in seed() functions
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | random.cpp | 24 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 D | platform_adapter.cpp | 75 void Srand(unsigned seed) in Srand() argument
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | id_factory.h | 29 explicit IdFactory(T seed) : seed_(seed) {} in IdFactory() argument
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
H A D | hash.h | 140 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 D | test_common.h | 40 explicit TestRend(uint32_t seed) { init(seed); }
in TestRend() argument
|
H A D | test_common.cpp | 33 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 D | string_helper.cpp | 195 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 D | render_service_client_scale_demo.cpp | 43 static std::random_device seed; in GetRandomScale() local
|
/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_map.c | 38 const uint32_t seed = 131; in MapHash() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | node_context_pso_manager.cpp | 37 uint64_t seed = BASE_NS::FNV_OFFSET_BASIS; in hash() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | node_context_pool_manager_vk.cpp | 50 uint64_t seed = 0; in hash() local
|
H A D | gpu_memory_allocator_vk.cpp | 84 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 D | skia_typeface.cpp | 335 uint32_t seed = ttfStream.get() != nullptr ? ttfStream->getLength() : 0; in GetHash() local
|
/foundation/ability/idl_tool/util/ |
H A D | string.cpp | 220 unsigned int seed = 31; // 31 131 1313 13131 131313 etc.. in GetHashCode() local
|
/foundation/ability/ability_runtime/services/abilitymgr/src/dialog_session/ |
H A D | dialog_session_manager.cpp | 48 std::random_device seed; in GenerateDialogSessionId() local
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_compressor.cpp | 375 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 D | distributeddb_data_generator.cpp | 92 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 D | render_data_store_default_material.cpp | 52 inline void HashCombine32Bit(uint32_t& seed, const uint32_t v) in HashCombine32Bit() argument
|