HomeSort by relevance Sort by last modified time
    Searched defs:argval (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
memtoy.c 405 int argval; local
438 argval = strtoul(optarg, &next, 0);
444 gcp->debug = argval;
commands.c 113 size_t argval; local
116 argval = strtoul(arg, &next, 0);
118 return argval;
122 argval *= glctx.pagesize;
126 argval <<= KILO_SHIFT;
130 argval <<= KILO_SHIFT * 2;
134 argval <<= KILO_SHIFT * 3;
141 return argval;

Completed in 74 milliseconds