OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:be64_to_cpus
(Results
1 - 6
of
6
) sorted by null
/external/kernel-headers/original/linux/byteorder/
generic.h
122
#define
be64_to_cpus
__be64_to_cpus
macro
/external/qemu/android/
snapshot.c
139
be64_to_cpus
(&info->vm_clock_nsec);
302
be64_to_cpus
(snapshots_offset);
/external/qemu/block/
qcow2.c
150
be64_to_cpus
(&header.backing_file_offset);
152
be64_to_cpus
(&header.size);
155
be64_to_cpus
(&header.l1_table_offset);
157
be64_to_cpus
(&header.refcount_table_offset);
159
be64_to_cpus
(&header.snapshots_offset);
203
be64_to_cpus
(&s->l1_table[i]);
[
all
...]
qcow.c
103
be64_to_cpus
(&header.backing_file_offset);
106
be64_to_cpus
(&header.size);
108
be64_to_cpus
(&header.l1_table_offset);
139
be64_to_cpus
(&s->l1_table[i]);
qcow2-refcount.c
74
be64_to_cpus
(&s->refcount_table[i]);
770
be64_to_cpus
(&l1_table[i]);
857
be64_to_cpus
(&l1_table[i]);
[
all
...]
qcow2-snapshot.c
341
be64_to_cpus
(&s->l1_table[i]);
Completed in 86 milliseconds