/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | random.cpp | 24 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 D | util.rs | 30 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 D | fastrand.rs | 45 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 D | hash.h | 140 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 D | id_factory.h | 29 explicit IdFactory(T seed) : seed_(seed) {} in IdFactory()
|
/ohos5.0/base/msdp/device_status/utils/common/include/ |
H A D | id_factory.h | 30 explicit IdFactory(T seed) : seed_(seed) {} in IdFactory()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/targets/ |
H A D | platform_adapter.cpp | 75 void Srand(unsigned seed) in Srand()
|
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/ |
H A D | random_impl.cpp | 57 void RandomImpl::SetSeed(HcfBlob *seed, int32_t* errCode) in SetSeed()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/ |
H A D | app_event_stat.cpp | 32 std::random_device seed; in RandomNum() local
|
/ohos5.0/drivers/hdf_core/framework/utils/src/ |
H A D | hdf_cstring.c | 19 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 D | rand_openssl.c | 76 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 D | iso_auth_task_common.h | 31 uint8_t seed[SEED_SIZE]; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | test_common.cpp | 33 uint32_t TestRend::next(uint32_t seed) in next() 38 void TestRend::init(uint32_t seed) in init()
|
H A D | test_common.h | 40 explicit TestRend(uint32_t seed) { init(seed); } in TestRend()
|
/ohos5.0/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
|
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/ |
H A D | rand.c | 94 static HcfResult SetSeed(HcfRand *self, HcfBlob *seed) in SetSeed()
|
/ohos5.0/base/time/time_service/services/timer/src/ |
H A D | batch.cpp | 29 Batch::Batch(const TimerInfo &seed) in Batch()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_memory_allocator_vk.cpp | 84 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 D | iso_base_cur_task.h | 44 Uint8Buff seed; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_compressor.cpp | 375 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 D | iso_task_common.c | 571 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 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 … 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 D | string_helper.cpp | 195 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 D | lnn_map.c | 38 const uint32_t seed = 131; in MapHash() local
|
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_pin.c | 231 static int32_t AuthGeneratePskUsePin(const CJson *in, const Uint8Buff *seed, const char *pinCode, in AuthGeneratePskUsePin()
|