OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swahb32p
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/perf-3.12.0/include/linux/
swab.h
15
# define swahb32p
__swahb32p
/development/ndk/platforms/android-3/include/linux/byteorder/
swabb.h
39
#define __arch__swahb32s(x) do { *(x) =
__swahb32p
((x)); } while (0)
/external/kernel-headers/original/uapi/linux/
swab.h
205
*
__swahb32p
- return a high and low byteswapped 32-bit value from a pointer
210
static inline __u32
__swahb32p
(const __u32 *p)
function
283
*p =
__swahb32p
(p);
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
swab.h
205
*
__swahb32p
- return a high and low byteswapped 32-bit value from a pointer
210
static inline __u32
__swahb32p
(const __u32 *p)
function
283
*p =
__swahb32p
(p);
Completed in 770 milliseconds