Lines Matching defs:base
775 unsigned int h, x, y, dist, base;
788 * Modelling the slop as right angular triangle with base
790 * equal to the ratio h/base.
793 base = COLLECT_NONDIRTY_BASE;
795 x = dist - base;
796 y = (x * h + base / 2) / base;
879 loff_t base, pos;
891 base = mtdswap_eb_offset(d, eb);
895 pos = base;
907 pos = base;