HomeSort by relevance Sort by last modified time
    Searched defs:byteorder (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/include/
floatformat.h 27 bytes are concatenated according to the byteorder flag, then each of those
58 enum floatformat_byteorders byteorder; member in struct:floatformat
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_codecsmodule.c 284 int byteorder = 0; local
294 &byteorder, final ? NULL : &consumed);
307 int byteorder = -1; local
318 &byteorder, final ? NULL : &consumed);
331 int byteorder = 1; local
342 &byteorder, final ? NULL : &consumed);
349 /* This non-standard version also provides access to the byteorder
352 It returns a tuple (unicode, bytesread, byteorder) with byteorder
363 int byteorder = 0; local
388 int byteorder = 0; local
411 int byteorder = -1; local
434 int byteorder = 1; local
465 int byteorder = 0; local
719 int byteorder = 0; local
796 int byteorder = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_codecsmodule.c 284 int byteorder = 0; local
294 &byteorder, final ? NULL : &consumed);
307 int byteorder = -1; local
318 &byteorder, final ? NULL : &consumed);
331 int byteorder = 1; local
342 &byteorder, final ? NULL : &consumed);
349 /* This non-standard version also provides access to the byteorder
352 It returns a tuple (unicode, bytesread, byteorder) with byteorder
363 int byteorder = 0; local
388 int byteorder = 0; local
411 int byteorder = -1; local
434 int byteorder = 1; local
465 int byteorder = 0; local
719 int byteorder = 0; local
796 int byteorder = 0; local
    [all...]
  /external/python/cpython2/Modules/
_codecsmodule.c 284 int byteorder = 0; local
294 &byteorder, final ? NULL : &consumed);
307 int byteorder = -1; local
318 &byteorder, final ? NULL : &consumed);
331 int byteorder = 1; local
342 &byteorder, final ? NULL : &consumed);
349 /* This non-standard version also provides access to the byteorder
352 It returns a tuple (unicode, bytesread, byteorder) with byteorder
363 int byteorder = 0 local
388 int byteorder = 0; local
411 int byteorder = -1; local
434 int byteorder = 1; local
465 int byteorder = 0; local
719 int byteorder = 0; local
796 int byteorder = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 39 enum bfd_endian byteorder; member in struct:bfd_mach_o_header
bfd-in2.h 505 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
506 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
6845 enum bfd_endian byteorder; member in struct:bfd_target
    [all...]
  /external/libmtp/src/
ptp.h 38 /* PTP datalayer byteorder */
2449 uint8_t byteorder; member in struct:_PTPParams
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 510 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
511 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
6264 enum bfd_endian byteorder; member in struct:bfd_target
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 510 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
511 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
6264 enum bfd_endian byteorder; member in struct:bfd_target
    [all...]

Completed in 321 milliseconds