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

/freebsd-9.3-release/usr.bin/csup/
H A Drsyncfile.c127 size_t bestrem, blocksize, bs, hisearch, losearch, rem; local
131 hisearch = blocksize + SEARCHREGION;
135 hisearch = losearch + (2 * SEARCHREGION);
136 } else if (hisearch > MAXBLOCKSIZE) {
137 hisearch = MAXBLOCKSIZE;
138 losearch = hisearch - (2 * SEARCHREGION);
142 for (bs = losearch; bs <= hisearch; bs++) {

Completed in 91 milliseconds