OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 08:35:24 UTC 2026