HomeSort by relevance Sort by last modified time
    Searched defs:__swab64p (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/uapi/linux/
swab.h 177 * __swab64p - return a byteswapped 64-bit value from a pointer
180 static inline __u64 __swab64p(const __u64 *p) function
253 *p = __swab64p(p);
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
swab.h 177 * __swab64p - return a byteswapped 64-bit value from a pointer
180 static inline __u64 __swab64p(const __u64 *p) function
253 *p = __swab64p(p);

Completed in 35 milliseconds