Searched defs:endian (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/bluez/sbc/
H A Dsbc.h76 uint8_t endian; member in struct:sbc_struct
/external/chromium/third_party/zlib/
H A Dcrc32.c103 allow for word-at-a-time CRC calculation for both big-endian and little-
104 endian machines, where a word is four bytes.
233 u4 endian; local
235 endian = 1;
236 if (*((unsigned char *)(&endian)))
/external/qemu/distrib/zlib-1.2.3/
H A Dcrc32.c103 allow for word-at-a-time CRC calculation for both big-endian and little-
104 endian machines, where a word is four bytes.
233 u4 endian; local
235 endian = 1;
236 if (*((unsigned char *)(&endian)))
/external/zlib/
H A Dcrc32.c105 allow for word-at-a-time CRC calculation for both big-endian and little-
106 endian machines, where a word is four bytes.
235 u4 endian; local
237 endian = 1;
238 if (*((unsigned char *)(&endian)))
/external/srec/srec/include/
H A Dutteranc.h95 int endian; /* 0 is little 1 is big */ member in struct:__anon6058
233 char typ, int endian, int do_skip);
235 char typ, int endian);
H A Dsample.h116 int endian; /* 0 is little 1 is big */ member in struct:__anon6016
/external/qemu/
H A Ddis-asm.h274 /* Endianness (for bi-endian cpus). Mono-endian cpus can ignore this. */
275 enum bfd_endian endian; member in struct:disassemble_info
440 (INFO).endian = BFD_ENDIAN_UNKNOWN, \
/external/genext2fs/
H A Dgenext2fs.c30 // 03 Aug 2000 Bugfix: ind. blocks endian swap
31 // 09 Aug 2000 Bugfix: symlinks endian swap
2534 uint16 endian = 1; local
2535 int bigendian = !*(char*)&endian;

Completed in 146 milliseconds