Lines Matching refs:end_offset
228 size_t *end_offset) in binder_selftest_alloc_size() argument
238 offset = end_offset[i]; in binder_selftest_alloc_size()
247 back_sizes[0] += alloc->buffer_size - end_offset[BUFFER_NUM - 1]; in binder_selftest_alloc_size()
249 end_offset[BUFFER_NUM - 1]); in binder_selftest_alloc_size()
254 size_t *end_offset, int index) in binder_selftest_alloc_offset() argument
260 binder_selftest_alloc_size(alloc, end_offset); in binder_selftest_alloc_offset()
263 prev = index == 0 ? 0 : end_offset[index - 1]; in binder_selftest_alloc_offset()
273 end_offset[index] = end; in binder_selftest_alloc_offset()
274 binder_selftest_alloc_offset(alloc, end_offset, index + 1); in binder_selftest_alloc_offset()
289 size_t end_offset[BUFFER_NUM]; in binder_selftest_alloc() local
297 binder_selftest_alloc_offset(alloc, end_offset, 0); in binder_selftest_alloc()