Home
last modified time | relevance | path

Searched refs:fmt_last_pos (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dprintf.cpp63 size_t fmt_last_pos = 0; in print_formatted() local
76 if (cur_tok != fmt_last_pos) { in print_formatted()
77 std::string s = format.substr(fmt_last_pos, in print_formatted()
78 cur_tok - fmt_last_pos); in print_formatted()
166 fmt_last_pos = next_tok; in print_formatted()