HomeSort by relevance Sort by last modified time
    Searched full:tok_step (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 453 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; local
475 tok_step = strstr(tok, "#");
476 if (tok_step) {
477 step = atol(tok_step + 1);
585 char *tok, *tok_end, *tok_step, *tok_mul; local
606 tok_step = strstr(tok, "#");
607 if (tok_step) {
608 step = atol(tok_step + 1);
    [all...]

Completed in 81 milliseconds