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
3401 ssize_t cur_block_size, partial_offset = 0; in merge_block() local3442 block_size - partial_offset); in merge_block()3456 if(partial_offset + cur_block_size > block_size) { in merge_block()3466 memcpy(&rar->vol.push_buf[partial_offset], lp, cur_block_size); in merge_block()3474 partial_offset += cur_block_size; in merge_block()3480 if(partial_offset == block_size) { in merge_block()