OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Get16
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/debugserver/source/
DNBDataRef.cpp
78
//
Get16
81
DNBDataRef::
Get16
(offset_t *offset_ptr) const
153
case 2: return
Get16
(offset_ptr); break;
175
case 2: return
Get16
(offset_ptr); break;
373
case TypeUInt16: str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, format ? format : " %4.4x",
Get16
(&offset)); break;
/external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp
14
#define
Get16
(p) GetUi16(p)
278
p[i] = (wchar_t)
Get16
(buf);
[
all
...]
Completed in 66 milliseconds