Searched refs:d_end (Results 1 – 6 of 6) sorted by relevance
42 uchar_t *d_end = dst + d_len; in zle_compress() local44 while (src < s_end && dst < d_end - 1) { in zle_compress()54 if (d_end - dst < n) in zle_compress()72 uchar_t *d_end = dst + d_len; in zle_decompress() local74 while (src < s_end && dst < d_end) { in zle_decompress()85 return (dst == d_end ? 0 : -1); in zle_decompress()
103 uchar_t *d_end = (uchar_t *)d_start + d_len; in lzjb_decompress() local108 while (dst < d_end) { in lzjb_decompress()119 while (--mlen >= 0 && dst < d_end) in lzjb_decompress()
388 uint64_t *d_end = (uint64_t *)(dst + 1); in ddt_stat_add() local392 while (d < d_end) in ddt_stat_add()
39 uchar_t *d_end = (uchar_t *)d_start + d_len; in lzjb_decompress() local43 while (dst < d_end) { in lzjb_decompress()54 while (--mlen >= 0 && dst < d_end) in lzjb_decompress()
182 uchar_t *d_end = (uchar_t *)d_start + d_len; in decompress() local193 while (src < s_end && dst < d_end) { in decompress()203 while (--mlen >= 0 && dst < d_end) in decompress()
242 uint64_t p_base, p_end, d_base, d_end; in diff_memlists() local267 d_end = d_base + diff->ml_size; in diff_memlists()297 if (p_end <= d_end) { in diff_memlists()335 for (p_base = d_end, diff = diff->ml_next; diff != NULL; in diff_memlists()336 p_base = d_end, diff = diff->ml_next) { in diff_memlists()338 d_end = d_base + diff->ml_size; in diff_memlists()