Lines Matching refs:strtoull
217 nr = strtoull(line, NULL, 10);
225 count += strtoull(c, &newc, 10);
299 usage[clevel] += 1+strtoull(c, NULL, 10);
304 duration[clevel] += strtoull(c, NULL, 10);
369 clevel = (strtoull(f, NULL, 16)>>4) + 1;
397 usage[clevel] += 1+strtoull(line, NULL, 10);
410 duration[clevel] += 1+strtoull(line, NULL, 10);
530 voltage = strtoull(c, NULL, 10) / 1000.0;
533 watts_left = strtoull(c, NULL, 10) / 1000.0;
536 amperes_left = strtoull(c, NULL, 10) / 1000.0;
539 watts_drawn = strtoull(c, NULL, 10) / 1000.0 ;
542 amperes_drawn = strtoull(c, NULL, 10) / 1000.0;
705 voltage = strtoull(line, NULL, 10) / 1000000.0;
723 watts_left *= strtoull(line, NULL, 10) / 1000000.0;
732 amperes_drawn = strtoull(line, NULL, 10) / 1000000.0;
988 cnt = strtoull(count, &c, 10);
1003 d = strtoull(line, NULL, 10) / sysconf(_SC_NPROCESSORS_ONLN);