Home
last modified time | relevance | path

Searched refs:GetBe16 (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/C/
H A DCpuArch.h420 #ifndef GetBe16
421 #define GetBe16(p) ( (UInt16) ( \ macro
460 #define GetBe16a(p) GetBe16(p)
H A DXzIn.c212 p->flags = (CXzStreamFlags)GetBe16(buf + 8); in Xz_ReadBackward()
H A DXzDec.c790 *p = (CXzStreamFlags)GetBe16(buf + XZ_SIG_SIZE); in Xz_ParseHeader()
801 && flags == GetBe16(buf + 8) in Xz_CheckFooter()
/third_party/lzma/CPP/Common/
H A DListFileUtils.cpp92 wchar_t c = (wchar_t)GetBe16(buf + (size_t)i * 2); in ReadNamesFromListFile2()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp207 static UInt16 Get16(const Byte *p, BoolInt be) { if (be) return (UInt16)GetBe16(p); return (UInt16)GetUi16(p); } in Get16()

Completed in 9 milliseconds