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

1 2 3 4 5 6 7 891011>>

  /external/llvm/include/llvm/Object/
Binary.h 44 ID_ELF32L, // ELF 32-bit, little endian
45 ID_ELF32B, // ELF 32-bit, big endian
46 ID_ELF64L, // ELF 64-bit, little endian
47 ID_ELF64B, // ELF 64-bit, big endian
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 81 // Little-endian 32-bit
86 // Big-endian 32-bit
91 // Little-endian 64-bit
96 // Big-endian 64-bit
  /external/openssl/crypto/
arm_arch.h 17 * __ARMEL__/__ARMEB__ for little-/big-endian.
  /external/oprofile/libabi/
op_abi.h 30 /// return non zero if the abi is little endian
  /external/srec/portable/include/
pendian.h 29 /* */#include <sys/endian.h>
44 /* */#include <endian.h>
57 /* */#include <endian.h>
60 /* */#include <machine/endian.h>
  /external/webkit/LayoutTests/fast/encoding/
css-cached-bom.html 13 <link rel=stylesheet href=resources/utf-16-little-endian.css>
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalConfig.h 73 /**< 0xb3 01 00 00 Little endian / b00 00 00 01 b3 big endian*/
76 /**< 0xb3 01 00 00 Little endian / b00 00 00 01 b3 big endian*/
  /dalvik/dx/src/com/android/dx/io/instructions/
CodeOutput.java 49 * Writes an {@code int}, little-endian.
54 * Writes a {@code long}, little-endian.
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
CodeOutput.java 49 * Writes an {@code int}, little-endian.
54 * Writes a {@code long}, little-endian.
  /external/libyuv/files/include/libyuv/
convert_argb.h 129 // BGRA little endian (argb in memory) to ARGB.
135 // ABGR little endian (rgba in memory) to ARGB.
141 // RGBA little endian (abgr in memory) to ARGB.
150 // RGB little endian (bgr in memory) to ARGB.
156 // RGB big endian (rgb in memory) to ARGB.
162 // RGB16 (RGBP fourcc) little endian to ARGB.
168 // RGB15 (RGBO fourcc) little endian to ARGB.
174 // RGB12 (R444 fourcc) little endian to ARGB.
  /libcore/luni/src/main/java/java/nio/
ByteOrder.java 26 * This constant represents big endian.
31 * This constant represents little endian.
  /packages/apps/Email/src/org/apache/commons/io/
package.html 44 <b>EndianUtils</b> swaps data between Big-Endian and Little-Endian formats.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
endian.h 37 #include <bits/endian.h>
58 #endif /* endian.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
endian.h 37 #include <bits/endian.h>
58 #endif /* endian.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
endian.h 37 #include <bits/endian.h>
58 #endif /* endian.h */
  /system/core/include/mincrypt/
rsa.h 43 uint32_t n[RSANUMWORDS]; /* modulus as little endian array */
44 uint32_t rr[RSANUMWORDS]; /* R^2 as little endian array */
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VIFI_Defines.h 64 * Packing and Unpacking is different for little and big endian
70 /* Pack computations common for little endian and big endian modes */
87 #else /* LITTLE endian: 0x12345678 -> 78 56 34 12 */
122 * Endianness (default configuration is Little Endian)
126 /** Default endian setting */
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ByteBuffer.java 244 // 00 nn -- -- - Big endian UTF-16
245 // 00 00 00 nn - Big endian UTF-32
246 // 00 00 FE FF - Big endian UTF 32
265 // nn 00 -- -- - Little endian UTF-16
284 // FE FF -- -- - Big endian UTF-16
285 // FF FE 00 00 - Little endian UTF-32
286 // FF FE -- -- - Little endian UTF-16
  /external/kernel-headers/original/linux/byteorder/
generic.h 21 * to please Linus T., replaced huge #ifdef's between little/big endian
40 * since little endian, big endian, and pdp endian machines needn't it.
67 * between native CPU format and little/big endian format
  /external/libmtp/src/
gphoto2-endian-ppc.h 17 /* EENN[a]toh or htoEENN[a] where EE is be (big endian) or */
18 /* le (little-endian), NN is 16 or 32 (number of bits) and a, */
19 /* if present, indicates that the endian side is a pointer to an */
23 /* So, to convert a 32-bit integer stored in a buffer in little-endian */
50 /* Define our own extended byte swapping macros for big-endian machines */
  /external/tcpdump/
extract.h 25 * Macros to extract possibly-unaligned big-endian integral values.
43 * assemble them. (That might not be the case on a little-endian platform,
64 * We don't have __attribute__, so do unaligned loads of big-endian
106 * Macros to extract possibly-unaligned little-endian integral values.
107 * XXX - do loads on little-endian machines that support unaligned loads?
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
elf.h 57 %{mbig-endian:-EB} \
58 %{mlittle-endian:-EL} \
108 #define LINK_SPEC "%{mbig-endian:-EB} %{mlittle-endian:-EL} -X"
122 { "marm", "mlittle-endian", "msoft-float", "mno-thumb-interwork", "fno-leading-underscore" }
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
elf.h 57 %{mbig-endian:-EB} \
58 %{mlittle-endian:-EL} \
108 #define LINK_SPEC "%{mbig-endian:-EB} %{mlittle-endian:-EL} -X"
122 { "marm", "mlittle-endian", "msoft-float", "mno-thumb-interwork", "fno-leading-underscore" }
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
elf.h 57 %{mbig-endian:-EB} \
58 %{mlittle-endian:-EL} \
108 #define LINK_SPEC "%{mbig-endian:-EB} %{mlittle-endian:-EL} -X"
122 { "marm", "mlittle-endian", "msoft-float", "mno-thumb-interwork", "fno-leading-underscore" }
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
elf.h 57 %{mbig-endian:-EB} \
58 %{mlittle-endian:-EL} \
108 #define LINK_SPEC "%{mbig-endian:-EB} %{mlittle-endian:-EL} -X"
122 { "marm", "mlittle-endian", "msoft-float", "mno-thumb-interwork", "fno-leading-underscore" }

Completed in 2135 milliseconds

1 2 3 4 5 6 7 891011>>