Lines Matching refs:end_offset
232 size_t *end_offset) in binder_selftest_alloc_size() argument
242 offset = end_offset[i]; in binder_selftest_alloc_size()
251 back_sizes[0] += alloc->buffer_size - end_offset[BUFFER_NUM - 1]; in binder_selftest_alloc_size()
253 end_offset[BUFFER_NUM - 1]); in binder_selftest_alloc_size()
258 size_t *end_offset, int index) in binder_selftest_alloc_offset() argument
264 binder_selftest_alloc_size(alloc, end_offset); in binder_selftest_alloc_offset()
267 prev = index == 0 ? 0 : end_offset[index - 1]; in binder_selftest_alloc_offset()
277 end_offset[index] = end; in binder_selftest_alloc_offset()
278 binder_selftest_alloc_offset(alloc, end_offset, index + 1); in binder_selftest_alloc_offset()
293 size_t end_offset[BUFFER_NUM]; in binder_selftest_alloc() local
301 binder_selftest_alloc_offset(alloc, end_offset, 0); in binder_selftest_alloc()