OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format_integer
(Results
1 - 2
of
2
) sorted by null
/external/ltrace/
lens_default.c
96
format_integer
(FILE *stream, struct value *value, enum int_fmt_t format,
function
407
return
format_integer
(stream, value, int_fmt, arguments);
414
return
format_integer
(stream, value, int_fmt, arguments);
420
return
format_integer
(stream, value, int_fmt, arguments);
434
return
format_integer
(stream, value, INT_FMT_x, arguments);
/bionic/libc/bionic/
libc_logging.cpp
198
static void
format_integer
(char* buf, size_t buf_size, uint64_t value, char conversion) {
function
357
format_integer
(buffer + 2, sizeof(buffer) - 2, value, 'x');
381
format_integer
(buffer, sizeof(buffer), value, c);
Completed in 118 milliseconds