OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:varint_encode
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
varint.h
14
extern char *
varint_encode
(uint64_t value, char *buf);
trace.c
660
comp_ptr =
varint_encode
(time_diff, comp_ptr);
661
comp_ptr =
varint_encode
(ptr->repeat, comp_ptr);
663
comp_ptr =
varint_encode
(ptr->time_diff, comp_ptr);
672
comp_ptr =
varint_encode
(time_diff, comp_ptr);
673
comp_ptr =
varint_encode
(0, comp_ptr);
703
comp_ptr =
varint_encode
(ptr->time_diff, comp_ptr);
704
comp_ptr =
varint_encode
(ptr->repeat, comp_ptr);
746
comp_ptr =
varint_encode
(time_diff, comp_ptr);
782
comp_ptr =
varint_encode
(time_diff, comp_ptr);
[
all
...]
varint.c
42
char *
varint_encode
(uint64_t value, char *buf) {
function
Completed in 255 milliseconds