OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
DataExtractor.cpp
33
static T *
getUs
(uint32_t *offset_ptr, T *dst, uint32_t count,
56
return
getUs
<uint8_t>(offset_ptr, dst, count, this, IsLittleEndian,
67
return
getUs
<uint16_t>(offset_ptr, dst, count, this, IsLittleEndian,
77
return
getUs
<uint32_t>(offset_ptr, dst, count, this, IsLittleEndian,
87
return
getUs
<uint64_t>(offset_ptr, dst, count, this, IsLittleEndian,
/external/swiftshader/third_party/LLVM/lib/Support/
DataExtractor.cpp
33
static T *
getUs
(uint32_t *offset_ptr, T *dst, uint32_t count,
56
return
getUs
<uint8_t>(offset_ptr, dst, count, this, IsLittleEndian,
67
return
getUs
<uint16_t>(offset_ptr, dst, count, this, IsLittleEndian,
77
return
getUs
<uint32_t>(offset_ptr, dst, count, this, IsLittleEndian,
87
return
getUs
<uint64_t>(offset_ptr, dst, count, this, IsLittleEndian,
Completed in 281 milliseconds