Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp70 static inline uint16_t ReadSwapInt16(const unsigned char *ptr, in ReadSwapInt16() function
91 static inline uint16_t ReadSwapInt16(const void *ptr) { in ReadSwapInt16() function
354 val = ReadSwapInt16(data); in GetU16()
366 val = ReadSwapInt16(m_start, *offset_ptr); in GetU16_unchecked()
408 *dst_pos = ReadSwapInt16(src_pos); in GetU16()