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

/freebsd-10-stable/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c40 assert(memcmp(mf_ptr(mf) - 1,
41 mf_ptr(mf) - matches[i].dist - 2,
63 const uint8_t *p1 = mf_ptr(mf) - 1;
201 const uint8_t *cur = mf_ptr(mf); \
241 /// \param cur Pointer to current byte (mf_ptr(mf))
346 const uint8_t *cur = mf_ptr(mf);
425 const uint8_t *cur = mf_ptr(mf);
H A Dlz_encoder.h221 mf_ptr(const lzma_mf *mf) function
/freebsd-10-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_fast.c37 const uint8_t *buf = mf_ptr(mf) - 1;
153 // the old buf pointer instead of recalculating it with mf_ptr().
H A Dlzma_encoder_optimum_normal.c296 const uint8_t *const buf = mf_ptr(mf) - 1;
848 len_end = helper2(coder, reps, mf_ptr(mf) - 1, len_end,

Completed in 51 milliseconds