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

1 23 4 5 6 7 8 91011>>

  /external/libunwind/src/arm/
Gcreate_addr_space.c 54 as->big_endian = 0;
56 as->big_endian = 1;
  /external/libunwind/src/ia64/
Gcreate_addr_space.c 58 as->big_endian = (__BYTE_ORDER == __BIG_ENDIAN);
60 as->big_endian = (byte_order == __BIG_ENDIAN);
  /external/libunwind/src/mips/
Gcreate_addr_space.c 56 as->big_endian = (__BYTE_ORDER == __BIG_ENDIAN);
58 as->big_endian = (byte_order == __BIG_ENDIAN);
  /external/libunwind/src/sh/
Gcreate_addr_space.c 53 as->big_endian = 0;
55 as->big_endian = 1;
  /external/llvm/include/llvm/Support/
Solaris.h 21 #define BIG_ENDIAN 4321
24 #define BYTE_ORDER BIG_ENDIAN
  /frameworks/base/core/java/android/os/
FileBridge.java 98 final int cmd = Memory.peekInt(temp, 0, ByteOrder.BIG_ENDIAN);
101 int len = Memory.peekInt(temp, 4, ByteOrder.BIG_ENDIAN);
164 Memory.pokeInt(mTemp, 0, cmd, ByteOrder.BIG_ENDIAN);
169 if (Memory.peekInt(mTemp, 0, ByteOrder.BIG_ENDIAN) == cmd) {
180 Memory.pokeInt(mTemp, 0, CMD_WRITE, ByteOrder.BIG_ENDIAN);
181 Memory.pokeInt(mTemp, 4, byteCount, ByteOrder.BIG_ENDIAN);
  /external/ltrace/
lens_enum.c 60 big_endian = 1, enumerator in enum:__anon30395
62 big_endian = 0,
96 if (big_endian)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
byteorder.h 32 #include <linux/byteorder/big_endian.h>
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_packet_parser.cc 7 #include "base/big_endian.h"
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
byte_io_unittest.cc 56 void TestRead(bool big_endian) {
67 PopulateTestData(bytes + i, test_value, B, big_endian);
78 void TestWrite(bool big_endian) {
90 PopulateTestData(expected_bytes + i, test_value, B, big_endian);
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_inet.h 29 #if BIG_ENDIAN == TRUE
  /external/libnfc-nci/src/gki/common/
gki_inet.h 29 #if BIG_ENDIAN == TRUE
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
UUIDConverter.java 45 b.order(ByteOrder.BIG_ENDIAN);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DirectCharBufferTest.java 59 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
DirectDoubleBufferTest.java 58 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
DirectFloatBufferTest.java 59 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
DirectIntBufferTest.java 59 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
DirectLongBufferTest.java 60 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
DirectShortBufferTest.java 59 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
param.h 37 #define BIG_ENDIAN 4321
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
byteorder.h 32 #include <linux/byteorder/big_endian.h>
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
byteorder.h 32 #include <linux/byteorder/big_endian.h>
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
byteorder.h 32 #include <linux/byteorder/big_endian.h>
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
byteorder.h 32 #include <linux/byteorder/big_endian.h>
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
byteorder.h 32 #include <linux/byteorder/big_endian.h>

Completed in 2534 milliseconds

1 23 4 5 6 7 8 91011>>