OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:be16_to_cpu
(Results
51 - 55
of
55
) sorted by null
1
2
3
/external/qemu/block/
vpc.c
179
be16_to_cpu
(footer->cyls) * footer->heads * footer->secs_per_cyl;
541
footer->major =
be16_to_cpu
(0x0005);
542
footer->minor =
be16_to_cpu
(0x0003);
547
footer->cyls =
be16_to_cpu
(cyls);
qcow2-snapshot.c
94
id_str_size =
be16_to_cpu
(h.id_str_size);
95
name_size =
be16_to_cpu
(h.name_size);
qcow2-refcount.c
140
return
be16_to_cpu
(s->refcount_block_cache[block_index]);
520
refcount =
be16_to_cpu
(s->refcount_block_cache[block_index]);
738
refcount =
be16_to_cpu
(*p);
[
all
...]
/external/blktrace/btreplay/
btrecord.c
523
pdu_len =
be16_to_cpu
(t.pdu_len);
/external/chromium_org/third_party/qcms/src/
iccread.c
61
static uint16_t
be16_to_cpu
(be16 v)
function
109
return
be16_to_cpu
(k);
[
all
...]
Completed in 437 milliseconds
1
2
3