HomeSort by relevance Sort by last modified time
    Searched full:big_endian (Results 76 - 100 of 606) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
byteorder.h 32 #include <linux/byteorder/big_endian.h>
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
byteorder.h 32 #include <linux/byteorder/big_endian.h>
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
byteorder.h 32 #include <linux/byteorder/big_endian.h>
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
byteorder.h 32 #include <linux/byteorder/big_endian.h>
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
byteorder.h 32 #include <linux/byteorder/big_endian.h>
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
byteorder.h 32 #include <linux/byteorder/big_endian.h>
  /external/chromium_org/crypto/
rsa_private_key.cc 52 PrivateKeyInfoCodec::PrivateKeyInfoCodec(bool big_endian)
53 : big_endian_(big_endian) {}
183 bool big_endian) {
186 if (!big_endian) {
250 bool big_endian) {
267 if (!big_endian)
rsa_private_key.h 48 // |big_endian| here specifies the byte-significance of the integer components
52 explicit PrivateKeyInfoCodec(bool big_endian);
91 // Prepends the integer stored in |val| - |val + num_bytes| with |big_endian|
96 bool big_endian);
107 // |big_endian| byte-significance.
111 bool big_endian);
  /libcore/luni/src/main/java/libcore/io/
Memory.java 46 if (order == ByteOrder.BIG_ENDIAN) {
60 if (order == ByteOrder.BIG_ENDIAN) {
84 if (order == ByteOrder.BIG_ENDIAN) {
92 if (order == ByteOrder.BIG_ENDIAN) {
106 if (order == ByteOrder.BIG_ENDIAN) {
132 if (order == ByteOrder.BIG_ENDIAN) {
  /external/llvm/include/llvm/Support/
Host.h 32 #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
  /bionic/libc/include/arpa/
nameser_compat.h 55 #define BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */
77 #define BYTE_ORDER BIG_ENDIAN
84 (BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN && \
103 #if BYTE_ORDER == BIG_ENDIAN
  /development/ndk/platforms/android-L/include/arpa/
nameser_compat.h 55 #define BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */
77 #define BYTE_ORDER BIG_ENDIAN
84 (BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN && \
103 #if BYTE_ORDER == BIG_ENDIAN
  /external/chromium_org/base/
big_endian.cc 5 #include "base/big_endian.h"
  /external/libunwind/include/tdep-mips/
dwarf-config.h 36 #define dwarf_is_big_endian(addr_space) ((addr_space)->big_endian)
  /external/libunwind/include/tdep-sh/
dwarf-config.h 34 #define dwarf_is_big_endian(addr_space) ((addr_space)->big_endian)
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
AbstractTrackEncryptionBox.java 42 b.order(ByteOrder.BIG_ENDIAN);
  /external/qemu/hw/mips/
mips_r4k.c 84 int big_endian; local
87 big_endian = 1;
89 big_endian = 0;
93 (uint64_t *)&kernel_high, big_endian, ELF_MACHINE, 1);
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 64 #define BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */
86 #define BYTE_ORDER BIG_ENDIAN
93 (BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN && \
112 #if BYTE_ORDER == BIG_ENDIAN
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 64 #define BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */
86 #define BYTE_ORDER BIG_ENDIAN
93 (BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN && \
112 #if BYTE_ORDER == BIG_ENDIAN
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/arpa/
nameser_compat.h 55 #define BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */
77 #define BYTE_ORDER BIG_ENDIAN
84 (BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN && \
103 #if BYTE_ORDER == BIG_ENDIAN
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/arpa/
nameser_compat.h 55 #define BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */
77 #define BYTE_ORDER BIG_ENDIAN
84 (BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN && \
103 #if BYTE_ORDER == BIG_ENDIAN
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/arpa/
nameser_compat.h 55 #define BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */
77 #define BYTE_ORDER BIG_ENDIAN
84 (BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN && \
103 #if BYTE_ORDER == BIG_ENDIAN
  /libcore/luni/src/main/java/java/io/
DataInputStream.java 104 return Memory.peekInt(scratch, 0, ByteOrder.BIG_ENDIAN);
148 return Memory.peekLong(scratch, 0, ByteOrder.BIG_ENDIAN);
153 return Memory.peekShort(scratch, 0, ByteOrder.BIG_ENDIAN);
DataOutputStream.java 179 Memory.pokeInt(scratch, 0, val, ByteOrder.BIG_ENDIAN);
185 Memory.pokeLong(scratch, 0, val, ByteOrder.BIG_ENDIAN);
191 Memory.pokeShort(scratch, 0, (short) val, ByteOrder.BIG_ENDIAN);
  /libcore/luni/src/main/java/java/net/
Socks4Message.java 80 return Memory.peekShort(buffer, INDEX_PORT, ByteOrder.BIG_ENDIAN);
87 Memory.pokeShort(buffer, INDEX_PORT, (short) port, ByteOrder.BIG_ENDIAN);
94 return Memory.peekInt(buffer, INDEX_IP, ByteOrder.BIG_ENDIAN);

Completed in 582 milliseconds

1 2 34 5 6 7 8 91011>>