Searched refs:get_max_count (Results 1 – 1 of 1) sorted by relevance
/system/extras/libfec/ |
D | fec_read.cpp | 459 static inline size_t get_max_count(uint64_t offset, size_t count, uint64_t max) in get_max_count() function 534 get_max_count(offset, count, f->data_size), offset, in fec_pread() 539 count = get_max_count(offset, count, f->data_size); in fec_pread() 549 count = get_max_count(offset, count, f->size); in fec_pread()
|