Lines Matching defs:step
199 u64 step = count >> 1;
200 dentry = __dcache_find_get_entry(parent, idx + step,
214 idx += step + 1;
215 count -= step + 1;
217 count = step;
500 int step, nr = rinfo->dir_nr;
502 step = nr >> 1;
503 if (rinfo->dir_entries[i + step].offset < ctx->pos) {
504 i += step + 1;
505 nr -= step + 1;
507 nr = step;