Home
last modified time | relevance | path

Searched refs:bigendian (Results 1 – 22 of 22) sorted by relevance

/external/syzkaller/prog/
Dhints.go187 for _, bigendian := range []bool{false, true} {
188 if bigendian {
201 if bigendian {
/external/fonttools/Lib/fontTools/ttLib/tables/
DO_S_2f_2.py92 bigendian = " > # big endian\n" variable
97 OS2_format_1_addition = bigendian + OS2_format_1_addition
98 OS2_format_2_addition = bigendian + OS2_format_2_addition
99 OS2_format_5_addition = bigendian + OS2_format_5_addition
/external/u-boot/tools/
Dmkenvimage.c76 int bigendian = 0; in main() local
110 bigendian = 1; in main()
287 targetendian_crc = bigendian ? cpu_to_be32(crc) : cpu_to_le32(crc); in main()
/external/expat/conftools/
Dac_c_bigendian_cross.m414 [AC_CACHE_CHECK(whether byte ordering is bigendian, ac_cv_c_bigendian,
66 echo $ac_n 'guessing bigendian ... ' >&AC_FD_MSG
72 AC_DEFINE(WORDS_BIGENDIAN, 1, [whether byteorder is bigendian])
/external/python/cpython3/Lib/
Dchunk.py52 def __init__(self, file, align=True, bigendian=True, inclheader=False): argument
56 if bigendian:
Dwave.py129 self._file = Chunk(file, bigendian = 0)
139 chunk = Chunk(self._file, bigendian = 0)
/external/python/cpython2/Lib/
Dchunk.py52 def __init__(self, file, align=True, bigendian=True, inclheader=False): argument
56 if bigendian:
Dwave.py129 self._file = Chunk(file, bigendian = 0)
139 chunk = Chunk(self._file, bigendian = 0)
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dbyte_io_unittest.cc41 void PopulateTestData(uint8_t* data, T value, int num_bytes, bool bigendian) { in PopulateTestData() argument
42 if (bigendian) { in PopulateTestData()
/external/python/cpython3/Doc/library/
Dchunk.rst57 .. class:: Chunk(file, align=True, bigendian=True, inclheader=False)
68 *bigendian* is false, the chunk size is assumed to be in little-endian order.
/external/python/cpython2/Doc/library/
Dchunk.rst54 .. class:: Chunk(file[, align, bigendian, inclheader])
65 *bigendian* is false, the chunk size is assumed to be in little-endian order.
/external/expat/
Dexpat_config.h.cmake84 /* whether byteorder is bigendian */
Dexpat_config.h.in99 /* whether byteorder is bigendian */
Dconfigure16634 echo $ac_n 'guessing bigendian ... ' >&6
/external/iputils/ninfod/
Dconfigure3685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
3686 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
/external/iputils/
DRELNOTES460 on bigendian machines. Wow, luckily I forgot to acknowledge that patch
/external/jemalloc_new/
Dconfigure6326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6327 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
/external/e2fsprogs/doc/RelNotes/
Dv1.42.txt40 Fixed some bigendian bugs that had crept into both indirect and extent
/external/openssh/
Dconfigure3909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
3910 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
/external/libmtp/
DChangeLog2665 * src/unicode.c: remove bigendian weirdness and switch
/external/e2fsprogs/debian/
Dchangelog586 * Fixed some bigendian bugs that had crept into both indirect and extent
/external/strace/
DChangeLog43124 Fix preadv/pwritev offset decoding on bigendian architectures.