Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DDataExtractor.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()
/external/pigweed/pw_bytes/public/pw_bytes/
Dbyte_builder.h162 int16_t ReadInt16(std::endian order = std::endian::little) {
/external/pigweed/pw_bytes/
Dbyte_builder_test.cc842 EXPECT_EQ(it.ReadInt16(), int16_t(0xA7F1)); in TEST()