/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpYAML.cpp | 19 template <typename EndianType> 20 static inline void mapOptional(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptional() 21 typename EndianType::value_type Default) { in mapOptional() 22 IO.mapOptional(Key, Val, EndianType(Default)); in mapOptional() 26 template <typename MapType, typename EndianType> 28 EndianType &Val) { in mapRequiredAs() 29 MapType Mapped = static_cast<typename EndianType::value_type>(Val); in mapRequiredAs() 31 Val = static_cast<typename EndianType::value_type>(Mapped); in mapRequiredAs() 36 template <typename MapType, typename EndianType> 37 static inline void mapOptionalAs(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptionalAs() [all …]
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | MinidumpYAML.cpp | 19 template <typename EndianType> 20 static inline void mapOptional(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptional() 21 typename EndianType::value_type Default) { in mapOptional() 22 IO.mapOptional(Key, Val, EndianType(Default)); in mapOptional() 26 template <typename MapType, typename EndianType> 28 EndianType &Val) { in mapRequiredAs() 29 MapType Mapped = static_cast<typename EndianType::value_type>(Val); in mapRequiredAs() 31 Val = static_cast<typename EndianType::value_type>(Mapped); in mapRequiredAs() 36 template <typename MapType, typename EndianType> 37 static inline void mapOptionalAs(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptionalAs() [all …]
|
/external/ImageMagick/MagickCore/ |
D | quantum.h | 34 } EndianType; typedef 153 extern MagickExport EndianType 158 SetQuantumEndian(const Image *,QuantumInfo *,const EndianType),
|
D | quantum-private.h | 78 EndianType 192 static inline unsigned char *PopLongPixel(const EndianType endian, in PopLongPixel() 214 static inline unsigned char *PopShortPixel(const EndianType endian, in PopShortPixel() 240 static inline const unsigned char *PushLongPixel(const EndianType endian, in PushLongPixel() 264 static inline const unsigned char *PushShortPixel(const EndianType endian, in PushShortPixel() 284 static inline const unsigned char *PushFloatPixel(const EndianType endian, in PushFloatPixel()
|
D | image.h | 227 EndianType 403 EndianType
|
D | mime.c | 92 EndianType 223 EndianType in GetMimeInfo() 866 mime_info->endian=(EndianType) ParseCommandOption(MagickEndianOptions, in LoadMimeCache()
|
D | quantum.c | 358 MagickExport EndianType GetQuantumEndian(const QuantumInfo *quantum_info) in GetQuantumEndian() 730 QuantumInfo *quantum_info,const EndianType endian) in SetQuantumEndian()
|
D | profile.c | 2018 static inline signed short ReadProfileShort(const EndianType endian, in ReadProfileShort() 2046 static inline signed int ReadProfileLong(const EndianType endian, in ReadProfileLong() 2105 static inline void WriteProfileLong(const EndianType endian, in WriteProfileLong() 2127 static void WriteProfileShort(const EndianType endian, in WriteProfileShort() 2227 EndianType in SyncExifProfile()
|
D | property.c | 732 static inline signed int ReadPropertySignedLong(const EndianType endian, in ReadPropertySignedLong() 764 static inline unsigned int ReadPropertyUnsignedLong(const EndianType endian, in ReadPropertyUnsignedLong() 785 static inline signed short ReadPropertySignedShort(const EndianType endian, in ReadPropertySignedShort() 813 static inline unsigned short ReadPropertyUnsignedShort(const EndianType endian, in ReadPropertyUnsignedShort() 1236 EndianType in GetEXIFProperty()
|
D | image.c | 4083 image->endian=(EndianType) ParseCommandOption(MagickEndianOptions, in SyncImageSettings()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | FormatUtil.h | 119 using EndianType = member 123 explicit EndianAdapter(EndianType &&Item) in EndianAdapter() 124 : FormatAdapter<EndianType>(std::move(Item)) {} in EndianAdapter()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Options.h | 93 void endian(const EndianType endian_); 94 EndianType endian(void) const;
|
D | Image.h | 220 void endian(const EndianType endian_); 221 EndianType endian(void) const;
|
D | STL.h | 1454 endianImage( const EndianType endian_ ); 1459 EndianType _endian;
|
D | Include.h | 608 using MagickCore::EndianType;
|
/external/ImageMagick/MagickWand/ |
D | magick-image.h | 60 extern WandExport EndianType 280 MagickSetImageEndian(MagickWand *,const EndianType),
|
D | magick-image.c | 5018 WandExport EndianType MagickGetImageEndian(MagickWand *wand) in MagickGetImageEndian() 10376 const EndianType endian) in MagickSetImageEndian()
|
/external/ImageMagick/coders/ |
D | fits.c | 208 const size_t bits_per_pixel,const EndianType endian,unsigned char *pixels) in SetFITSUnsignedPixels() 244 EndianType in ReadFITSImage()
|
D | mpc.c | 490 image->endian=(EndianType) endian; in ReadMPCImage()
|
D | mat.c | 609 EndianType in ReadMATImageV4()
|
D | tiff.c | 3047 const ImageInfo *image_info,EndianType endian,ExceptionInfo *exception) in TIFFWritePhotoshopLayers() 3283 EndianType in WriteTIFFImage()
|
D | miff.c | 801 image->endian=(EndianType) endian; in ReadMIFFImage()
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 204 void Magick::Options::endian(const Magick::EndianType endian_) in endian() 209 Magick::EndianType Magick::Options::endian(void) const in endian()
|
D | STL.cpp | 1338 Magick::endianImage::endianImage( const Magick::EndianType endian_ ) in endianImage()
|
D | Image.cpp | 715 void Magick::Image::endian(const Magick::EndianType endian_) in endian() 722 Magick::EndianType Magick::Image::endian(void) const in endian()
|