Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DDataExtractor.cpp80 ReadSwapInt16(const unsigned char* ptr, offset_t offset) in ReadSwapInt16() function
97 ReadSwapInt16(const void* ptr) in ReadSwapInt16() function
413 val = ReadSwapInt16(data); in GetU16()
427 val = ReadSwapInt16(m_start, *offset_ptr); in GetU16_unchecked()
480 *dst_pos = ReadSwapInt16 (src_pos); in GetU16()