Searched refs:endian (Results 1 - 25 of 50) sorted by relevance

12

/external/elfutils/
H A Dconfig-compat-cygwin.h5 #include <endian.h>
H A Dconfig-compat-linux.h5 #include <endian.h>
H A Dconfig-compat-freebsd.h9 #include <sys/endian.h>
/external/srec/portable/include/
H A Dpendian.h29 /* */#include <sys/endian.h>
44 /* */#include <endian.h>
57 /* */#include <endian.h>
60 /* */#include <machine/endian.h>
/external/qemu/
H A Dbswap.h9 #include <sys/endian.h>
96 #define CPU_CONVERT(endian, size, type)\
97 static inline type endian ## size ## _to_cpu(type v)\
99 return endian ## _bswap(v, size);\
102 static inline type cpu_to_ ## endian ## size(type v)\
104 return endian ## _bswap(v, size);\
107 static inline void endian ## size ## _to_cpus(type *p)\
109 endian ## _bswaps(p, size)\
112 static inline void cpu_to_ ## endian ## size ## s(type *p)\
114 endian ## _bswap
[all...]
H A Ddisas.c128 ppc - nonzero means little endian
145 disasm_info.endian = BFD_ENDIAN_BIG;
147 disasm_info.endian = BFD_ENDIAN_LITTLE;
169 disasm_info.endian = BFD_ENDIAN_LITTLE;
250 disasm_info.endian = BFD_ENDIAN_BIG;
252 disasm_info.endian = BFD_ENDIAN_LITTLE;
360 disasm_info.endian = BFD_ENDIAN_BIG;
362 disasm_info.endian = BFD_ENDIAN_LITTLE;
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
443 (INFO).endian = BFD_ENDIAN_UNKNOWN, \
/external/kernel-headers/original/linux/
H A Dpatchkey.h24 # include <endian.h>
/external/v8/src/
H A Ddtoa-config.c43 #include <endian.h>
48 /* The floating point word order on ARM is big endian when floating point
49 * emulation is used, even if the byte order is little endian */
/external/stlport/stlport/stl/config/
H A D_linux.h81 #include <endian.h>
/external/icu4c/tools/genrb/
H A Dgendtjar.pl114 ($version, $endian) = getVersion();
115 #print "#################### $version, $endian ######\n";
267 my $endian = checkPlatformEndianess();
274 #print "####### $endian ############\n";
275 if($endian eq "l"){
297 if($endian eq "l"){
326 my $endian = checkPlatformEndianess();
336 if($endian eq "l"){
/external/srec/srec/include/
H A Dutteranc.h95 int endian; /* 0 is little 1 is big */ member in struct:__anon5118
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:__anon5076
H A Dfrontapi.h541 int endian,
549 * endian Binary storage, use 'LITTLE' or 'BIG'
/external/bluetooth/bluez/sbc/
H A Dsbc.h75 uint8_t endian; member in struct:sbc_struct
H A Dsbcdec.c101 sbc.endian = SBC_BE;
/external/elfutils/libasm/
H A Dasm_addint8.c20 #include <endian.h>
/external/elfutils/src/
H A Dunaligned.h19 #include <endian.h>
/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.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/bluetooth/bluez/include/bluetooth/
H A Dbluetooth.h36 #include <endian.h>
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dcommon.h21 #include <endian.h>
28 #include <sys/endian.h>
46 #include <machine/endian.h>
/external/blktrace/
H A Dblktrace.h6 #include <endian.h>
/external/fdlibm/
H A DAndroid.mk60 # little endian cpus.
/external/wpa_supplicant/
H A Dcommon.h21 #include <endian.h>
27 #include <sys/endian.h>

Completed in 245 milliseconds

12