OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OF_defaultNorm
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
zstd_internal.h
161
static UNUSED_ATTR const S16
OF_defaultNorm
[DefaultMaxOff+1] = {
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v06.c
474
static const S16
OF_defaultNorm
[MaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1,
3200
{ size_t const bhSize = ZSTDv06_buildSeqTable(DTableOffb, Offtype, MaxOff, OffFSELog, ip, iend-ip,
OF_defaultNorm
, OF_defaultNormLog, flagRepeatTable);
zstd_v07.c
2708
static const S16
OF_defaultNorm
[MaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1,
3431
{ size_t const ofhSize = ZSTDv07_buildSeqTable(DTableOffb, OFtype, MaxOff, OffFSELog, ip, iend-ip,
OF_defaultNorm
, OF_defaultNormLog, flagRepeatTable);
Completed in 38 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026