Searched defs:pcm_real (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctcms.c82 float pcm_real[2]; /* real time(min) */ member in struct:pcms
370 pcmt.pcm_real[PRIME] = dtmp * ratio;
371 pcmt.pcm_real[NONPRIME] = (ratio == 1.0) ? 0.0 :
372 (dtmp - pcmt.pcm_real[PRIME]);
418 pcmt.pcm_real[PRIME] = dtmp * ratio;
419 pcmt.pcm_real[NONPRIME] = (ratio == 1.0) ? 0.0 :
420 (dtmp - pcmt.pcm_real[PRIME]);
556 p1->pcm_real[PRIME] += p2->pcm_real[PRIME];
557 p1->pcm_real[NONPRIM
[all...]

Completed in 45 milliseconds