Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dbionic_benchmarks.cpp165 char* check_null; in ParseOpts() local
166 opts.cpu_to_lock = strtol(optarg, &check_null, 10); in ParseOpts()
167 if (*check_null) { in ParseOpts()
193 char* check_null; in ParseOpts() local
194 opts.num_iterations = strtol(optarg, &check_null, 10); in ParseOpts()
195 if (*check_null != '\0' or opts.num_iterations < 0) { in ParseOpts()
343 char* check_null; in ResolveArgs() local
344 int converted = static_cast<int>(strtol(argstr.c_str(), &check_null, 10)); in ResolveArgs()
345 if (*check_null) { in ResolveArgs()