Searched defs:be64_to_cpu (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Ddatatypes.h395 # define be64_to_cpu(x) (x) macro
400 # define be64_to_cpu(x) bswap_64((x)) macro
419 static INLINE uint64_t be64_to_cpu(uint64_t v) { function
/external/srtp/crypto/include/
H A Ddatatypes.h388 # define be64_to_cpu(x) (x) macro
393 # define be64_to_cpu(x) bswap_64((x)) macro
412 static inline uint64_t be64_to_cpu(uint64_t v) { function
/external/blktrace/
H A Dblktrace.h74 #define be64_to_cpu(x) __bswap_64(x) macro
81 #define be64_to_cpu(x) (x) macro
111 t->time = be64_to_cpu(t->time);
112 t->sector = be64_to_cpu(t->sector);

Completed in 295 milliseconds