Searched refs:LZ4HC_encodeSequence (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/ |
H A D | lz4hc.c | 298 FORCE_INLINE int LZ4HC_encodeSequence ( in LZ4HC_encodeSequence() function 399 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_generic() 453 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_generic() 455 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml2, ref2, limit, oend)) return 0; in LZ4HC_compress_generic() 477 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_generic() 518 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_generic()
|
/aosp_15_r20/external/lz4/lib/ |
H A D | lz4hc.c | 268 LZ4_FORCE_INLINE int LZ4HC_encodeSequence ( in LZ4HC_encodeSequence() function 684 if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), in LZ4MID_compress() 764 LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), in LZ4MID_compress() 1179 if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), in LZ4HC_compress_hashChain() 1227 if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), in LZ4HC_compress_hashChain() 1233 if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), in LZ4HC_compress_hashChain() 1255 if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), in LZ4HC_compress_hashChain() 1293 if ( LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), in LZ4HC_compress_hashChain() 1356 LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), m1.len, m1.off, notLimited, oend); in LZ4HC_compress_hashChain() 1876 …if ( LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), firstML, firstMatch.off, limit, oend) ) { /*… in LZ4HC_compress_optimal() [all …]
|