Searched refs:be64_to_cpu (Results 1 - 10 of 10) sorted by relevance

/external/blktrace/btt/
H A Dtrace_plug.c26 return be64_to_cpu(*val);
H A Dtrace_remap.c27 rp->sector_from = be64_to_cpu(rp->sector_from);
H A Dmmap.c61 tp->time = be64_to_cpu(t->time);
62 tp->sector = be64_to_cpu(t->sector);
H A Dunplug_hist.c53 int idx, n_unplugs = be64_to_cpu(*val);
/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);
H A Dblkparse_fmt.c149 return be64_to_cpu(*val);
159 r->sector_from = be64_to_cpu(sector_from);
/external/srtp/crypto/test/
H A Ddatatypes_driver.c227 (unsigned long long)be64_to_cpu(y));
234 y = be64_to_cpu(y);
/external/srtp/srtp/
H A Dsrtp.c748 iv.v64[1] = be64_to_cpu(make64((high32(est) << 16) | (low32(est) >> 16),
751 iv.v64[1] = be64_to_cpu(est << 16);
765 iv.v64[1] = be64_to_cpu(est);
773 est = be64_to_cpu(make64((high32(est) << 16) |
777 est = be64_to_cpu(est << 16);
925 iv.v64[1] = be64_to_cpu(make64((high32(est) << 16) | (low32(est) >> 16),
928 iv.v64[1] = be64_to_cpu(est << 16);
940 iv.v64[1] = be64_to_cpu(est);
948 est = be64_to_cpu(make64((high32(est) << 16) |
952 est = be64_to_cpu(es
[all...]
/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/btreplay/
H A Dbtrecord.c519 spec->time = be64_to_cpu(t.time);
520 spec->sector = be64_to_cpu(t.sector);

Completed in 129 milliseconds