Searched refs:TypeUInt16 (Results 1 – 4 of 4) sorted by relevance
40 TypeUInt16, enumerator
373 …case TypeUInt16: str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, format ? form… in Dump()
49 TypeUInt16, ///< Format output as unsigned 16 bit integers enumerator
2061 … case TypeUInt16: sstr.Printf (format ? format : " %4.4x", GetU16(&offset)); break; in PutToLog()