Home
last modified time | relevance | path

Searched defs:octet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dfs_hvb.c58 static char FsHvbBinToHexChar(char octet) in FsHvbBinToHexChar()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp96 uint8_t octet = static_cast<int>(len % VALUE8) ? data[index] : 0; in SbcCrc8() local