Searched refs:__be64_to_cpu (Results 1 - 7 of 7) sorted by relevance

/external/fio/lib/
H A Dbswap.h19 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/
H A Dlibnfnetlink.h251 * 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/
H A Dparse.c301 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);
H A Dbuild.c206 __be64_to_cpu(ct->protoinfo.dccp.handshake_seq);
/external/kernel-headers/original/uapi/linux/byteorder/
H A Dbig_endian.h38 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
H A Dlittle_endian.h38 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) macro
/external/fio/crc/
H A Dsha512.c97 W[I] = __be64_to_cpu( ((uint64_t *)(input))[I] );

Completed in 186 milliseconds