Home
last modified time | relevance | path

Searched refs:MaxLength (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp46 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 Dutstring.c179 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 Dlinux.cpp186 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 DCodeViewRecordIO.h64 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 DArchiveYAML.h29 : DefaultValue(Default), MaxLength(Length) {} in Field()
32 unsigned MaxLength; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamRef.cpp97 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 DArchiveYAML.cpp49 if (P.second.Value.size() > P.second.MaxLength) in validate()
51 Twine(P.second.MaxLength)) in validate()
H A DArchiveEmitter.cpp39 WriteField(P.second.Value, P.second.MaxLength); in yaml2archive()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp319 char *Buffer, int MaxLength,
323 char *Buffer, int MaxLength);
328 int MaxLength);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp283 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 DSystemZSelectionDAGInfo.h68 SDValue Src, SDValue MaxLength,
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp18 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 DStringPrinter.cpp39 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 DSelectionDAGTargetInfo.h145 SDValue Src, SDValue MaxLength, in EmitTargetCodeForStrnlen() argument
/freebsd-13.1/sys/contrib/dev/acpica/components/executer/
H A Dexconvrt.c168 UINT8 MaxLength);
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacutils.h1048 UINT16 MaxLength);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9100 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()