Lines Matching refs:UInt16
46 UInt16 Size; // not including starting 8 bytes
47 UInt16 Reserved; // = 0
49 UInt16 SubstituteOffset; // offset in bytes from start of namesChars
50 UInt16 SubstituteLen; // size in bytes, it doesn't include tailed NUL
51 UInt16 PrintOffset; // offset in bytes from start of namesChars
52 UInt16 PrintLen; // size in bytes, it doesn't include tailed NUL
56 UInt16 namesChars[]
124 Set16(dest, (UInt16)c)
141 if (size != (UInt16)size)
146 Set16(p + 4, (UInt16)(size))
183 if (size != (UInt16)size)
192 Set16(p + 4, (UInt16)(size - 8))
203 Set16(p + 0, (UInt16)subOffs)
204 Set16(p + 2, (UInt16)len1)
205 Set16(p + 4, (UInt16)printOffs)
206 Set16(p + 6, (UInt16)len2)