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

  /external/bluetooth/bluez/sbc/
sbc.h 75 uint8_t endian; member in struct:sbc_struct
  /external/qemu/distrib/zlib-1.2.3/
crc32.c 103 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/
crc32.c 103 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/srec/srec/include/
utteranc.h 95 int endian; /* 0 is little 1 is big */ member in struct:__anon5929
233 char typ, int endian, int do_skip);
235 char typ, int endian);
sample.h 116 int endian; /* 0 is little 1 is big */ member in struct:__anon5887
  /frameworks/base/libs/ui/
KeyCharacterMap.cpp 17 unsigned int endian; member in struct:Header
231 if (header.endian != 0x12345678) {
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
dis-asm.h 77 /* Endianness (for bi-endian cpus). Mono-endian cpus can ignore this. */
78 enum bfd_endian endian; member in struct:disassemble_info
  /external/qemu/
dis-asm.h 274 /* Endianness (for bi-endian cpus). Mono-endian cpus can ignore this. */
275 enum bfd_endian endian; member in struct:disassemble_info
443 (INFO).endian = BFD_ENDIAN_UNKNOWN, \
  /external/genext2fs/
genext2fs.c 30 // 03 Aug 2000 Bugfix: ind. blocks endian swap
31 // 09 Aug 2000 Bugfix: symlinks endian swap
2534 uint16 endian = 1; local
    [all...]

Completed in 231 milliseconds