Home
last modified time | relevance | path

Searched refs:WORD_SIZE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_packet_header.h242 static constexpr uint32_t WORD_SIZE = 16; variable
291 common |= commonHeader_.seqNum << WORD_SIZE; in Packetize()
303 commonHeader_.seqNum = seq >> WORD_SIZE; in Depacketize()
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtypes.h18 #define WORD_SIZE 2 macro
H A Dbytecode_gen.cpp102 {PARSEROP_UINT16, {HCS_WORD_OP, WORD_SIZE, "Uint16"} }, in ToOpCode()
106 {PARSEROP_ARRAY, {HCS_ARRAY_OP, WORD_SIZE, "Array"} }, /* ElementCount - WORD */ in ToOpCode()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dget_hardware_info.h30 const static int WORD_SIZE = 4;
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dget_hardware_info.cpp83 if (words.size() >= WORD_SIZE) { in GetValue()