Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DO_S_2f_2.py91 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/
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/cpython3/Lib/
Dchunk.py52 def __init__(self, file, align=True, bigendian=True, inclheader=False): argument
56 if bigendian:
Dwave.py128 self._file = Chunk(file, bigendian = 0)
138 chunk = Chunk(self._file, bigendian = 0)
/external/webrtc/modules/rtp_rtcp/source/
Dbyte_io_unittest.cc66 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/
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/python/cpython3/m4/
Dax_c_float_words_bigendian.m442 [AC_CACHE_CHECK(whether float word ordering is bigendian,
/external/expat/
Dexpat_config.h.cmake84 /* whether byteorder is bigendian */
/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/libsrtp2/
Dconfigure4278 { $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/
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/e2fsprogs/debian/
Dchangelog799 * Fixed some bigendian bugs that had crept into both indirect and extent
/external/strace/
DChangeLog43124 Fix preadv/pwritev offset decoding on bigendian architectures.