HomeSort by relevance Sort by last modified time
    Searched full:endian (Results 26 - 50 of 2132) sorted by null

12 3 4 5 6 7 8 91011>>

  /build/core/combo/arch/mips/
mips32r2.mk 2 # Generating binaries for MIPS32R2/soft-float/little-endian
mips32r2dsp-fp.mk 2 # Generating binaries for MIPS32R2/hard-float/little-endian/dsp
mips32r2dsp.mk 2 # Generating binaries for MIPS32R2/soft-float/little-endian/dsp
mips32r2dspr2-fp.mk 2 # Generating binaries for MIPS32R2/hard-float/little-endian/dsp
mips32r2dspr2.mk 2 # Generating binaries for MIPS32R2/soft-float/little-endian/dsp
  /dalvik/vm/mterp/mips/
OP_SUB_LONG.S 3 * For little endian the code sequence looks as follows:
  /external/guava/guava/src/com/google/common/io/
LittleEndianDataInputStream.java 32 * An implementation of {@link DataInput} that uses little-endian byte ordering
37 * supertype {@code DataInput}, which explicitly requires big-endian byte order.
91 * {@link DataInputStream#readUnsignedShort()}, except using little-endian
95 * unsigned 16-bit integer in little-endian byte order
108 * using little-endian byte order.
111 * {@code int} in little-endian byte order
126 * except using little-endian byte order.
129 * {@code long} in little-endian byte order
148 * except using little-endian byte order.
151 * {@code float} in little-endian byte orde
    [all...]
  /external/llvm/test/MC/AArch64/
elf-objdump.s 1 // 64 bit little endian
  /external/llvm/test/MC/Mips/
elf-objdump.s 1 // 32 bit big endian
3 // 32 bit little endian
5 // 64 bit big endian
7 // 64 bit little endian
  /frameworks/compile/mclinker/include/mcld/
TargetOptions.h 28 enum Endian {
47 Endian endian() const { return m_Endian; } function in class:mcld::TargetOptions
49 void setEndian(Endian pEndian) { m_Endian = pEndian; }
63 Endian m_Endian;
  /external/qemu/
bswap.h 9 #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 ## _bswaps(p, size)
    [all...]
  /bootable/recovery/minzip/
Bits.h 23 * Get 2 big-endian bytes.
36 * Get 4 big-endian bytes.
51 * Get 8 big-endian bytes.
70 * Get 2 little-endian bytes.
83 * Get 4 little-endian bytes.
98 * Get 8 little-endian bytes.
125 * Grab 2 big-endian bytes and advance the data pointer.
138 * Grab 4 big-endian bytes and advance the data pointer.
153 * Get 8 big-endian bytes.
172 * Grab 2 little-endian bytes and advance the data pointer
    [all...]
  /dalvik/vm/
Bits.h 39 * Get 2 big-endian bytes.
47 * Get 4 big-endian bytes.
55 * Get 8 big-endian bytes.
74 * Get 2 little-endian bytes.
82 * Get 4 little-endian bytes.
97 * Get 8 little-endian bytes.
123 * Grab 2 big-endian bytes and advance the data pointer.
134 * Grab 4 big-endian bytes and advance the data pointer.
151 * Get 8 big-endian bytes and advance the data pointer.
172 * Grab 2 little-endian bytes and advance the data pointer
    [all...]
  /external/kernel-headers/original/linux/
patchkey.h 20 /* Endian macros. */
24 # include <endian.h>
elf-em.h 13 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */
17 #define EM_MIPS_RS3_LE 10 /* MIPS R3000 little-endian */
18 #define EM_MIPS_RS4_BE 10 /* MIPS R4000 big-endian */
  /frameworks/native/include/utils/
Endian.h 18 // Android endian-ness defines.
25 #include <endian.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
patchkey.h 20 /* Endian macros. */
21 # include <endian.h>
elf-em.h 13 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */
17 #define EM_MIPS_RS3_LE 10 /* MIPS R3000 little-endian */
18 #define EM_MIPS_RS4_BE 10 /* MIPS R4000 big-endian */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
patchkey.h 20 /* Endian macros. */
21 # include <endian.h>
elf-em.h 13 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */
17 #define EM_MIPS_RS3_LE 10 /* MIPS R3000 little-endian */
18 #define EM_MIPS_RS4_BE 10 /* MIPS R4000 big-endian */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
patchkey.h 20 /* Endian macros. */
21 # include <endian.h>
  /bionic/libc/include/
byteswap.h 31 /* endian.h rather than sys/endian.h so we get the machine-specific file. */
32 #include <endian.h>
  /development/ndk/platforms/android-3/include/
byteswap.h 31 /* endian.h rather than sys/endian.h so we get the machine-specific file. */
32 #include <endian.h>
  /external/libsepol/src/
private.h 3 /* Endian conversion for reading and writing binary policies */
10 #include <machine/endian.h>
13 #include <endian.h>
  /external/skia/src/sfnt/
SkOTTableTypes.h 14 //All SK_OT_ prefixed types should be considered as big endian.
40 * SkOTTableTAG<T>::value is the big endian value of an OpenType table tag.
41 * It may be directly compared with raw big endian table data.

Completed in 1012 milliseconds

12 3 4 5 6 7 8 91011>>