Home
last modified time | relevance | path

Searched refs:be16_to_cpu (Results 1 – 6 of 6) sorted by relevance

/external/blktrace/
Dblktrace.h72 #define be16_to_cpu(x) __bswap_16(x) macro
79 #define be16_to_cpu(x) (x) macro
117 t->cpu = be16_to_cpu(t->cpu); in trace_to_cpu()
118 t->error = be16_to_cpu(t->error); in trace_to_cpu()
119 t->pdu_len = be16_to_cpu(t->pdu_len); in trace_to_cpu()
/external/blktrace/btt/
Dmmap.c67 tp->cpu = be16_to_cpu(t->cpu); in convert_to_cpu()
68 tp->error = be16_to_cpu(t->error); in convert_to_cpu()
69 tp->pdu_len = be16_to_cpu(t->pdu_len); in convert_to_cpu()
/external/qemu/block/
Dqcow2-snapshot.c94 id_str_size = be16_to_cpu(h.id_str_size); in qcow2_read_snapshots()
95 name_size = be16_to_cpu(h.name_size); in qcow2_read_snapshots()
Dqcow2-refcount.c140 return be16_to_cpu(s->refcount_block_cache[block_index]); in get_refcount()
520 refcount = be16_to_cpu(s->refcount_block_cache[block_index]); in update_refcount()
738 refcount = be16_to_cpu(*p); in qcow2_create_refcount_update()
/external/blktrace/btreplay/
Dbtrecord.c523 pdu_len = be16_to_cpu(t.pdu_len); in next_io()
/external/chromium_org/third_party/qcms/src/
Diccread.c61 static uint16_t be16_to_cpu(be16 v) in be16_to_cpu() function
109 return be16_to_cpu(k); in read_u16()