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 - 5
of
5
) sorted by null
/external/kernel-headers/original/linux/byteorder/
generic.h
122
#define
be64_to_cpus
__be64_to_cpus
macro
/external/qemu/block/
qcow2.c
167
be64_to_cpus
(&header.backing_file_offset);
169
be64_to_cpus
(&header.size);
172
be64_to_cpus
(&header.l1_table_offset);
174
be64_to_cpus
(&header.refcount_table_offset);
176
be64_to_cpus
(&header.snapshots_offset);
220
be64_to_cpus
(&s->l1_table[i]);
qcow2-refcount.c
51
be64_to_cpus
(&s->refcount_table[i]);
142
be64_to_cpus
(&new_table[i]);
486
be64_to_cpus
(&l1_table[i]);
561
be64_to_cpus
(&l1_table[i]);
737
be64_to_cpus
(&l1_table[i]);
qcow.c
106
be64_to_cpus
(&header.backing_file_offset);
109
be64_to_cpus
(&header.size);
111
be64_to_cpus
(&header.l1_table_offset);
142
be64_to_cpus
(&s->l1_table[i]);
qcow2-snapshot.c
328
be64_to_cpus
(&s->l1_table[i]);
Completed in 125 milliseconds