Home
last modified time | relevance | path

Searched defs:byteIndex (Results 1 – 6 of 6) 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_feature.h25 #define GET_FEATURE_FLAG(feature, byteIndex, bitIndex) ((feature)[(byteIndex)] & 0x01 << (bitIndex)) argument
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtyped_text.cpp268 uint32_t byteIndex = GetByteIndexFromUTF8Id(text, beginUTF8Index); in GetTextWidth() local
352 uint32_t byteIndex = 0; in GetByteIndexFromUTF8Id() local
360 uint32_t TypedText::GetUTF8CharacterSize(const char* text, uint32_t byteIndex) in GetUTF8CharacterSize()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dipv6_address.cpp203 uint32_t byteIndex = prefixLen / CHAR_BIT; in GetPrefixByAddr() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_client.cpp247 uint32_t byteIndex = prefixLen / CHAR_BIT; in GetIpv6Prefix() local
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp185 uint32_t byteIndex = prefixLen / BIT_NUM_BYTE; in GetIpv6Prefix() local