Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_printf.cpp45 size_t next_tok, spec_pos; in util_printf_next_spec_pos() local
57 next_tok = s.find_first_of('%', pos + 1); in util_printf_next_spec_pos()
60 if (spec_pos < next_tok) in util_printf_next_spec_pos()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dprintf.cpp69 const size_t next_tok = next_spec == std::string::npos ? std::string::npos : in print_formatted() local
158 if (next_tok != spec_pos) { in print_formatted()
160 next_tok - spec_pos - 1); in print_formatted()
166 fmt_last_pos = next_tok; in print_formatted()
/third_party/skia/modules/skottie/src/layers/
DTextLayer.cpp36 const char* next_tok = strchr(str, ' '); in parse_map() local
38 if (const auto len = next_tok ? (next_tok - str) : strlen(str)) { in parse_map()