Searched refs:partial_offset (Results 1 – 2 of 2) sorted by relevance
226 partial_offset(const char *basetype, const char *name, int need_offset) in partial_offset() 475 poffset = partial_offset(basetype, name, need_offset); in template_members() 224 partial_offset(const char *basetype, const char *name, int need_offset) partial_offset() function
3484 ssize_t cur_block_size, partial_offset = 0; in merge_block() local3525 block_size - partial_offset); in merge_block()3539 if(partial_offset + cur_block_size > block_size) { in merge_block()3549 memcpy(&rar->vol.push_buf[partial_offset], lp, cur_block_size); in merge_block()3557 partial_offset += cur_block_size; in merge_block()3563 if(partial_offset == block_size) { in merge_block()