OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htonl
(Results
1 - 25
of
65
) sorted by null
1
2
3
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
htonl.c
11
inline uint32_t
htonl
(uint32_t hostlong) {
function
/external/chromium_org/third_party/WebKit/Source/wtf/
ByteOrder.h
47
inline uint32_t
htonl
(uint32_t x) { return x; }
function
52
inline uint32_t
htonl
(uint32_t x) { return WTF::wswap32(x); }
function
57
inline uint32_t
htonl
(uint32_t x) { return WTF::bswap32(x); }
function
/external/bluetooth/bluedroid/gki/common/
gki_inet.h
24
#define
htonl
ntohl
macro
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_inet.h
24
#define
htonl
ntohl
macro
/external/libnfc-nci/src/gki/common/
gki_inet.h
24
#define
htonl
ntohl
macro
/external/grub/netboot/
osdep.h
42
#define
htonl
(x) \
macro
/external/tcpdump/
tcpdump-stdinc.h
149
#undef
htonl
macro
157
#define
htonl
(x) __ntohl(x)
macro
/bionic/libc/include/sys/
endian.h
191
#define
htonl
(x) __swap32(x)
macro
230
#define
htonl
(x) (x)
macro
245
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
/development/ndk/platforms/android-3/include/sys/
endian.h
207
#define
htonl
(x) __swap32(x)
macro
246
#define
htonl
(x) (x)
macro
261
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
/external/chromium_org/third_party/ots/include/
opentype-sanitiser.h
20
#define
htonl
(x) _byteswap_ulong (x)
macro
120
v =
htonl
(v);
125
v =
htonl
(v);
130
v =
htonl
(v);
/external/grub/stage2/
imgact_aout.h
48
#define
htonl
(x) ntohl(x)
macro
70
( (ex).a_midmag =
htonl
( (((flag)&0x3f)<<26) | (((mid)&0x03ff)<<16) | \
123
unsigned long a_midmag; /*
htonl
(flags<<26 | mid<<16 | magic) */
/external/kernel-headers/original/linux/byteorder/
generic.h
51
*
htonl
(__u32 x)
147
#undef
htonl
macro
155
extern __be32
htonl
(__u32);
166
#define
htonl
(x) ___htonl(x)
macro
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
endian.h
206
#define
htonl
(x) __swap32(x)
macro
245
#define
htonl
(x) (x)
macro
260
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
endian.h
206
#define
htonl
(x) __swap32(x)
macro
245
#define
htonl
(x) (x)
macro
260
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
endian.h
206
#define
htonl
(x) __swap32(x)
macro
245
#define
htonl
(x) (x)
macro
260
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
endian.h
206
#define
htonl
(x) __swap32(x)
macro
245
#define
htonl
(x) (x)
macro
260
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
endian.h
206
#define
htonl
(x) __swap32(x)
macro
245
#define
htonl
(x) (x)
macro
260
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
endian.h
206
#define
htonl
(x) __swap32(x)
macro
245
#define
htonl
(x) (x)
macro
260
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
endian.h
206
#define
htonl
(x) __swap32(x)
macro
245
#define
htonl
(x) (x)
macro
260
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
endian.h
206
#define
htonl
(x) __swap32(x)
macro
245
#define
htonl
(x) (x)
macro
260
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
endian.h
206
#define
htonl
(x) __swap32(x)
macro
245
#define
htonl
(x) (x)
macro
260
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
endian.h
206
#define
htonl
(x) __swap32(x)
macro
245
#define
htonl
(x) (x)
macro
260
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
endian.h
206
#define
htonl
(x) __swap32(x)
macro
245
#define
htonl
(x) (x)
macro
260
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
endian.h
206
#define
htonl
(x) __swap32(x)
macro
245
#define
htonl
(x) (x)
macro
260
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
endian.h
206
#define
htonl
(x) __swap32(x)
macro
245
#define
htonl
(x) (x)
macro
260
#define
HTONL
(x) (x) =
htonl
((u_int32_t)(x))
Completed in 2189 milliseconds
1
2
3