Home
last modified time | relevance | path

Searched defs:bitIndex (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_supported_cmds.h25 #define GET_COMMAND_FLAG(cmds, byteIndex, bitIndex) ((cmds)[(byteIndex)] & 0x01 << (bitIndex)) argument
H A Dhci_def_le_feature.h25 #define GET_LINK_LAYER_FEATURE_FLAG(features, bitIndex) ((features)[(bitIndex) / 8] & 0x01 << ((bit… argument
H A Dhci_def_feature.h25 #define GET_FEATURE_FLAG(feature, byteIndex, bitIndex) ((feature)[(byteIndex)] & 0x01 << (bitIndex)) argument
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_msgmgr.c69 uint32_t bitIndex = index % 32; // 32 max bit in int in CheckAppSpawnMsgFlag() local
78 uint32_t bitIndex = index % 32; // 32 max bit in int in SetSpawnMsgFlags() local
/ohos5.0/base/update/updater/services/ptable_parse/
H A Dptable_manager.cpp235 void PtableManager::RegisterPtable(uint32_t bitIndex, PtableConstructor constructor) in RegisterPtable()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_cdma_sms_test.cpp281 uint32_t bitIndex = 0; variable
457 uint32_t bitIndex = 0; variable
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_msg.c31 uint32_t bitIndex = index % 32; // 32 max bit in int in SetAppSpawnMsgFlags() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp147 uint32_t bitIndex = 0; in BitConvert() local