HomeSort by relevance Sort by last modified time
    Searched defs:getU16 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
DataExtractor.cpp 61 uint16_t DataExtractor::getU16(uint32_t *offset_ptr) const {
65 uint16_t *DataExtractor::getU16(uint32_t *offset_ptr, uint16_t *dst,
97 return getU16(offset_ptr);
112 return (int16_t)getU16(offset_ptr);
  /external/swiftshader/third_party/LLVM/lib/Support/
DataExtractor.cpp 61 uint16_t DataExtractor::getU16(uint32_t *offset_ptr) const {
65 uint16_t *DataExtractor::getU16(uint32_t *offset_ptr, uint16_t *dst,
97 return getU16(offset_ptr);
112 return (int16_t)getU16(offset_ptr);

Completed in 72 milliseconds