OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lzma_memcmplen
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/lz/
lz_encoder_mf.c
68
len_best =
lzma_memcmplen
(p1, p2, len_best, limit);
274
uint32_t len =
lzma_memcmplen
(pb, cur, 1, len_limit);
320
len_best =
lzma_memcmplen
(cur - delta2, cur,
398
len_best =
lzma_memcmplen
(cur - delta2, cur,
484
len =
lzma_memcmplen
(pb, cur, len + 1, len_limit);
547
len =
lzma_memcmplen
(pb, cur, len + 1, len_limit);
635
len_best =
lzma_memcmplen
(
707
len_best =
lzma_memcmplen
(
/src/external/public-domain/xz/dist/src/liblzma/common/
memcmplen.h
53
lzma_memcmplen
(const uint8_t *buf1, const uint8_t *buf2,
function
/src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder_optimum_fast.c
61
const uint32_t len =
lzma_memcmplen
(
lzma_encoder_optimum_normal.c
308
rep_lens[i] =
lzma_memcmplen
(buf, buf_back, 2, buf_avail);
567
const uint32_t len_test =
lzma_memcmplen
(buf, buf_back, 1, limit) - 1;
607
uint32_t len_test =
lzma_memcmplen
(buf, buf_back, 2, buf_avail);
639
//
lzma_memcmplen
() must be done conditionally.
641
len_test_2 =
lzma_memcmplen
(buf, buf_back, len_test_2, limit);
736
// so the call to
lzma_memcmplen
() must be
739
len_test_2 =
lzma_memcmplen
(buf, buf_back,
Completed in 49 milliseconds
Indexes created Fri Apr 10 00:22:58 UTC 2026