HomeSort by relevance Sort by last modified time
    Searched refs:check_null (Results 1 - 3 of 3) sorted by null

  /bionic/benchmarks/
bionic_benchmarks.cpp 163 char* check_null; local
164 opts.cpu_to_lock = strtol(optarg, &check_null, 10);
165 if (*check_null) {
191 char* check_null; local
192 opts.num_iterations = strtol(optarg, &check_null, 10);
193 if (*check_null != '\0' or opts.num_iterations < 0) {
341 char* check_null; local
342 int converted = static_cast<int>(strtol(argstr.c_str(), &check_null, 10));
343 if (*check_null) {
  /external/elfutils/src/
elflint.c 2598 check_null (Ebl *ebl, GElf_Shdr *shdr, int idx) function
    [all...]
  /external/v8/src/compiler/
js-call-reducer.cc 312 Node* check_null = local
316 check_null, control);
    [all...]

Completed in 178 milliseconds