OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__swahw32p
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/uapi/linux/
swab.h
190
*
__swahw32p
- return a wordswapped 32-bit value from a pointer
195
static inline __u32
__swahw32p
(const __u32 *p)
function
268
*p =
__swahw32p
(p);
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
swab.h
190
*
__swahw32p
- return a wordswapped 32-bit value from a pointer
195
static inline __u32
__swahw32p
(const __u32 *p)
function
268
*p =
__swahw32p
(p);
Completed in 1231 milliseconds