OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:big_endian
(Results
476 - 500
of
606
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/openssl/crypto/aes/asm/
aes-mips.pl
73
$
big_endian
=(`echo MIPSEL | $ENV{CC} -E -P -`=~/MIPSEL/)?1:0;
78
if (!defined($
big_endian
))
79
{ $
big_endian
=(unpack('L',pack('N',1))==1); }
[
all
...]
/ndk/sources/android/support/src/msun/
math_private.h
45
#define IEEE_WORD_ORDER
BIG_ENDIAN
51
#if IEEE_WORD_ORDER ==
BIG_ENDIAN
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java
177
appParamBuf.order(ByteOrder.
BIG_ENDIAN
);
406
appParamBuf.order(ByteOrder.
BIG_ENDIAN
);
[
all
...]
/external/chromium_org/base/
base.target.darwin-arm.mk
73
base/
big_endian
.cc \
base.target.darwin-arm64.mk
73
base/
big_endian
.cc \
base.target.darwin-mips.mk
73
base/
big_endian
.cc \
base.target.darwin-x86.mk
74
base/
big_endian
.cc \
base.target.darwin-x86_64.mk
74
base/
big_endian
.cc \
base.target.linux-arm.mk
73
base/
big_endian
.cc \
base.target.linux-arm64.mk
73
base/
big_endian
.cc \
base.target.linux-mips.mk
73
base/
big_endian
.cc \
base.target.linux-x86.mk
74
base/
big_endian
.cc \
base.target.linux-x86_64.mk
74
base/
big_endian
.cc \
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_crc32.c
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
encode.c
494
function assumes
BIG_ENDIAN
machine */
/external/elfutils/0.153/libdw/
dwarf_begin_elf.c
340
|| (BYTE_ORDER ==
BIG_ENDIAN
&& ehdr->e_ident[EI_DATA] == ELFDATA2LSB))
/external/kernel-headers/original/uapi/sound/
asequencer.h
324
unsigned char
big_endian
; /* 1 = big-endian */
member in struct:snd_seq_running_info
/external/libunwind/src/coredump/
_UCD_create.c
50
#elif defined(BYTE_ORDER) && BYTE_ORDER ==
BIG_ENDIAN
/external/valgrind/main/none/tests/
sha1_test.c
84
#elif BYTE_ORDER ==
BIG_ENDIAN
/libcore/benchmarks/src/benchmarks/regression/
ByteBufferBenchmark.java
31
BIG(ByteOrder.
BIG_ENDIAN
), LITTLE(ByteOrder.LITTLE_ENDIAN);
/libcore/luni/src/main/java/java/net/
PlainSocketImpl.java
414
Memory.pokeInt(replyBytes, 0, reply.getIP(), ByteOrder.
BIG_ENDIAN
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
asequencer.h
324
unsigned char
big_endian
; /* 1 = big-endian */
member in struct:snd_seq_running_info
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asequencer.h
324
unsigned char
big_endian
; /* 1 = big-endian */
member in struct:snd_seq_running_info
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py
555
BIG_ENDIAN
= __BIG_ENDIAN
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java
302
ByteOrder.
BIG_ENDIAN
;
Completed in 1555 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>