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
3478 ssize_t cur_block_size, partial_offset = 0; in merge_block() local3519 block_size - partial_offset); in merge_block()3533 if(partial_offset + cur_block_size > block_size) { in merge_block()3543 memcpy(&rar->vol.push_buf[partial_offset], lp, cur_block_size); in merge_block()3551 partial_offset += cur_block_size; in merge_block()3557 if(partial_offset == block_size) { in merge_block()