Home
last modified time | relevance | path

Searched refs:next_tok (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A 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/
H A 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()

Completed in 1 milliseconds