Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDDataExtractor.cpp43 static inline uint16_t ReadInt16(const unsigned char *ptr, offset_t offset) { in ReadInt16() function
63 static inline uint16_t ReadInt16(const void *ptr) { in ReadInt16() function
358 val = ReadInt16(data); in GetU16()
366 val = ReadInt16(m_start, *offset_ptr); in GetU16_unchecked()