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

/external/bluetooth/bluez/sbc/
H A Dsbc.h76 uint8_t endian; member in struct:sbc_struct
/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.c109 allow for word-at-a-time CRC calculation for both big-endian and little-
110 endian machines, where a word is four bytes.
240 u4 endian; local
242 endian = 1;
243 if (*((unsigned char *)(&endian)))
/external/llvm/include/llvm/Support/
H A DEndian.h1 //===- Endian.h - Utilities for IO with endian specific data ----*- C++ -*-===//
10 // This file declares generic functions to read and write endian specific data.
50 namespace endian { namespace in namespace:llvm::support
91 endianness endian,
99 return endian::read_le<value_type, unaligned>(Value);
102 endian::write_le<value_type, unaligned>((void *)&Value, newValue);
112 return endian::read_be<value_type, unaligned>(Value);
115 endian::write_be<value_type, unaligned>((void *)&Value, newValue);
125 return endian::read_le<value_type, aligned>(&Value);
128 endian
[all...]
/external/srec/srec/include/
H A Dutteranc.h95 int endian; /* 0 is little 1 is big */ member in struct:__anon11130
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:__anon11088
/external/qemu/
H A Ddis-asm.h271 /* Endianness (for bi-endian cpus). Mono-endian cpus can ignore this. */
272 enum bfd_endian endian; member in struct:disassemble_info
438 (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;
/external/kernel-headers/original/asm-mips/mach-au1x00/
H A Dau1000.h1719 /* 0x0038 */ u32 endian; member in struct:__anon6114

Completed in 209 milliseconds