HomeSort by relevance Sort by last modified time
    Searched refs:getU (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Support/
DataExtractor.cpp 17 static T getU(uint32_t *offset_ptr, const DataExtractor *de,
40 *value_ptr = getU<T>(offset_ptr, de, isLittleEndian, Data);
51 return getU<uint8_t>(offset_ptr, this, IsLittleEndian, Data.data());
62 return getU<uint16_t>(offset_ptr, this, IsLittleEndian, Data.data());
72 return getU<uint32_t>(offset_ptr, this, IsLittleEndian, Data.data());
82 return getU<uint64_t>(offset_ptr, this, IsLittleEndian, Data.data());
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 106 inline ImageType getU()
123 inline int getU(int y, int x)
Blend.cpp 336 mbU = mb->getU();
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 106 inline ImageType getU()
123 inline int getU(int y, int x)
Blend.cpp 336 mbU = mb->getU();
    [all...]

Completed in 229 milliseconds