Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Drandom.cpp24 Xoroshiro128(uint64_t seed) in Xoroshiro128()
30 void Initialize(uint64_t seed) override in Initialize()
74 BASE_NS::unique_ptr<IRandom> CreateXoroshiro128(uint64_t seed) in CreateXoroshiro128()
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Dutil.rs30 fn seed() -> u64 { in xor_shift() function
31 let seed = RandomState::new(); in xor_shift() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Dfastrand.rs45 fn seed() -> u64 { in seed() function
46 let seed = RandomState::new(); in seed() localVariable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dhash.h140 inline void HashCombine(uint64_t& seed, const T& v) in HashCombine()
149 inline void HashCombine(uint64_t& seed, const Rest&... rest) in HashCombine()
157 uint64_t seed = 0; in Hash() local
165 uint64_t seed = 0; in HashRange() local
174 inline void HashRange(uint64_t& seed, Iter first, Iter last) in HashRange()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Did_factory.h29 explicit IdFactory(T seed) : seed_(seed) {} in IdFactory()
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Did_factory.h30 explicit IdFactory(T seed) : seed_(seed) {} in IdFactory()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/targets/
H A Dplatform_adapter.cpp75 void Srand(unsigned seed) in Srand()
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Drandom_impl.cpp57 void RandomImpl::SetSeed(HcfBlob *seed, int32_t* errCode) in SetSeed()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dapp_event_stat.cpp32 std::random_device seed; in RandomNum() local
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_cstring.c19 const uint32_t seed = 131; // 31 131 1313 13131 131313 etc.. in HdfStringMakeHashKey() local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/rand/src/
H A Drand_openssl.c76 static void OpensslSetSeed(HcfRandSpi *self, HcfBlob *seed) in OpensslSetSeed()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.h31 uint8_t seed[SEED_SIZE]; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.cpp33 uint32_t TestRend::next(uint32_t seed) in next()
38 void TestRend::init(uint32_t seed) in init()
H A Dtest_common.h40 explicit TestRend(uint32_t seed) { init(seed); } in TestRend()
/ohos5.0/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
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Drand.c94 static HcfResult SetSeed(HcfRand *self, HcfBlob *seed) in SetSeed()
/ohos5.0/base/time/time_service/services/timer/src/
H A Dbatch.cpp29 Batch::Batch(const TimerInfo &seed) in Batch()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp84 uint64_t seed = importantEngineCreationFlags; in hash() local
96 uint64_t seed = importantImageUsageFlags; in hash() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/iso_task/
H A Diso_base_cur_task.h44 Uint8Buff seed; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.cpp375 static uint32_t Hash52(uint32_t seed)
402 static uint8_t SelectPartition(int32_t seed, int32_t x, int32_t y, int32_t z, int32_t partitionCoun…
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c571 static int AuthGeneratePsk(const Uint8Buff *seed, IsoParams *params) in AuthGeneratePsk()
598 static int AuthGeneratePskUsePin(const Uint8Buff *seed, IsoParams *params, const char *pinString) in AuthGeneratePskUsePin()
/ohos5.0/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 … in GenerateRandRecord() local
97 …int seed = GetRandInt(0, 61); // the seed range is from 0 to 61 which is the elements quantity of … in GenerateRandRecord() local
101 …int seed = GetRandInt(0, 61); // the seed range is from 0 to 61 which is the elements quantity of … in GenerateRandRecord() local
/ohos5.0/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
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_map.c38 const uint32_t seed = 131; in MapHash() local
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c231 static int32_t AuthGeneratePskUsePin(const CJson *in, const Uint8Buff *seed, const char *pinCode, in AuthGeneratePskUsePin()

12