Home
last modified time | relevance | path

Searched defs:Get16 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DDNBDataRef.cpp48 uint16_t DNBDataRef::Get16(offset_t *offset_ptr) const { in Get16() function in DNBDataRef
/external/lzma/CPP/Windows/
DFileLink.cpp71 #define Get16(p) GetUi16(p) macro
/external/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp17 #define Get16(x) GetUi16(x) macro
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp20 #define Get16(p) GetUi16(p) macro
D7zUpdate.cpp127 static UInt16 Get16(const Byte *p, BoolInt be) { if (be) return (UInt16)GetBe16(p); return (UInt16)… in Get16() function