Home
last modified time | relevance | path

Searched refs:GetUi16 (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DCpuArch.h65 #define GetUi16(p) (*(const UInt16 *)(p)) macro
74 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
D7zIn.c914 dest[i] = GetUi16(src + i * 2); in SzArEx_GetFileNameUtf16()
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp14 #define Get16(p) GetUi16(p)