HomeSort by relevance Sort by last modified time
    Searched defs:__swab64 (Results 51 - 52 of 52) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h 151 # define __swab64(x) \ macro
158 # define __swab64(x) __fswab64(x) macro
  /external/kernel-headers/original/linux/
swab.h 114 * __swab64 - return a byteswapped 64-bit value
117 #define __swab64(x) \ macro
179 return __swab64(*p);
284 # define swab64 __swab64

Completed in 507 milliseconds

1 23