OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fnb
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/contrib/seekable_format/examples/
parallel_processing.c
154
unsigned
fnb
;
local
155
for (
fnb
= 0;
fnb
< numFrames;
fnb
++) {
156
jobs[
fnb
] = (struct sum_job){ fname, 0,
fnb
, 0 };
157
POOL_add(pool, sumFrame, &jobs[
fnb
]);
162
for (
fnb
= 0;
fnb
< numFrames;
fnb
++)
[
all
...]
/src/external/bsd/zstd/dist/programs/
util.c
705
{ size_t
fnb
, pos = 0;
local
706
for (
fnb
= 0;
fnb
< nbFiles;
fnb
++) {
707
filenamesTable[
fnb
] = buf+pos;
772
size_t
fnb
, totalSize = 0;
local
773
for(
fnb
= 0 ;
fnb
< table->tableSize && table->fileNames[
fnb
] ; ++
fnb
) {
[
all
...]
Completed in 35 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026