Searched refs:list_pos (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/xz/src/xz/
H A Dcoder.c568 /// at *list_pos, then we break into smaller Blocks. Otherwise advance
573 size_t *list_pos)
576 // The Block at *list_pos has previously been split up.
582 // We have to split the current Block at *list_pos
587 // Block at *list_pos.
594 // The Block at *list_pos has been finished. Go to the next
597 if (opt_block_list[*list_pos + 1] != 0)
598 ++*list_pos;
600 *block_remaining = opt_block_list[*list_pos];
657 size_t list_pos local
571 split_block(uint64_t *block_remaining, uint64_t *next_block_remaining, size_t *list_pos) argument
[all...]

Completed in 62 milliseconds