Home
last modified time | relevance | path

Searched refs:endian_type (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DYAMLTraits.h868 endian_type;
870 static void output(const endian_type &E, void *Ctx,
874 static StringRef input(StringRef Str, void *Ctx, endian_type &E) {
877 E = static_cast<endian_type>(V);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h955 endian_type;
957 static void output(const endian_type &E, void *Ctx,
962 static StringRef input(StringRef Str, void *Ctx, endian_type &E) {
965 E = static_cast<endian_type>(V);
/external/ImageMagick/coders/
Dtiff.c3098 endian_type; in WriteTIFFImage() local
3155 endian_type=UndefinedEndian; in WriteTIFFImage()
3160 endian_type=MSBEndian; in WriteTIFFImage()
3162 endian_type=LSBEndian;; in WriteTIFFImage()
3164 switch (endian_type) in WriteTIFFImage()
3172 switch (endian_type) in WriteTIFFImage()