Home
last modified time | relevance | path

Searched refs:EndianType (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp19 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/
DMinidumpYAML.cpp19 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/
Dquantum.h34 } EndianType; typedef
153 extern MagickExport EndianType
158 SetQuantumEndian(const Image *,QuantumInfo *,const EndianType),
Dquantum-private.h78 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()
Dimage.h227 EndianType
403 EndianType
Dmime.c92 EndianType
223 EndianType in GetMimeInfo()
866 mime_info->endian=(EndianType) ParseCommandOption(MagickEndianOptions, in LoadMimeCache()
Dquantum.c358 MagickExport EndianType GetQuantumEndian(const QuantumInfo *quantum_info) in GetQuantumEndian()
730 QuantumInfo *quantum_info,const EndianType endian) in SetQuantumEndian()
Dprofile.c2018 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()
Dproperty.c732 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()
Dimage.c4083 image->endian=(EndianType) ParseCommandOption(MagickEndianOptions, in SyncImageSettings()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DFormatUtil.h119 using EndianType = member
123 explicit EndianAdapter(EndianType &&Item) in EndianAdapter()
124 : FormatAdapter<EndianType>(std::move(Item)) {} in EndianAdapter()
/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h93 void endian(const EndianType endian_);
94 EndianType endian(void) const;
DImage.h220 void endian(const EndianType endian_);
221 EndianType endian(void) const;
DSTL.h1454 endianImage( const EndianType endian_ );
1459 EndianType _endian;
DInclude.h608 using MagickCore::EndianType;
/external/ImageMagick/MagickWand/
Dmagick-image.h60 extern WandExport EndianType
280 MagickSetImageEndian(MagickWand *,const EndianType),
Dmagick-image.c5018 WandExport EndianType MagickGetImageEndian(MagickWand *wand) in MagickGetImageEndian()
10376 const EndianType endian) in MagickSetImageEndian()
/external/ImageMagick/coders/
Dfits.c208 const size_t bits_per_pixel,const EndianType endian,unsigned char *pixels) in SetFITSUnsignedPixels()
244 EndianType in ReadFITSImage()
Dmpc.c490 image->endian=(EndianType) endian; in ReadMPCImage()
Dmat.c609 EndianType in ReadMATImageV4()
Dtiff.c3047 const ImageInfo *image_info,EndianType endian,ExceptionInfo *exception) in TIFFWritePhotoshopLayers()
3283 EndianType in WriteTIFFImage()
Dmiff.c801 image->endian=(EndianType) endian; in ReadMIFFImage()
/external/ImageMagick/Magick++/lib/
DOptions.cpp204 void Magick::Options::endian(const Magick::EndianType endian_) in endian()
209 Magick::EndianType Magick::Options::endian(void) const in endian()
DSTL.cpp1338 Magick::endianImage::endianImage( const Magick::EndianType endian_ ) in endianImage()
DImage.cpp715 void Magick::Image::endian(const Magick::EndianType endian_) in endian()
722 Magick::EndianType Magick::Image::endian(void) const in endian()

12