Searched defs:word (Results 1 – 7 of 7) sorted by relevance
79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
60 uint16_t word = 0; in EncodeKey() local120 static uint16_t DecodeWord(size_t word, const std::vector<uint8_t>& encoded) { in DecodeWord()