Home
last modified time | relevance | path

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

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