Searched refs:format_base (Results 1 – 2 of 2) sorted by relevance
5605 const char * format_base = reg<const char *>(0); in DoPrintf() local5606 DCHECK_NOT_NULL(format_base); in DoPrintf()5607 size_t length = strlen(format_base) + 1; in DoPrintf()5617 if (format_base[i] != '%') { in DoPrintf()5618 *format_scratch++ = format_base[i]; in DoPrintf()5620 if (format_base[i + 1] == '%') { in DoPrintf()5622 *format_scratch++ = format_base[i]; in DoPrintf()5630 *format_scratch++ = format_base[++i]; in DoPrintf()5637 *format_scratch++ = format_base[i]; in DoPrintf()
6476 const char* format_base = ReadRegister<const char*>(0); in DoPrintf() local6477 VIXL_ASSERT(format_base != NULL); in DoPrintf()6478 size_t length = strlen(format_base) + 1; in DoPrintf()6488 if (format_base[i] != '%') { in DoPrintf()6489 *format_scratch++ = format_base[i]; in DoPrintf()6491 if (format_base[i + 1] == '%') { in DoPrintf()6493 *format_scratch++ = format_base[i]; in DoPrintf()6497 if (placeholder_count > 0) *format_scratch++ = format_base[i]; in DoPrintf()6503 *format_scratch++ = format_base[i]; in DoPrintf()