Lines Matching defs:hashbytes
745 off_t bytes = 0, hashbytes = HASHSIZ;
890 while (bytes >= hashbytes) {
892 hashbytes += HASHSIZ;
898 if (bytes < hashbytes)
919 while (hash && (bytes >= hashbytes)) {
922 hashbytes += HASHSIZ;
941 if (bytes < hashbytes)
1056 off_t bytes = 0, hashbytes = HASHSIZ;
1241 while (bytes >= hashbytes) {
1243 hashbytes += HASHSIZ;
1249 if (bytes < hashbytes)
1296 while (hash && (bytes >= hashbytes)) {
1299 hashbytes += HASHSIZ;
1324 if (bytes < hashbytes)