Lines Matching refs:rounded
1062 * returns the size actually written (rounded to a full cluster)
1076 s32 rounded;
1141 rounded = ((compsz - 1) | (clsz - 1)) + 1;
1142 memset(&outbuf[compsz], 0, rounded - compsz);
1143 written = write_clusters(vol, rl, offs, rounded, outbuf);
1144 if (written != rounded) {
1621 * returns the size actually written (rounded to a full cluster)
1630 s32 rounded;
1647 rounded = ((count - 1) | (clsz - 1)) + 1;
1648 if (rounded > count)
1649 memset(&outbuf[count], 0, rounded - count);
1651 offs, rounded, outbuf);
1652 if (written != rounded)
1671 s64 offs, s64 to_write, s64 rounded,
1740 to_write = rounded = nextblock
1846 if ((wpos + rounded)
1853 rounded, b);
1854 if (written == rounded)