Searched refs:WORD_SIZE (Results 1 – 5 of 5) sorted by relevance
242 static constexpr uint32_t WORD_SIZE = 16; variable291 common |= commonHeader_.seqNum << WORD_SIZE; in Packetize()303 commonHeader_.seqNum = seq >> WORD_SIZE; in Depacketize()
18 #define WORD_SIZE 2 macro
102 {PARSEROP_UINT16, {HCS_WORD_OP, WORD_SIZE, "Uint16"} }, in ToOpCode()106 {PARSEROP_ARRAY, {HCS_ARRAY_OP, WORD_SIZE, "Array"} }, /* ElementCount - WORD */ in ToOpCode()
30 const static int WORD_SIZE = 4;
83 if (words.size() >= WORD_SIZE) { in GetValue()