Searched defs:fec_div_round_up (Results 1 - 1 of 1) sorted by last modified time

/system/extras/libfec/include/fec/
H A Decc.h39 inline uint64_t fec_div_round_up(uint64_t x, uint64_t y) function
47 return fec_div_round_up(x, y) * y;
59 return fec_div_round_up(fec_div_round_up(file_size, FEC_BLOCKSIZE),

Completed in 71 milliseconds