Home
last modified time | relevance | path

Searched refs:be64_to_cpu (Results 1 – 11 of 11) sorted by relevance

/external/blktrace/
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); in trace_to_cpu()
112 t->sector = be64_to_cpu(t->sector); in trace_to_cpu()
Dblkparse_fmt.c149 return be64_to_cpu(*val); in get_pdu_int()
159 r->sector_from = be64_to_cpu(sector_from); in get_pdu_remap()
/external/blktrace/btt/
Dmmap.c61 tp->time = be64_to_cpu(t->time); in convert_to_cpu()
62 tp->sector = be64_to_cpu(t->sector); in convert_to_cpu()
Dtrace_plug.c26 return be64_to_cpu(*val); in get_nio_up()
Dtrace_remap.c27 rp->sector_from = be64_to_cpu(rp->sector_from); in cvt_pdu_remap()
Dunplug_hist.c53 int idx, n_unplugs = be64_to_cpu(*val); in unplug_hist_add()
/external/srtp/srtp/
Dsrtp.c748 iv.v64[1] = be64_to_cpu(make64((high32(est) << 16) | (low32(est) >> 16), in srtp_protect()
751 iv.v64[1] = be64_to_cpu(est << 16); in srtp_protect()
765 iv.v64[1] = be64_to_cpu(est); in srtp_protect()
773 est = be64_to_cpu(make64((high32(est) << 16) | in srtp_protect()
777 est = be64_to_cpu(est << 16); in srtp_protect()
925 iv.v64[1] = be64_to_cpu(make64((high32(est) << 16) | (low32(est) >> 16), in srtp_unprotect()
928 iv.v64[1] = be64_to_cpu(est << 16); in srtp_unprotect()
940 iv.v64[1] = be64_to_cpu(est); in srtp_unprotect()
948 est = be64_to_cpu(make64((high32(est) << 16) | in srtp_unprotect()
952 est = be64_to_cpu(est << 16); in srtp_unprotect()
/external/srtp/crypto/test/
Ddatatypes_driver.c227 (unsigned long long)be64_to_cpu(y)); in test_bswap()
234 y = be64_to_cpu(y); in test_bswap()
/external/srtp/crypto/include/
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) { in be64_to_cpu() function
/external/blktrace/btreplay/
Dbtrecord.c519 spec->time = be64_to_cpu(t.time); in next_io()
520 spec->sector = be64_to_cpu(t.sector); in next_io()
/external/srtp/googlepatches/
Dvidyo-3-srtp-ws.patch48 @@ -424,4 +424,83 @@ static inline uint64_t be64_to_cpu(uint6