OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxLength
(Results
1 - 7
of
7
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/wind/
gen-normalize.py
61
maxLength
= 0
63
maxLength
= max(
maxLength
, len(v[0].split()))
96
''' %
maxLength
)
/src/external/bsd/zstd/dist/lib/dictBuilder/
zdict.c
178
size_t
maxLength
= LLIMIT;
292
cumulLength[
maxLength
-1] = lengthList[
maxLength
-1];
293
for (i=(int)(
maxLength
-2); i>=0; i--)
297
maxLength
= i;
299
/* reduce
maxLength
in case of final into repetitive data */
300
{ U32 l = (U32)
maxLength
;
301
BYTE const c = b[pos +
maxLength
-1];
303
maxLength
= l;
305
if (
maxLength
< MINMATCHLENGTH) return solution; /* skip : no long-enough solution *
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
RegisterInfoEmitter.cpp
388
unsigned
maxLength
= 0;
392
maxLength
= std::max((size_t)
maxLength
, RegNums.size());
397
if (!
maxLength
)
402
for (unsigned I = DwarfRegNum.second.size(), E =
maxLength
; I != E; ++I)
411
for (unsigned I = 0, E =
maxLength
; I != E; ++I) {
475
for (unsigned i = 0, e =
maxLength
; i != e; ++i) {
513
unsigned
maxLength
= 0;
516
maxLength
= std::max((size_t)
maxLength
,
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
slist.d
538
Precondition: $(D r.original.empty || r.
maxLength
> 0)
557
foreach (i; 1 .. r.
maxLength
)
608
if (!r.
maxLength
)
616
auto n2 = findLastNode(orig._head, r.
maxLength
);
/src/usr.sbin/makefs/
cd9660.h
81
int
maxLength
; /* maximum for value */
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp
766
NonLoc
maxLength
= svalBuilder.makeIntVal(*maxLengthInt);
768
maxLength
, sizeTy);
/src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
package.d
2448
If it has fewer elements, it will stop before
maxLength
is reached.
2450
@property size_t
maxLength
() const
Completed in 39 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026