Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dstdio_benchmark.cpp244 const char* old_str = line; in ParseMap() local
247 *start = strtoul(old_str, &str, 16); in ParseMap()
248 if (old_str == str || *str++ != '-') return 0; in ParseMap()
251 old_str = str; in ParseMap()
252 *end = strtoul(old_str, &str, 16); in ParseMap()
253 if (old_str == str || !std::isspace(*str++)) return 0; in ParseMap()
270 old_str = str; in ParseMap()
271 *offset = strtoul(old_str, &str, 16); in ParseMap()
272 if (old_str == str || !std::isspace(*str)) return 0; in ParseMap()
275 old_str = str; in ParseMap()
[all …]