OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endian
(Results
151 - 175
of
2132
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libmtp/src/
gphoto2-endian-intel.h
17
/* EENN[a]toh or htoEENN[a] where EE is be (big
endian
) or */
18
/* le (little-
endian
), NN is 16 or 32 (number of bits) and a, */
19
/* if present, indicates that the
endian
side is a pointer to an */
23
/* So, to convert a 32-bit integer stored in a buffer in little-
endian
*/
50
/* On little
endian
machines, these macros are null */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xarch.h
45
#include <sys/
endian
.h>
55
#include <machine/
endian
.h>
59
#include <
endian
.h>
62
#include <
endian
.h>
64
/* '
endian
.h' might have been included before 'Xarch.h' */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
waitstatus.h
65
# include <
endian
.h>
77
# endif /* Little
endian
. */
83
# endif /* Big
endian
. */
91
# endif /* Little
endian
. */
96
# endif /* Big
endian
. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
generic.h
21
* to please Linus T., replaced huge #ifdef's between little/big
endian
40
* since little
endian
, big
endian
, and pdp
endian
machines needn't it.
67
* between native CPU format and little/big
endian
format
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xarch.h
45
#include <sys/
endian
.h>
55
#include <machine/
endian
.h>
59
#include <
endian
.h>
62
#include <
endian
.h>
64
/* '
endian
.h' might have been included before 'Xarch.h' */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
waitstatus.h
65
# include <
endian
.h>
77
# endif /* Little
endian
. */
83
# endif /* Big
endian
. */
91
# endif /* Little
endian
. */
96
# endif /* Big
endian
. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
generic.h
21
* to please Linus T., replaced huge #ifdef's between little/big
endian
40
* since little
endian
, big
endian
, and pdp
endian
machines needn't it.
67
* between native CPU format and little/big
endian
format
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xarch.h
45
#include <sys/
endian
.h>
55
#include <machine/
endian
.h>
59
#include <
endian
.h>
62
#include <
endian
.h>
64
/* '
endian
.h' might have been included before 'Xarch.h' */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
waitstatus.h
65
# include <
endian
.h>
77
# endif /* Little
endian
. */
83
# endif /* Big
endian
. */
91
# endif /* Little
endian
. */
96
# endif /* Big
endian
. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
generic.h
21
* to please Linus T., replaced huge #ifdef's between little/big
endian
40
* since little
endian
, big
endian
, and pdp
endian
machines needn't it.
67
* between native CPU format and little/big
endian
format
/hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c
99
{"S16_LE", "Signed 16 bit Little
Endian
"},
100
{"S16_BE", "Signed 16 bit Big
Endian
"},
101
{"U16_LE", "Unsigned 16 bit Little
Endian
"},
102
{"U16_BE", "Unsigned 16 bit Big
Endian
"},
103
{"S24_LE", "Signed 24 bit Little
Endian
"},
104
{"S24_BE", "Signed 24 bit Big
Endian
"},
105
{"U24_LE", "Unsigned 24 bit Little
Endian
"},
106
{"U24_BE", "Unsigned 24 bit Big
Endian
"},
107
{"S32_LE", "Signed 32 bit Little
Endian
"},
108
{"S32_BE", "Signed 32 bit Big
Endian
"},
[
all
...]
/external/kernel-headers/original/asm-arm/
bitops.h
5
* Big
endian
support: Copyright 2001, Nicolas Pitre
31
* First, the atomic bitops. These use native
endian
.
123
* A note about
Endian
-ness.
126
* When the ARM is put into big
endian
mode via CR15, the processor
135
* value irrespective of the
endian
mode bit.
138
* "Big
Endian
" mode. ARM Application Note 61 is applicable, and is
141
* The following assumes that the data bus connectivity for big
endian
148
* Little
endian
assembly bitops. nr = 0 -> byte 0 bit 0.
162
* Big
endian
assembly bitops. nr = 0 -> byte 3 bit 0.
198
* These are the little
endian
, atomic definitions
[
all
...]
/external/wpa_supplicant_8/src/common/
wpa_common.h
167
u8 key_info[2]; /* big
endian
*/
168
u8 key_length[2]; /* big
endian
*/
175
u8 key_data_length[2]; /* big
endian
*/
199
* 0x01 0x00 (version; little
endian
)
202
* Pairwise Suite Count (2 octets, little
endian
) (default: 1)
204
* Authenticated Key Management Suite Count (2 octets, little
endian
)
208
* WPA Capabilities (2 octets, little
endian
) (default: 0)
215
u8 version[2]; /* little
endian
*/
228
* 0x01 0x00 (version; little
endian
)
231
* Pairwise Suite Count (2 octets, little
endian
) (default: 1
[
all
...]
/external/chromium/third_party/libjingle/source/talk/base/
byteorder.h
43
// Reading and writing of little and big-
endian
numbers from memory
47
// integers in host-
endian
format, when the platform supports it.
138
// Check if the current host is big
endian
.
153
// If the host is little
endian
, GetBE64 converts n to big network
endian
.
166
// If the host is little
endian
, GetBE64 converts n to little
endian
.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ieee754.h
24
#include <
endian
.h>
39
#endif /* Big
endian
. */
44
#endif /* Little
endian
. */
55
#endif /* Big
endian
. */
61
#endif /* Little
endian
. */
81
#endif /* Big
endian
. */
95
#endif /* Little
endian
. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ieee754.h
24
#include <
endian
.h>
39
#endif /* Big
endian
. */
44
#endif /* Little
endian
. */
55
#endif /* Big
endian
. */
61
#endif /* Little
endian
. */
81
#endif /* Big
endian
. */
95
#endif /* Little
endian
. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ieee754.h
24
#include <
endian
.h>
39
#endif /* Big
endian
. */
44
#endif /* Little
endian
. */
55
#endif /* Big
endian
. */
61
#endif /* Little
endian
. */
81
#endif /* Big
endian
. */
95
#endif /* Little
endian
. */
/bionic/libc/include/sys/
endian.h
1
/* $OpenBSD:
endian
.h,v 1.17 2006/01/06 18:53:05 millert Exp $ */
28
* Generic definitions for little- and big-
endian
systems. Other endianesses
29
* has to be dealt with in the specific machine/
endian
.h file for that port.
31
* This file is meant to be included from a little- or big-
endian
port's
32
* machine/
endian
.h after setting _BYTE_ORDER to either 1234 for little
endian
40
#include <machine/
endian
.h>
166
/* Can be overridden by machine/
endian
.h before inclusion of this file. */
205
/* Can be overridden by machine/
endian
.h before inclusion of this file. */
/external/libyuv/files/include/libyuv/
convert.h
126
// ARGB little
endian
(bgra in memory) to I420.
134
// BGRA little
endian
(argb in memory) to I420.
142
// ABGR little
endian
(rgba in memory) to I420.
150
// RGBA little
endian
(abgr in memory) to I420.
158
// RGB little
endian
(bgr in memory) to I420.
166
// RGB big
endian
(rgb in memory) to I420.
174
// RGB16 (RGBP fourcc) little
endian
to I420.
182
// RGB15 (RGBO fourcc) little
endian
to I420.
190
// RGB12 (R444 fourcc) little
endian
to I420.
/bionic/libc/arch-arm/include/machine/
endian.h
1
/* $OpenBSD:
endian
.h,v 1.3 2005/12/13 00:35:23 millert Exp $ */
74
/* Tell sys/
endian
.h we have MD variants of the swap macros. */
87
#include <sys/
endian
.h>
/bionic/libc/arch-mips/include/machine/
endian.h
1
/* $OpenBSD:
endian
.h,v 1.5 2006/02/27 23:35:59 miod Exp $ */
55
/* Tell sys/
endian
.h we have MD variants of the swap macros. */
68
#include <sys/
endian
.h>
/bionic/libc/arch-x86/include/machine/
endian.h
1
/* $OpenBSD:
endian
.h,v 1.14 2005/12/13 00:35:23 millert Exp $ */
62
/* Tell sys/
endian
.h we have MD variants of the swap macros. */
69
#include <sys/
endian
.h>
/bootable/recovery/tools/ota/
convert-to-bmp.py
23
BMP_HEADER_FMT = ("<" # little-
endian
30
BITMAPINFO_HEADER_FMT= ("<" # little-
endian
48
0x4d42, # "BM" in little-
endian
/development/ndk/platforms/android-3/arch-arm/include/machine/
endian.h
1
/* $OpenBSD:
endian
.h,v 1.3 2005/12/13 00:35:23 millert Exp $ */
74
/* Tell sys/
endian
.h we have MD variants of the swap macros. */
87
#include <sys/
endian
.h>
/development/ndk/platforms/android-9/arch-mips/include/machine/
endian.h
1
/* $OpenBSD:
endian
.h,v 1.5 2006/02/27 23:35:59 miod Exp $ */
55
/* Tell sys/
endian
.h we have MD variants of the swap macros. */
68
#include <sys/
endian
.h>
Completed in 1806 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>