Searched refs:status_last (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c1058 float status_last = 0.0; /* file size of last element used */ local
1137 while ((status_index - status_last) >
1140 status_last += PROGRESSSIZE;
1149 pos = (int)((status_index - status_last) /
1155 status_last += (status_incr * pos);

Completed in 85 milliseconds