HomeSort by: relevance | last modified time | path
    Searched refs:mf_ptr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/lz/
lz_encoder_mf.c 39 assert(memcmp(mf_ptr(mf) - 1,
40 mf_ptr(mf) - matches[i].dist - 2,
62 const uint8_t *p1 = mf_ptr(mf) - 1;
200 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);
lz_encoder.h 245 mf_ptr(const lzma_mf *mf) function
  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder_optimum_fast.c 36 const uint8_t *buf = mf_ptr(mf) - 1;
152 // the old buf pointer instead of recalculating it with mf_ptr().
lzma_encoder_optimum_normal.c 295 const uint8_t *const buf = mf_ptr(mf) - 1;
851 len_end = helper2(coder, reps, mf_ptr(mf) - 1, len_end,

Completed in 20 milliseconds