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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/jdwp/
ExpandBuf.cpp 131 * Append two big-endian bytes.
141 * Append four big-endian bytes.
151 * Append eight big-endian bytes.
  /external/bison/m4/
exponentd.m4 81 dnl that they are stored in big-endian word order, while the words
82 dnl (like integer types) are stored in little-endian byte order.
83 dnl The newer VFP instructions assume little-endian order
  /external/kernel-headers/original/linux/
prctl.h 56 /* Get/set process endian */
60 # define PR_ENDIAN_LITTLE 1 /* True little endian mode */
61 # define PR_ENDIAN_PPC_LITTLE 2 /* "PowerPC" pseudo little endian */
  /libcore/luni/src/test/java/libcore/java/io/
OutputStreamWriterTest.java 65 // We should have 8192 32-bit big-endian 'x's...
76 // ...followed by a 32-bit big-endian U+20b9f.
82 // ...followed by a 32-bit big-endian replacement character (U+fffd).
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
acct.h 24 #include <endian.h>
96 # define ACCT_BYTEORDER 0x80 /* Accounting file is big endian. */
98 # define ACCT_BYTEORDER 0x00 /* Accounting file is little endian. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
acct.h 24 #include <endian.h>
96 # define ACCT_BYTEORDER 0x80 /* Accounting file is big endian. */
98 # define ACCT_BYTEORDER 0x00 /* Accounting file is little endian. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
acct.h 24 #include <endian.h>
96 # define ACCT_BYTEORDER 0x80 /* Accounting file is big endian. */
98 # define ACCT_BYTEORDER 0x00 /* Accounting file is little endian. */
  /system/core/libcutils/tests/memset_mips/
memset_omips.S 29 #error big-endian is not supported in Broadcom MIPS Android platform
30 # define SWHI swl /* high part is left in big-endian */
32 # define SWHI swr /* high part is right in little-endian */
  /external/llvm/test/CodeGen/Mips/
inlineasm-operand-code.ll 82 ; D, in little endian the source reg will be 4 bytes into the long long
93 ; D, in big endian the source reg will also be 4 bytes into the long long
107 ; L, in little endian the source reg will be 0 bytes into the long long
117 ; L, in big endian the source reg will be 4 bytes into the long long
131 ; M, in little endian the source reg will be 4 bytes into the long long
141 ; M, in big endian the source reg will be 0 bytes into the long long
  /bootable/recovery/applypatch/
utils.c 21 /** Write a 4-byte value to f in little-endian order. */
29 /** Write an 8-byte value to f in little-endian order. */
  /external/dropbear/libtomcrypt/src/modes/ctr/
ctr_start.c 66 /* little-endian */
74 /* big-endian */
  /external/e2fsprogs/e2fsck/
crc32defs.h 19 * Little-endian CRC computation. Used with serial bit streams sent
27 * Big-endian CRC computation. Used with serial bit streams sent
  /external/e2fsprogs/lib/blkid/
test_probe.in 25 # swap is native-endian, so regenerate before testing
29 # swap is native-endian, so regenerate before testing
  /external/guava/guava/src/com/google/common/base/
Charsets.java 47 * UTF-16BE: sixteen-bit UCS Transformation Format, big-endian byte order.
52 * UTF-16LE: sixteen-bit UCS Transformation Format, little-endian byte order.
  /external/icu4c/common/
ucmndata.h 58 * Handles opposite-endian data.
67 * Handles opposite-endian data.
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 10 module Endian = struct
26 external byte_order : DataLayout.t -> Endian.t = "llvm_byte_order"
  /external/qemu/
disas.c 143 ppc - nonzero means little endian
160 disasm_info.endian = BFD_ENDIAN_BIG;
162 disasm_info.endian = BFD_ENDIAN_LITTLE;
184 disasm_info.endian = BFD_ENDIAN_LITTLE;
273 disasm_info.endian = BFD_ENDIAN_BIG;
275 disasm_info.endian = BFD_ENDIAN_LITTLE;
381 disasm_info.endian = BFD_ENDIAN_BIG;
383 disasm_info.endian = BFD_ENDIAN_LITTLE;
  /external/srec/portable/include/
PFileImpl.h 44 * True if file is in little endian format.
62 * @param littleEndian True if file is little-endian
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContext3DCG.cpp 74 const static GraphicsContext3D::SourceDataFormat formatTable[SourceFormatBaseNumFormats][4] = { // SourceDataFormatBase x bitsPerComponent x endian
75 // 8bits, little endian 8bits, big endian 16bits, little endian 16bits, big endian
171 // This is a bug in earlier version of cg where the default endian
189 // endian even on little endian architectures.
  /frameworks/rs/driver/linkloader/lib/
ELFHeader.cpp 36 CASE_PAIR(ELFDATA2LSB, "Little endian")
37 CASE_PAIR(ELFDATA2MSB, "Big endian")
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmeth.h 46 * 16 bit big-endian subtype
47 * 16 bit big-endian length in bytes (0-65535)
  /libcore/luni/src/main/java/java/io/
DataInput.java 21 * Defines an interface for classes that are able to read big-endian typed data from some
74 * Reads a big-endian 16-bit character value.
86 * Reads a big-endian 64-bit double value.
98 * Reads a big-endian 32-bit float value.
143 * Reads a big-endian 32-bit integer value.
170 * Reads a big-endian 64-bit long value.
182 * Reads a big-endian 16-bit short value.
206 * Reads a big-endian 16-bit unsigned short value and returns it as an int.
  /external/freetype/include/freetype/internal/
ftstream.h 37 /* e is set to 1 if the value is little-endian. */
434 /* read a 16-bit big-endian unsigned integer from an entered frame */
438 /* read a 24-bit big-endian unsigned integer from an entered frame */
442 /* read a 32-bit big-endian unsigned integer from an entered frame */
446 /* read a 16-bit little-endian unsigned integer from an entered frame */
450 /* read a 32-bit little-endian unsigned integer from an entered frame */
460 /* read a 16-bit big-endian unsigned integer from a stream */
465 /* read a 24-bit big-endian unsigned integer from a stream */
470 /* read a 32-bit big-endian integer from a stream */
475 /* read a 16-bit little-endian unsigned integer from a stream *
    [all...]
  /bionic/libc/include/
endian.h 31 #include <sys/endian.h>
  /bionic/libc/include/netinet/
tcp.h 31 #include <endian.h> /* Include *before* linux/tcp.h */

Completed in 2864 milliseconds

1 2 3 4 5 6 7 8 91011>>