OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__swahb32p
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/byteorder/
swabb.h
73
# define __arch__swahb32s(x) do { *(x) =
__swahb32p
((x)); } while (0)
115
static inline __u32
__swahb32p
(__u32 *x)
function
135
#define swahb32p
__swahb32p
/external/kernel-headers/original/linux/
swab.h
199
*
__swahb32p
- return a high and low byteswapped 32-bit value from a pointer
204
static inline __u32
__swahb32p
(const __u32 *p)
function
277
*p =
__swahb32p
(p);
291
# define swahb32p
__swahb32p
Completed in 716 milliseconds