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

  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_internal.h 1327 U32 const newStat = rawStat + 1;
1328 U32 const hb = ZSTD_highbit32(newStat);
1330 U32 const FWeight = (newStat << fp_accuracy) >> hb;
zstd_opt.c 113 unsigned const newStat = base + (table[s] >> shift);
114 sum += newStat;
115 table[s] = newStat;

Completed in 35 milliseconds