OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUi16
(Results
1 - 7
of
7
) sorted by null
/external/lzma/C/
CpuArch.h
65
#define
GetUi16
(p) (*(const UInt16 *)(const void *)(p))
74
#define
GetUi16
(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
7zArcIn.c
[
all
...]
/external/lzma/CPP/Common/
ListFileUtils.cpp
55
wchar_t c =
GetUi16
(buf + i * 2);
/external/lzma/CPP/Windows/
FileLink.cpp
71
#define Get16(p)
GetUi16
(p)
/external/lzma/CPP/7zip/UI/Common/
PropIDUtils.cpp
18
#define Get16(x)
GetUi16
(x)
OpenArchive.cpp
591
wchar_t c =
GetUi16
(p);
[
all
...]
/external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp
20
#define Get16(p)
GetUi16
(p)
[
all
...]
Completed in 224 milliseconds