Lines Matching refs:Get16
71 #define Get16(p) GetUi16(p) macro
188 wchar_t c = Get16(p + i * 2); in GetString()
203 UInt32 len = Get16(p + 4); in Parse()
218 if (Get16(p + 6) != 0) // padding in Parse()
229 unsigned subOffs = Get16(p); in Parse()
230 unsigned subLen = Get16(p + 2); in Parse()
231 unsigned printOffs = Get16(p + 4); in Parse()
232 unsigned printLen = Get16(p + 6); in Parse()
265 UInt32 len = Get16(p + 4); in Parse()
278 if (Get16(p + 6) != 0) // padding in Parse()
289 unsigned subOffs = Get16(p); in Parse()
290 unsigned subLen = Get16(p + 2); in Parse()
291 unsigned printOffs = Get16(p + 4); in Parse()
292 unsigned printLen = Get16(p + 6); in Parse()