OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sprintf_buffer
(Results
1 - 1
of
1
) sorted by null
/system/core/libpixelflinger/codeflinger/
mips_disassem.c
61
static char *
sprintf_buffer
;
variable
558
if (
sprintf_buffer
) {
559
cnt = vsnprintf(
sprintf_buffer
, sprintf_buf_len, fmt, argp);
560
sprintf_buffer
+= cnt;
584
sprintf_buffer
= di_buffer; // quick 'n' dirty printf() vs sprintf()
Completed in 2373 milliseconds