Searched refs:getUs (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | DataExtractor.cpp | 33 static T *getUs(uint32_t *offset_ptr, T *dst, uint32_t count, in getUs() function 56 return getUs<uint8_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU8() 67 return getUs<uint16_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU16() 77 return getUs<uint32_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU32() 87 return getUs<uint64_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU64()
|
/external/llvm/lib/Support/ |
D | DataExtractor.cpp | 33 static T *getUs(uint32_t *offset_ptr, T *dst, uint32_t count, in getUs() function 56 return getUs<uint8_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU8() 67 return getUs<uint16_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU16() 77 return getUs<uint32_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU32() 87 return getUs<uint64_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU64()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | DataExtractor.cpp | 33 static T *getUs(uint32_t *offset_ptr, T *dst, uint32_t count, in getUs() function 56 return getUs<uint8_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU8() 67 return getUs<uint16_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU16() 84 return getUs<uint32_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU32() 94 return getUs<uint64_t>(offset_ptr, dst, count, this, IsLittleEndian, in getU64()
|