Home
last modified time | relevance | path

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

/external/libnfnetlink/include/libnfnetlink/
Dlibnfnetlink.h258 # 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/fio/lib/
Dbswap.h19 static inline uint64_t __be64_to_cpu(uint64_t val) in __be64_to_cpu() function
35 static inline uint64_t __be64_to_cpu(uint64_t val) in __be64_to_cpu() function
/external/libnetfilter_conntrack/src/conntrack/
Dparse.c301 ct->protoinfo.dccp.handshake_seq = __be64_to_cpu(tmp); in __parse_protoinfo_dccp()
342 ct->counters[dir].packets = __be64_to_cpu(tmp); in __parse_counters()
366 ct->counters[dir].bytes = __be64_to_cpu(tmp); in __parse_counters()
483 ct->timestamp.start = __be64_to_cpu(tmp); in __parse_timestamp()
489 ct->timestamp.stop = __be64_to_cpu(tmp); in __parse_timestamp()
Dbuild.c206 __be64_to_cpu(ct->protoinfo.dccp.handshake_seq); in __build_protoinfo()
/external/kernel-headers/original/uapi/linux/byteorder/
Dbig_endian.h37 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
Dlittle_endian.h37 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) macro
/external/fio/crc/
Dsha512.c97 W[I] = __be64_to_cpu( ((uint64_t *)(input))[I] ); in LOAD_OP()