Searched refs:bigendian (Results 1 – 17 of 17) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | O_S_2f_2.py | 91 bigendian = " > # big endian\n" variable 96 OS2_format_1_addition = bigendian + OS2_format_1_addition 97 OS2_format_2_addition = bigendian + OS2_format_2_addition 98 OS2_format_5_addition = bigendian + OS2_format_5_addition
|
/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/python/cpython3/Lib/ |
D | chunk.py | 52 def __init__(self, file, align=True, bigendian=True, inclheader=False): argument 56 if bigendian:
|
D | wave.py | 128 self._file = Chunk(file, bigendian = 0) 138 chunk = Chunk(self._file, bigendian = 0)
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | byte_io_unittest.cc | 66 void PopulateTestData(uint8_t* data, T value, int num_bytes, bool bigendian) { in PopulateTestData() argument 67 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/python/cpython3/m4/ |
D | ax_c_float_words_bigendian.m4 | 42 [AC_CACHE_CHECK(whether float word ordering is bigendian,
|
/external/expat/ |
D | expat_config.h.cmake | 84 /* whether byteorder is bigendian */
|
/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/libsrtp2/ |
D | configure | 4278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 4279 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
|
/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/e2fsprogs/debian/ |
D | changelog | 799 * 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.
|