| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_symbolize.cpp | 46 char *Buffer, int MaxLength, in __sanitizer_symbolize_code() argument 71 return __sanitizer::internal_snprintf(Buffer, MaxLength, "%s", in __sanitizer_symbolize_code() 72 Result.c_str()) < MaxLength; in __sanitizer_symbolize_code() 76 char *Buffer, int MaxLength) { in __sanitizer_symbolize_data() argument 92 return __sanitizer::internal_snprintf(Buffer, MaxLength, "%s", in __sanitizer_symbolize_data() 93 Result.c_str()) < MaxLength; in __sanitizer_symbolize_data() 99 int MaxLength) { in __sanitizer_symbolize_demangle() argument 102 return __sanitizer::internal_snprintf(Buffer, MaxLength, "%s", in __sanitizer_symbolize_demangle() 103 Result.c_str()) < MaxLength in __sanitizer_symbolize_demangle()
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utstring.c | 179 UINT16 MaxLength) in AcpiUtPrintString() argument 191 for (i = 0; (i < MaxLength) && String[i]; i++) in AcpiUtPrintString() 261 if (i == MaxLength && String[i]) in AcpiUtPrintString()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | linux.cpp | 186 constexpr uptr MaxLength = 1024U; in outputRaw() local 187 char LocalBuffer[MaxLength]; in outputRaw() 188 while (strlen(Buffer) > MaxLength) { in outputRaw() 190 for (P = MaxLength - 1; P > 0; P--) { in outputRaw()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 64 Error beginRecord(Optional<uint32_t> MaxLength); 246 Optional<uint32_t> MaxLength; member 249 if (!MaxLength.hasValue()) in bytesRemaining() 254 if (BytesUsed >= *MaxLength) in bytesRemaining() 256 return *MaxLength - BytesUsed; in bytesRemaining()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ArchiveYAML.h | 29 : DefaultValue(Default), MaxLength(Length) {} in Field() 32 unsigned MaxLength; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | BinaryStreamRef.cpp | 97 uint32_t MaxLength = getLength() - Offset; in readLongestContiguousChunk() local 98 if (Buffer.size() > MaxLength) in readLongestContiguousChunk() 99 Buffer = Buffer.slice(0, MaxLength); in readLongestContiguousChunk()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ArchiveYAML.cpp | 49 if (P.second.Value.size() > P.second.MaxLength) in validate() 51 Twine(P.second.MaxLength)) in validate()
|
| H A D | ArchiveEmitter.cpp | 39 WriteField(P.second.Value, P.second.MaxLength); in yaml2archive()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_posix_libcdep.cpp | 319 char *Buffer, int MaxLength, 323 char *Buffer, int MaxLength); 328 int MaxLength);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSelectionDAGInfo.cpp | 283 SDValue MaxLength, MachinePointerInfo SrcPtrInfo) const { in EmitTargetCodeForStrnlen() argument 285 MaxLength = DAG.getZExtOrTrunc(MaxLength, DL, PtrVT); in EmitTargetCodeForStrnlen() 286 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); in EmitTargetCodeForStrnlen()
|
| H A D | SystemZSelectionDAGInfo.h | 68 SDValue Src, SDValue MaxLength,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.cpp | 18 Error CodeViewRecordIO::beginRecord(Optional<uint32_t> MaxLength) { in beginRecord() argument 20 Limit.MaxLength = MaxLength; in beginRecord()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | StringPrinter.cpp | 39 if (size > MaxLength) in DecodedCharBuffer() 52 static constexpr unsigned MaxLength = 16; member in DecodedCharBuffer 55 uint8_t m_data[MaxLength] = {0};
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGTargetInfo.h | 145 SDValue Src, SDValue MaxLength, in EmitTargetCodeForStrnlen() argument
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/executer/ |
| H A D | exconvrt.c | 168 UINT8 MaxLength);
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | acutils.h | 1048 UINT16 MaxLength);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 9100 uint64_t MaxLength = uint64_t(-1); in VisitBuiltinCallExpr() local 9108 MaxLength = N.getExtValue(); in VisitBuiltinCallExpr() 9111 if (MaxLength == 0u) in VisitBuiltinCallExpr() 9171 for (; MaxLength; --MaxLength) { in VisitBuiltinCallExpr() 11920 uint64_t MaxLength = uint64_t(-1); in VisitBuiltinCallExpr() local 11928 MaxLength = N.getExtValue(); in VisitBuiltinCallExpr() 11932 if (MaxLength == 0u) in VisitBuiltinCallExpr() 11987 for (; MaxLength; --MaxLength) { in VisitBuiltinCallExpr()
|