OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FIO_highbit64
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/zstd/dist/programs/
fileio.c
950
/*
FIO_highbit64
() :
954
static unsigned
FIO_highbit64
(unsigned long long v)
1091
unsigned const fileWindowLog =
FIO_highbit64
(maxSrcFileSize) + 1;
2415
unsigned const windowLog =
FIO_highbit64
(windowSize) + ((windowSize & (windowSize - 1)) != 0);
Completed in 18 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026