Lines Matching refs:end_offset
224 size_t *end_offset) in binder_selftest_alloc_size() argument
234 offset = end_offset[i]; in binder_selftest_alloc_size()
243 back_sizes[0] += alloc->buffer_size - end_offset[BUFFER_NUM - 1]; in binder_selftest_alloc_size()
245 end_offset[BUFFER_NUM - 1]); in binder_selftest_alloc_size()
250 size_t *end_offset, int index) in binder_selftest_alloc_offset() argument
256 binder_selftest_alloc_size(alloc, end_offset); in binder_selftest_alloc_offset()
259 prev = index == 0 ? 0 : end_offset[index - 1]; in binder_selftest_alloc_offset()
269 end_offset[index] = end; in binder_selftest_alloc_offset()
270 binder_selftest_alloc_offset(alloc, end_offset, index + 1); in binder_selftest_alloc_offset()
285 size_t end_offset[BUFFER_NUM]; in binder_selftest_alloc() local
293 binder_selftest_alloc_offset(alloc, end_offset, 0); in binder_selftest_alloc()