HomeSort by relevance Sort by last modified time
    Searched refs:__be64_to_cpu (Results 1 - 11 of 11) sorted by null

  /external/fio/lib/
bswap.h 19 static inline uint64_t __be64_to_cpu(uint64_t val) function
35 static inline uint64_t __be64_to_cpu(uint64_t val) function
  /external/libnfnetlink/include/libnfnetlink/
libnfnetlink.h 251 * Pablo: I've called it __be64_to_cpu instead of be64_to_cpu, since maybe
258 # ifndef __be64_to_cpu
259 # define __be64_to_cpu(x) (x) macro
263 # ifndef __be64_to_cpu
264 # define __be64_to_cpu(x) __bswap_64(x) macro
  /external/libnetfilter_conntrack/src/conntrack/
parse.c 301 ct->protoinfo.dccp.handshake_seq = __be64_to_cpu(tmp);
342 ct->counters[dir].packets = __be64_to_cpu(tmp);
366 ct->counters[dir].bytes = __be64_to_cpu(tmp);
483 ct->timestamp.start = __be64_to_cpu(tmp);
489 ct->timestamp.stop = __be64_to_cpu(tmp);
build.c 206 __be64_to_cpu(ct->protoinfo.dccp.handshake_seq);
  /bionic/libc/kernel/uapi/linux/byteorder/
big_endian.h 52 #define __be64_to_cpu(x) ((__force __u64) (__be64) (x)) macro
little_endian.h 52 #define __be64_to_cpu(x) __swab64((__force __u64) (__be64) (x)) macro
  /external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h 38 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
little_endian.h 38 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h 37 #define __be64_to_cpu(x) ((__u64)(__be64)(x)) macro
little_endian.h 37 #define __be64_to_cpu(x) __swab64((__u64)(__be64)(x)) macro
  /external/fio/crc/
sha512.c 97 W[I] = __be64_to_cpu( ((uint64_t *)(input))[I] );

Completed in 3290 milliseconds