Searched refs:maxLength (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/crypto/heimdal/lib/wind/ |
| H A D | gen-normalize.py | 61 maxLength = 0 variable 63 maxLength = max(maxLength, len(v[0].split())) variable 96 ''' % maxLength)
|
| /freebsd-14.2/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 257 size_t maxLength = LLIMIT; in ZDICT_analyzePos() local 371 cumulLength[maxLength-1] = lengthList[maxLength-1]; in ZDICT_analyzePos() 372 for (i=(int)(maxLength-2); i>=0; i--) in ZDICT_analyzePos() 376 maxLength = i; in ZDICT_analyzePos() 379 { U32 l = (U32)maxLength; in ZDICT_analyzePos() 380 BYTE const c = b[pos + maxLength-1]; in ZDICT_analyzePos() 382 maxLength = l; in ZDICT_analyzePos() 388 for (i=MINMATCHLENGTH; i<=(int)maxLength; i++) in ZDICT_analyzePos() 392 …(unsigned)pos, (unsigned)maxLength, (unsigned)savings[maxLength], (double)savings[maxLength] / (do… in ZDICT_analyzePos() 395 solution.length = (U32)maxLength; in ZDICT_analyzePos() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | RegisterInfoEmitter.cpp | 389 unsigned maxLength = 0; in EmitRegMappingTables() local 393 maxLength = std::max((size_t)maxLength, RegNums.size()); in EmitRegMappingTables() 398 if (!maxLength) in EmitRegMappingTables() 403 for (unsigned I = DwarfRegNum.second.size(), E = maxLength; I != E; ++I) in EmitRegMappingTables() 412 for (unsigned I = 0, E = maxLength; I != E; ++I) { in EmitRegMappingTables() 476 for (unsigned i = 0, e = maxLength; i != e; ++i) { in EmitRegMappingTables() 514 unsigned maxLength = 0; in EmitRegMapping() local 517 maxLength = std::max((size_t)maxLength, in EmitRegMapping() 521 if (!maxLength) in EmitRegMapping() 537 for (unsigned i = 0, e = maxLength; i != e; ++i) { in EmitRegMapping() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 880 NonLoc maxLength = svalBuilder.makeIntVal(*maxLengthInt); in getCStringLengthForRegion() local 881 SVal evalLength = svalBuilder.evalBinOpNN(state, BO_LE, *strLn, maxLength, in getCStringLengthForRegion()
|