OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:comSize
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/
fullbench.c
835
size_t const
comSize
= strlen(longCommand);
836
int const result = !strncmp(*stringPtr, longCommand,
comSize
);
837
if (result) *stringPtr +=
comSize
;
decodecorpus.c
1804
size_t const
comSize
= strlen(longCommand);
1805
int const result = !strncmp(*stringPtr, longCommand,
comSize
);
1806
if (result) *stringPtr +=
comSize
;
fuzzer.c
4801
size_t const
comSize
= strlen(longCommand);
4802
int const result = !strncmp(*stringPtr, longCommand,
comSize
);
4803
if (result) *stringPtr +=
comSize
;
paramgrill.c
2571
size_t const
comSize
= strlen(longCommand);
2572
int const result = !strncmp(*stringPtr, longCommand,
comSize
);
2573
if (result) *stringPtr +=
comSize
;
/src/external/bsd/zstd/dist/contrib/largeNbDicts/
largeNbDicts.c
968
size_t const
comSize
= strlen(longCommand);
969
int const result = !strncmp(*stringPtr, longCommand,
comSize
);
970
if (result) *stringPtr +=
comSize
;
/src/external/bsd/zstd/dist/programs/
zstdcli.c
460
size_t const
comSize
= strlen(longCommand);
461
int const result = !strncmp(*stringPtr, longCommand,
comSize
);
462
if (result) *stringPtr +=
comSize
;
Completed in 69 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026