Searched refs:losearch (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
130 losearch = blocksize - SEARCHREGION;
133 if (losearch < MINBLOCKSIZE) {
134 losearch = MINBLOCKSIZE;
135 hisearch = losearch + (2 * SEARCHREGION);
138 losearch = hisearch - (2 * SEARCHREGION);
142 for (bs = losearch; bs <= hisearch; bs++) {

Completed in 48 milliseconds