OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:little_endian
(Results
1 - 25
of
646
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/uapi/asm-x86/asm/
byteorder.h
4
#include <linux/byteorder/
little_endian
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
byteorder.h
4
#include <linux/byteorder/
little_endian
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
byteorder.h
4
#include <linux/byteorder/
little_endian
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
byteorder.h
4
#include <linux/byteorder/
little_endian
.h>
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/
ByteOrder.java
34
public static final ByteOrder
LITTLE_ENDIAN
= new ByteOrder("
LITTLE_ENDIAN
"); //$NON-NLS-1$
40
NATIVE_ORDER =
LITTLE_ENDIAN
;
48
* @return the byte order object, which is either
LITTLE_ENDIAN
or BIG_ENDIAN.
63
* @return "BIG_ENDIAN" for {@link #BIG_ENDIAN ByteOrder.BIG_ENDIAN} objects, "
LITTLE_ENDIAN
" for {@link #
LITTLE_ENDIAN
64
* ByteOrder.
LITTLE_ENDIAN
} objects.
/bionic/libc/upstream-openbsd/lib/libc/net/
htonl.c
15
#if BYTE_ORDER ==
LITTLE_ENDIAN
htons.c
15
#if BYTE_ORDER ==
LITTLE_ENDIAN
ntohl.c
15
#if BYTE_ORDER ==
LITTLE_ENDIAN
ntohs.c
15
#if BYTE_ORDER ==
LITTLE_ENDIAN
/external/dbus/test/data/valid-messages/
simplest-manual.message
4
LITTLE_ENDIAN
/external/kernel-headers/original/uapi/asm-mips/asm/
byteorder.h
14
#include <linux/byteorder/
little_endian
.h>
/toolchain/binutils/binutils-2.25/gas/config/
tc-arc.h
33
#ifdef
LITTLE_ENDIAN
34
#undef
LITTLE_ENDIAN
41
#define
LITTLE_ENDIAN
1234
51
#define DEFAULT_BYTE_ORDER
LITTLE_ENDIAN
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
ByteOrderTest.java
32
assertEquals(ByteOrder.
LITTLE_ENDIAN
.toString(), "
LITTLE_ENDIAN
");
37
assertTrue(o == ByteOrder.BIG_ENDIAN || o == ByteOrder.
LITTLE_ENDIAN
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xarch.h
58
# if !defined(
LITTLE_ENDIAN
) && defined(__LITTLE_ENDIAN)
59
# define
LITTLE_ENDIAN
__LITTLE_ENDIAN
73
# define
LITTLE_ENDIAN
1234
79
# define BYTE_ORDER
LITTLE_ENDIAN
89
# define X_LITTLE_ENDIAN
LITTLE_ENDIAN
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xarch.h
59
# if !defined(
LITTLE_ENDIAN
) && defined(__LITTLE_ENDIAN)
60
# define
LITTLE_ENDIAN
__LITTLE_ENDIAN
74
# define
LITTLE_ENDIAN
1234
80
# define BYTE_ORDER
LITTLE_ENDIAN
90
# define X_LITTLE_ENDIAN
LITTLE_ENDIAN
/libcore/ojluni/src/main/java/java/nio/
ByteOrder.java
58
public static final ByteOrder
LITTLE_ENDIAN
59
= new ByteOrder("
LITTLE_ENDIAN
");
80
* #BIG_ENDIAN} and <tt>"
LITTLE_ENDIAN
"</tt> for {@link #
LITTLE_ENDIAN
}.
/external/libcxx/test/std/localization/locale.stdcvt/
codecvt_mode.pass.cpp
16
//
little_endian
= 1
26
assert(std::
little_endian
== 1);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_mode.pass.cpp
16
//
little_endian
= 1
26
assert(std::
little_endian
== 1);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
param.h
38
#define
LITTLE_ENDIAN
1234
39
#define BYTE_ORDER
LITTLE_ENDIAN
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLUtils.java
47
FloatBuffer bb = ByteBuffer.wrap(data).order(ByteOrder.
LITTLE_ENDIAN
).asFloatBuffer();
61
IntBuffer bb = ByteBuffer.wrap(data).order(ByteOrder.
LITTLE_ENDIAN
).asIntBuffer();
75
ShortBuffer bb = ByteBuffer.wrap(data).order(ByteOrder.
LITTLE_ENDIAN
).asShortBuffer();
/bionic/libc/kernel/uapi/asm-arm/asm/
byteorder.h
21
#include <linux/byteorder/
little_endian
.h>
/bionic/libc/kernel/uapi/asm-arm64/asm/
byteorder.h
25
#include <linux/byteorder/
little_endian
.h>
/bionic/libc/kernel/uapi/asm-mips/asm/
byteorder.h
21
#include <linux/byteorder/
little_endian
.h>
/bionic/libc/kernel/uapi/asm-x86/asm/
byteorder.h
21
#include <linux/byteorder/
little_endian
.h>
/development/ndk/platforms/android-21/arch-arm/include/asm/
byteorder.h
21
#include <linux/byteorder/
little_endian
.h>
Completed in 982 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>