OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLlog
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c
1542
U32
LLlog
, Offlog, MLlog;
1581
LLlog
= 0;
1584
LLlog
= LLbits;
1588
headerSize = FSE_readNCount(norm, &max, &
LLlog
, ip, iend-ip);
1590
if (
LLlog
> LLFSELog) return ERROR(corruption_detected);
1592
FSE_buildDTable(DTableLL, norm, max,
LLlog
);
zstd_v03.c
2507
U32
LLlog
, Offlog, MLlog;
2546
LLlog
= 0;
2549
LLlog
= LLbits;
2553
headerSize = FSE_readNCount(norm, &max, &
LLlog
, ip, iend-ip);
2555
if (
LLlog
> LLFSELog) return ERROR(corruption_detected);
2557
FSE_buildDTable(DTableLL, norm, max,
LLlog
);
zstd_v04.c
2639
U32
LLlog
, Offlog, MLlog;
2678
LLlog
= 0;
2681
LLlog
= LLbits;
2685
headerSize = FSE_readNCount(norm, &max, &
LLlog
, ip, iend-ip);
2687
if (
LLlog
> LLFSELog) return ERROR(corruption_detected);
2689
FSE_buildDTable(DTableLL, norm, max,
LLlog
);
zstd_v02.c
2867
U32
LLlog
, Offlog, MLlog;
2906
LLlog
= 0;
2909
LLlog
= LLbits;
2913
headerSize = FSE_readNCount(norm, &max, &
LLlog
, ip, iend-ip);
2915
if (
LLlog
> LLFSELog) return ERROR(corruption_detected);
2917
FSE_buildDTable(DTableLL, norm, max,
LLlog
);
zstd_v05.c
2953
unsigned
LLlog
, Offlog, MLlog;
2999
LLlog
= 0;
3003
LLlog
= LLbits;
3012
headerSize = FSEv05_readNCount(norm, &max, &
LLlog
, ip, iend-ip);
3014
if (
LLlog
> LLFSEv05Log) return ERROR(corruption_detected);
3016
FSEv05_buildDTable(DTableLL, norm, max,
LLlog
);
Completed in 38 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026