HomeSort by relevance Sort by last modified time
    Searched refs:bigendian (Results 1 - 25 of 36) sorted by null

1 2

  /external/fonttools/Lib/fontTools/ttLib/tables/
O_S_2f_2.py 90 bigendian = " > # big endian\n" variable
95 OS2_format_1_addition = bigendian + OS2_format_1_addition
96 OS2_format_2_addition = bigendian + OS2_format_2_addition
97 OS2_format_5_addition = bigendian + OS2_format_5_addition
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
chunk.py 52 def __init__(self, file, align=True, bigendian=True, inclheader=False):
56 if bigendian:
wave.py 128 self._file = Chunk(file, bigendian = 0)
138 chunk = Chunk(self._file, bigendian = 0)
  /external/python/cpython2/Lib/
chunk.py 52 def __init__(self, file, align=True, bigendian=True, inclheader=False):
56 if bigendian:
wave.py 129 self._file = Chunk(file, bigendian = 0)
139 chunk = Chunk(self._file, bigendian = 0)
  /external/python/cpython3/Lib/
chunk.py 52 def __init__(self, file, align=True, bigendian=True, inclheader=False):
56 if bigendian:
wave.py 128 self._file = Chunk(file, bigendian = 0)
138 chunk = Chunk(self._file, bigendian = 0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
chunk.py 52 def __init__(self, file, align=True, bigendian=True, inclheader=False):
56 if bigendian:
wave.py 128 self._file = Chunk(file, bigendian = 0)
138 chunk = Chunk(self._file, bigendian = 0)
  /prebuilts/gdb/linux-x86/lib/python2.7/
chunk.py 52 def __init__(self, file, align=True, bigendian=True, inclheader=False):
56 if bigendian:
wave.py 128 self._file = Chunk(file, bigendian = 0)
138 chunk = Chunk(self._file, bigendian = 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
chunk.py 52 def __init__(self, file, align=True, bigendian=True, inclheader=False):
56 if bigendian:
wave.py 128 self._file = Chunk(file, bigendian = 0)
138 chunk = Chunk(self._file, bigendian = 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
chunk.py 52 def __init__(self, file, align=True, bigendian=True, inclheader=False):
56 if bigendian:
wave.py 128 self._file = Chunk(file, bigendian = 0)
138 chunk = Chunk(self._file, bigendian = 0)
  /toolchain/binutils/binutils-2.27/bfd/
elfxx-ia64.c 549 int bigendian = 0, shift = 0;
622 size = 4; bigendian = 1;
634 size = 4; bigendian = 0;
649 size = 8; bigendian = 1;
664 size = 8; bigendian = 0;
751 if (bigendian)
548 int bigendian = 0, shift = 0; local
ecoff.c 1087 int bigendian;
1105 bigendian = fdr->fBigendian;
1114 if (AUX_GET_ISYM (bigendian, &aux_ptr[indx]) == (bfd_vma) -1)
1116 _bfd_ecoff_swap_tir_in (bigendian, &aux_ptr[indx++].a_ti, &u.ti);
1084 int bigendian; local
1484 int bigendian; local
    [all...]
  /external/fio/
configure 445 if test "$bigendian" != "yes" ; then
446 bigendian="no"
458 $TMPE && bigendian="yes"
472 compile_prog "" "" "endian" && bigendian="yes"
473 check_define "__ARMEB__" && bigendian="yes"
474 check_define "__MIPSEB__" && bigendian="yes"
480 echo "Big endian $bigendian"
    [all...]
server.h 136 uint8_t bigendian; member in struct:cmd_probe_reply_pdu
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
byte_io_unittest.cc 41 void PopulateTestData(uint8_t* data, T value, int num_bytes, bool bigendian) {
42 if (bigendian) {
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ia64.h 91 int bigendian; /* byte order at fix location */ member in struct:ia64_fix
  /toolchain/binutils/binutils-2.27/opcodes/
ppc-dis.c 589 int bigendian,
620 if (bigendian)
  /toolchain/binutils/binutils-2.27/gas/
ecoff.c 4341 int bigendian; local
    [all...]
  /external/valgrind/memcheck/
mc_main.c     [all...]
  /toolchain/binutils/binutils-2.27/binutils/
nlmconv.c     [all...]

Completed in 611 milliseconds

1 2