Home
last modified time | relevance | path

Searched refs:pcm_io (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/acct/
H A Dacctcms.c84 float pcm_io[2]; /* chars transferred */ member
379 pcmt.pcm_io[PRIME] = (double)ltmp * ratio; in dofile()
380 pcmt.pcm_io[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
381 ((double)ltmp - pcmt.pcm_io[PRIME]); in dofile()
427 pcmt.pcm_io[PRIME] = (double)ltmp * ratio; in dofile()
428 pcmt.pcm_io[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
429 ((double)ltmp - pcmt.pcm_io[PRIME]); in dofile()
560 p1->pcm_io[PRIME] += p2->pcm_io[PRIME]; in pcmadd()
561 p1->pcm_io[NONPRIME] += p2->pcm_io[NONPRIME]; in pcmadd()
601 pcm[k].pcm_io[PRIME] = pcm[i].pcm_io[PRIME]; in squeeze()
[all …]