/external/syzkaller/prog/ |
D | hints.go | 187 for _, bigendian := range []bool{false, true} { 188 if bigendian { 201 if bigendian {
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | O_S_2f_2.py | 92 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/ |
D | mkenvimage.c | 76 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/ |
D | ac_c_bigendian_cross.m4 | 14 [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/ |
D | chunk.py | 52 def __init__(self, file, align=True, bigendian=True, inclheader=False): argument 56 if bigendian:
|
D | wave.py | 129 self._file = Chunk(file, bigendian = 0) 139 chunk = Chunk(self._file, bigendian = 0)
|
/external/python/cpython2/Lib/ |
D | chunk.py | 52 def __init__(self, file, align=True, bigendian=True, inclheader=False): argument 56 if bigendian:
|
D | wave.py | 129 self._file = Chunk(file, bigendian = 0) 139 chunk = Chunk(self._file, bigendian = 0)
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | byte_io_unittest.cc | 41 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/ |
D | chunk.rst | 57 .. 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/ |
D | chunk.rst | 54 .. class:: Chunk(file[, align, bigendian, inclheader]) 65 *bigendian* is false, the chunk size is assumed to be in little-endian order.
|
/external/expat/ |
D | expat_config.h.cmake | 84 /* whether byteorder is bigendian */
|
D | expat_config.h.in | 99 /* whether byteorder is bigendian */
|
D | configure | 16634 echo $ac_n 'guessing bigendian ... ' >&6
|
/external/iputils/ninfod/ |
D | configure | 3685 { $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/ |
D | RELNOTES | 460 on bigendian machines. Wow, luckily I forgot to acknowledge that patch
|
/external/jemalloc_new/ |
D | configure | 6326 { $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/ |
D | v1.42.txt | 40 Fixed some bigendian bugs that had crept into both indirect and extent
|
/external/openssh/ |
D | configure | 3909 { $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/ |
D | ChangeLog | 2665 * src/unicode.c: remove bigendian weirdness and switch
|
/external/e2fsprogs/debian/ |
D | changelog | 586 * Fixed some bigendian bugs that had crept into both indirect and extent
|
/external/strace/ |
D | ChangeLog | 43124 Fix preadv/pwritev offset decoding on bigendian architectures.
|