/base/security/deviceauth/deps_adapter/key_management_adapter/impl/src/standard/ |
D | crypto_hash_to_point.c | 112 const struct CurveConstPara *curvePara, BIGNUM *b, BN_CTX *ctx) in CurveHashToPointCalcB() 153 static int32_t CurveHashToPointCalcA(const BIGNUM *b, in CurveHashToPointCalcA() 199 static int32_t CurveHashToPointCalcC(const BIGNUM *a, BIGNUM *b, in CurveHashToPointCalcC() 279 BIGNUM *b = BN_new(); in CurveHashToPoint() local
|
/base/update/updater/services/ui/ |
D | view.h | 30 unsigned char b; member 37 unsigned char b; member
|
/base/powermgr/battery_manager/charger/ui/include/ |
D | view.h | 30 unsigned char b; member 37 unsigned char b; member
|
/base/web/webview/ohos_nweb/include/ |
D | nweb_value.h | 27 bool b; member 49 void SetBoolean(bool b) { data_.b = b; } in SetBoolean()
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/ |
D | hks_openssl_ed25519tox25519.h | 33 BIGNUM *b; member
|
/base/security/device_security_level/baselib/utils/src/ |
D | utils_base64.c | 78 uint32_t b = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local 131 uint32_t b = g_base64DecodeTable[from[i++]]; in Base64Decode() local
|
/base/powermgr/powermgr_lite/frameworks/include/ |
D | running_lock_entry.h | 52 …c inline BOOL IsSameRunningLockIdentity(const RunningLockIdentity *a, const RunningLockIdentity *b) in IsSameRunningLockIdentity()
|
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
D | dfx_crasher.cpp | 172 char b[1024][1024][1024] = { { {'1'} } }; in StackOverflow() local 291 int *b = &a; in StackTop() local
|
/base/telephony/core_service/services/sim/src/ |
D | mcc_pool.cpp | 329 bool MccPool::MccCompare(const MccAccess &a, const MccAccess &b) in MccCompare()
|
/base/update/updater/services/script/yacc/ |
D | lexer.cpp | 1132 YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; in yy_get_next_buffer() local 1419 YY_BUFFER_STATE b; in yy_create_buffer() local 1454 void yyFlexLexer::yy_delete_buffer(YY_BUFFER_STATE b) in yy_delete_buffer() 1474 void yyFlexLexer::yy_init_buffer(YY_BUFFER_STATE b, std::istream& file) in yy_init_buffer() 1499 void yyFlexLexer::yy_flush_buffer(YY_BUFFER_STATE b) in yy_flush_buffer()
|
D | location.hh | 127 location(const position& b, const position& e) : begin (b), end (e) {} in location()
|
/base/hiviewdfx/faultloggerd/tools/crasher_c/ |
D | dfx_crasher.c | 164 char b[1024][1024][1024] = { { {'1'} } }; in StackOverflow() local 306 int *b = &a; in StackTop() local
|
/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
D | hks_asn1.c | 144 uint32_t b; in Asn1GetObj() local
|
/base/security/access_token/services/tokensyncmanager/include/remote/ |
D | soft_bus_channel.h | 231 int b = (int)(GetRandomUint32() % bbase); in random_uuid() local
|
/base/hiviewdfx/blackbox/interfaces/native/kits/ |
D | blackbox.h | 30 #define Min(a, b) (((a) > (b)) ? (b) : (a)) argument
|
/base/powermgr/powermgr_lite/services/src/ |
D | running_lock_mgr.c | 166 static int32_t RunningLockIdentityCmp(const RunningLockIdentity *a, const RunningLockIdentity *b) in RunningLockIdentityCmp()
|
/base/hiviewdfx/blackbox/interfaces/native/innerkits/ |
D | blackbox.h | 30 #define Min(a, b) (((a) > (b)) ? (b) : (a)) argument
|
/base/powermgr/thermal_manager/application/protector/src/policy/ |
D | thermal_kernel_policy.cpp | 119 int32_t ThermalKernelPolicy::GetMaxCommonDivisor(int32_t a, int32_t b) in GetMaxCommonDivisor()
|
/base/location/utils/source/ |
D | common_utils.cpp | 208 bool CommonUtils::DoubleEqual(double a, double b) in DoubleEqual()
|
/base/security/huks/interfaces/innerkits/huks_standard/test/unittest/src/ |
D | hks_device_sec_test.cpp | 197 static void FreeBuf(uint8_t *a, uint8_t *b, uint8_t *c, uint8_t *d, uint8_t *e) in FreeBuf()
|
/base/miscservices/inputmethod/services/src/ |
D | peruser_session.cpp | 408 sptr<IRemoteObject> b = imsCore[index]->AsObject(); in StartInputMethod() local 459 sptr<IRemoteObject> b = imsCore[index]->AsObject(); in StopInputMethod() local 633 auto b = imsCore[i]->AsObject(); in OnImsDied() local
|
/base/security/huks/frameworks/huks_standard/main/core/src/ |
D | hks_verifier.c | 260 uint32_t b; in ExtractTlvLength() local 311 uint32_t b; in ExtractTlvData() local
|
/base/security/deviceauth/deps_adapter/key_management_adapter/impl/src/mini/ |
D | huks_adapter.c | 580 static bool CheckBigNumCompareParams(const Uint8Buff *a, const Uint8Buff *b, int *res) in CheckBigNumCompareParams() 597 static int32_t BigNumCompare(const Uint8Buff *a, const Uint8Buff *b) in BigNumCompare()
|
/base/update/updater/services/fs_manager/ |
D | do_partition.cpp | 180 std::sort(nlist.begin(), nlist.end(), [](const struct Partition *a, const struct Partition *b) { in WriteDiskPartitionToMisc()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
D | hiappevent_pack.cpp | 39 void AddEventParam(std::shared_ptr<AppEventPack> appEventPack, const std::string& key, bool b) in AddEventParam()
|