Searched defs:litlen (Results 1 – 3 of 3) sorted by relevance
972 { U32 const litlen = (U32)(ip - anchor); in ZSTD_compressBlock_opt_generic() local1038 { U32 const litlen = (opt[cur-1].mlen == 0) ? opt[cur-1].litlen + 1 : 1; in ZSTD_compressBlock_opt_generic() local1086 U32 const litlen = (opt[cur].mlen == 0) ? opt[cur].litlen : 0; in ZSTD_compressBlock_opt_generic() local
110 U32 litlen; member
107 static int litlen = 0, litalloc = 0; variable