Searched defs:OF_defaultNorm (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | zstd_internal.h | 218 static const S16 OF_defaultNorm[DefaultMaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, variable
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | zstd_internal.h | 159 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = { variable
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v06.c | 530 static const S16 OF_defaultNorm[MaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, variable
|
H A D | zstd_v07.c | 2763 static const S16 OF_defaultNorm[MaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, variable
|