OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:big_endian
(Results
26 - 50
of
297
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
byteorder.h
45
#include <linux/byteorder/
big_endian
.h>
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
byteorder.h
45
#include <linux/byteorder/
big_endian
.h>
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
byteorder.h
45
#include <linux/byteorder/
big_endian
.h>
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h
54
#ifndef
BIG_ENDIAN
55
#define
BIG_ENDIAN
FALSE
/external/libnfc-nci/src/gki/ulinux/
data_types.h
54
#ifndef
BIG_ENDIAN
55
#define
BIG_ENDIAN
FALSE
/external/expat/conftools/
ac_c_bigendian_cross.m4
19
#if !BYTE_ORDER || !
BIG_ENDIAN
|| !LITTLE_ENDIAN
21
#endif], [# It does; now see whether it defined to
BIG_ENDIAN
or not.
24
#if BYTE_ORDER !=
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
) {
/bionic/libc/kernel/arch-mips/asm/
byteorder.h
32
#include <linux/byteorder/
big_endian
.h>
/development/ndk/platforms/android-9/arch-mips/include/asm/
byteorder.h
32
#include <linux/byteorder/
big_endian
.h>
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/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());
/external/bluetooth/bluedroid/gki/common/
gki_inet.h
29
#if
BIG_ENDIAN
== TRUE
/external/kernel-headers/original/asm-mips/
byteorder.h
69
# include <linux/byteorder/
big_endian
.h>
/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
);
/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>
/external/chromium/crypto/
rsa_private_key.cc
52
PrivateKeyInfoCodec::PrivateKeyInfoCodec(bool
big_endian
)
53
: big_endian_(
big_endian
) {}
186
bool
big_endian
) {
189
if (!
big_endian
) {
256
bool
big_endian
) {
273
if (!
big_endian
)
rsa_private_key.h
51
// |
big_endian
| here specifies the byte-significance of the integer components
55
explicit PrivateKeyInfoCodec(bool
big_endian
);
94
// Prepends the integer stored in |val| - |val + num_bytes| with |
big_endian
|
99
bool
big_endian
);
110
// |
big_endian
| byte-significance.
114
bool
big_endian
);
/bionic/libc/kernel/arch-arm/asm/
byteorder.h
49
#include <linux/byteorder/
big_endian
.h>
Completed in 714 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>