Home
last modified time | relevance | path

Searched refs:INT_TO_BYTE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Draw_stream_data.h32 static constexpr int INT_TO_BYTE = 0xff; variable
H A Draw_stream_data.cpp103 … ((static_cast<unsigned int>(num) >> static_cast<unsigned int>(BYTE_TO_BIT * i))) & INT_TO_BYTE); in InsertBufferLength()
H A Di_stream_socket.h88 static constexpr int INT_TO_BYTE = 0xff; variable
H A Dvtp_stream_socket.cpp1022 … ((static_cast<unsigned int>(num) >> static_cast<unsigned int>(BYTE_TO_BIT * i))) & INT_TO_BYTE); in InsertBufferLength()