/third_party/skia/third_party/externals/piex/src/tiff_directory/ |
H A D | tiff_directory.cc | 86 const bool is_big_endian = (endian_ == kBigEndian); in Get() local 91 my_value[c] = Get16u(value_ptr + c * 2, is_big_endian, &err); in Get() 93 my_value[c] = Get32u(value_ptr + c * 4, is_big_endian, &err); in Get() 125 const bool is_big_endian = (endian_ == kBigEndian); in Get() local 131 my_value[c].numerator = Get16u(value_ptr + c * 2, is_big_endian, &err); in Get() 136 my_value[c].numerator = Get32u(value_ptr + c * 4, is_big_endian, &err); in Get() 141 my_value[c].numerator = Get32u(value_ptr + c * 8, is_big_endian, &err); in Get() 143 Get32u(value_ptr + c * 8 + 4, is_big_endian, &err); in Get() 180 const bool is_big_endian = (endian_ == kBigEndian); in Get() local 186 my_value[c].numerator = Get16s(value_ptr + c * 2, is_big_endian, in Get() [all...] |
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 1026 bool is_big_endian = (elf_header.e_ident[EI_DATA] == ELFDATA2MSB); in architecture_is_big_endian() local 1028 if (!is_big_endian) in architecture_is_big_endian() 1031 return is_big_endian; in architecture_is_big_endian() 1045 /// @param is_big_endian if true, read the 8 bytes in Big Endian 1056 bool is_big_endian, in read_int_from_array_of_bytes() 1068 if (is_big_endian) in read_int_from_array_of_bytes() 1101 /// @param is_big_endian if true, read the 8 bytes in Big Endian 1107 bool is_big_endian, in read_uint64_from_array_of_bytes() 1110 return read_int_from_array_of_bytes(bytes, 8, is_big_endian, result); in read_uint64_from_array_of_bytes() 1148 bool is_big_endian in lookup_ppc64_elf_fn_entry_point_address() 1054 read_int_from_array_of_bytes(const uint8_t* bytes, unsigned char number_of_bytes, bool is_big_endian, T& result) read_int_from_array_of_bytes() argument 1106 read_uint64_from_array_of_bytes(const uint8_t* bytes, bool is_big_endian, uint64_t& result) read_uint64_from_array_of_bytes() argument [all...] |
H A D | abg-dwarf-reader.cc | 8523 /// @param is_big_endian this is true iff the machine we are looking at 8535 bool is_big_endian, 8542 if (is_big_endian) 8712 bool is_big_endian = architecture_is_big_endian(rdr.elf_handle()); 8713 if (read_and_convert_DW_at_bit_offset(die, is_big_endian, bit_offset))
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdmerge.c | 468 static INLINE boolean is_big_endian(void) in is_big_endian() function 481 if (is_big_endian()) in h2v1_merged_upsample_565() 494 if (is_big_endian()) in h2v1_merged_upsample_565D() 507 if (is_big_endian()) in h2v2_merged_upsample_565() 520 if (is_big_endian()) in h2v2_merged_upsample_565D()
|
H A D | jdcolor.c | 607 static INLINE boolean is_big_endian(void) in is_big_endian() function 659 if (is_big_endian()) in ycc_rgb565_convert() 670 if (is_big_endian()) in ycc_rgb565D_convert() 681 if (is_big_endian()) in rgb_rgb565_convert() 692 if (is_big_endian()) in rgb_rgb565D_convert() 703 if (is_big_endian()) in gray_rgb565_convert() 714 if (is_big_endian()) in gray_rgb565D_convert()
|
H A D | wrbmp.c | 82 static INLINE boolean is_big_endian(void) in is_big_endian() function 127 boolean big_endian = is_big_endian(); in put_pixel_rows()
|
/third_party/skia/third_party/externals/piex/src/image_type_recognition/ |
H A D | image_type_recognition_lite.cc | 102 bool* is_big_endian) { in DetermineEndianness() 108 *is_big_endian = false; in DetermineEndianness() 110 *is_big_endian = true; in DetermineEndianness() 101 DetermineEndianness(const RangeCheckedBytePtr& source, bool* is_big_endian) DetermineEndianness() argument
|
/third_party/python/Modules/ |
H A D | arraymodule.c | 1793 int is_big_endian; member 1828 const int is_big_endian = PY_BIG_ENDIAN; in typecode_to_mformat_code() local 1841 return UTF16_LE + is_big_endian; in typecode_to_mformat_code() 1844 return UTF32_LE + is_big_endian; in typecode_to_mformat_code() 1906 return UNSIGNED_INT16_LE + is_big_endian + (2 * is_signed); in typecode_to_mformat_code() 1908 return UNSIGNED_INT32_LE + is_big_endian + (2 * is_signed); in typecode_to_mformat_code() 1910 return UNSIGNED_INT64_LE + is_big_endian + (2 * is_signed); in typecode_to_mformat_code() 2151 !mf_descr.is_big_endian, in array__array_reconstructor_impl()
|
/third_party/python/Modules/_ctypes/ |
H A D | ctypes.h | 152 int pack, int is_big_endian);
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless.c | 422 static int is_big_endian(void) { in is_big_endian() function 500 if (is_big_endian() == swap_on_big_endian) { in CopyOrSwap()
|