Searched defs:Get16 (Results 1 – 5 of 5) sorted by relevance
48 uint16_t DNBDataRef::Get16(offset_t *offset_ptr) const { in Get16() function in DNBDataRef
71 #define Get16(p) GetUi16(p) macro
17 #define Get16(x) GetUi16(x) macro
20 #define Get16(p) GetUi16(p) macro
127 static UInt16 Get16(const Byte *p, BoolInt be) { if (be) return (UInt16)GetBe16(p); return (UInt16)… in Get16() function