Searched refs:next_tok (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/util/ | ||
| H A D | u_printf.cpp | 45 size_t next_tok, spec_pos; local in function:util_printf_next_spec_pos 57 next_tok = s.find_first_of('%', pos + 1); 60 if (spec_pos < next_tok) |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ | ||
| H A D | printf.cpp | 69 const size_t next_tok = next_spec == std::string::npos ? std::string::npos : local in function:__anon6ee0006e0110::print_formatted 158 if (next_tok != spec_pos) { 160 next_tok - spec_pos - 1); 166 fmt_last_pos = next_tok; |
Completed in 3 milliseconds