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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_iso9660.c72 static int read_count = 0, threshold = 2; local
98 read_count += (byte_len >> 9);
99 if ((read_count >> 11) > threshold) {
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c1939 long long read_count = min((bmpsize - i), BUFSIZE); local
1940 size = ntfs_attr_pread(attr, i, read_count, buffer);

Completed in 25 milliseconds