Searched defs:gain1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c988 int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)offset+1) + 1); local
1002 int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)offset+1) + 1); local
1010 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 4); local
1023 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 1); local
1037 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 1); local
1045 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 7); local
1289 int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)offset+1) + 1); local
1298 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 4); local
1320 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 1); local
1329 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 7); local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c19120 int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)offset+1) + 1); local
19134 int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)offset+1) + 1); local
19142 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 4); local
19155 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 1); local
19169 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 1); local
19177 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 7); local
19400 int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)offset+1) + 1); local
19409 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 4); local
19431 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 1); local
19440 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 7); local
[all...]

Completed in 130 milliseconds