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

/u-boot/disk/
H A Dpart.c168 lba512_t bc_quot, bc_rem; local
172 bc_rem = block_count - (bc_quot << right_shift);
173 return bc_quot * mul_by + ((bc_rem * mul_by) >> right_shift);

Completed in 33 milliseconds