OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swab16p
(Results
1 - 9
of
9
) sorted by null
/external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h
61
return (__force __le16)
__swab16p
(p);
65
return
__swab16p
((__u16 *)p);
little_endian.h
85
return (__force __be16)
__swab16p
(p);
89
return
__swab16p
((__u16 *)p);
/external/kernel-headers/original/uapi/linux/
swab.h
151
*
__swab16p
- return a byteswapped 16-bit value from a pointer
154
static inline __u16
__swab16p
(const __u16 *p)
function
228
*p =
__swab16p
(p);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h
61
return (__le16)
__swab16p
(p);
65
return
__swab16p
((__u16 *)p);
little_endian.h
85
return (__be16)
__swab16p
(p);
89
return
__swab16p
((__u16 *)p);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
swab.h
145
*
__swab16p
- return a byteswapped 16-bit value from a pointer
148
static __inline__ __u16
__swab16p
(const __u16 *p)
function
222
*p =
__swab16p
(p);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h
61
return (__le16)
__swab16p
(p);
65
return
__swab16p
((__u16 *)p);
little_endian.h
85
return (__be16)
__swab16p
(p);
89
return
__swab16p
((__u16 *)p);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
swab.h
145
*
__swab16p
- return a byteswapped 16-bit value from a pointer
148
static __inline__ __u16
__swab16p
(const __u16 *p)
function
222
*p =
__swab16p
(p);
Completed in 3164 milliseconds