Lines Matching defs:step
200 u64 step = count >> 1;
201 dentry = __dcache_find_get_entry(parent, idx + step,
215 idx += step + 1;
216 count -= step + 1;
218 count = step;
518 int step, nr = rinfo->dir_nr;
520 step = nr >> 1;
521 if (rinfo->dir_entries[i + step].offset < ctx->pos) {
522 i += step + 1;
523 nr -= step + 1;
525 nr = step;