OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:varint_encode
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
varint.h
14
extern char *
varint_encode
(uint64_t value, char *buf);
trace.c
563
comp_ptr =
varint_encode
(time_diff, comp_ptr);
564
comp_ptr =
varint_encode
(ptr->repeat, comp_ptr);
566
comp_ptr =
varint_encode
(ptr->time_diff, comp_ptr);
575
comp_ptr =
varint_encode
(time_diff, comp_ptr);
576
comp_ptr =
varint_encode
(0, comp_ptr);
606
comp_ptr =
varint_encode
(ptr->time_diff, comp_ptr);
607
comp_ptr =
varint_encode
(ptr->repeat, comp_ptr);
649
comp_ptr =
varint_encode
(time_diff, comp_ptr);
685
comp_ptr =
varint_encode
(time_diff, comp_ptr);
[
all
...]
varint.c
42
char *
varint_encode
(uint64_t value, char *buf) {
function
dcache.c
172
comp_ptr =
varint_encode
(time_diff, comp_ptr);
Completed in 160 milliseconds