HomeSort by: relevance | last modified time | path
    Searched refs:MaxLength (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
sanitizer_symbolize.cc 36 char *Buffer, int MaxLength) {
45 return __sanitizer::internal_snprintf(Buffer, MaxLength, "%s",
46 Result.c_str()) < MaxLength;
50 char *Buffer, int MaxLength) {
59 return __sanitizer::internal_snprintf(Buffer, MaxLength, "%s",
60 Result.c_str()) < MaxLength;
66 int MaxLength) {
69 return __sanitizer::internal_snprintf(Buffer, MaxLength, "%s",
70 Result.c_str()) < MaxLength
  /src/sys/external/bsd/acpica/dist/utilities/
utstring.c 58 * MaxLength - Maximum output length. Used to constrain the
71 UINT16 MaxLength)
83 for (i = 0; (i < MaxLength) && String[i]; i++)
153 if (i == MaxLength && String[i])
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ArchiveYAML.h 29 : DefaultValue(Default), MaxLength(Length) {}
32 unsigned MaxLength;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ArchiveYAML.cpp 49 if (P.second.Value.size() > P.second.MaxLength)
51 Twine(P.second.MaxLength))
ArchiveEmitter.cpp 39 WriteField(P.second.Value, P.second.MaxLength);
  /src/sys/arch/epoc32/stand/e32boot/ldd/
e32boot.cpp 96 aDes.FillZ(aDes.MaxLength());
97 aDes.Copy((TUint8 *)&version, Min(aDes.MaxLength(), sizeof(version)));
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 64 Error beginRecord(Optional<uint32_t> MaxLength);
246 Optional<uint32_t> MaxLength;
249 if (!MaxLength.hasValue())
254 if (BytesUsed >= *MaxLength)
256 return *MaxLength - BytesUsed;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
BinaryStreamRef.cpp 97 uint32_t MaxLength = getLength() - Offset;
98 if (Buffer.size() > MaxLength)
99 Buffer = Buffer.slice(0, MaxLength);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cpp 319 char *Buffer, int MaxLength,
323 char *Buffer, int MaxLength);
328 int MaxLength);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 271 SDValue MaxLength, MachinePointerInfo SrcPtrInfo) const {
273 MaxLength = DAG.getZExtOrTrunc(MaxLength, DL, PtrVT);
274 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength);
SystemZSelectionDAGInfo.h 68 SDValue Src, SDValue MaxLength,
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cpp 323 char *Buffer, int MaxLength);
326 char *Buffer, int MaxLength);
329 char *Buffer, int MaxLength);
333 __sanitizer_symbolize_demangle(const char *Name, char *Buffer, int MaxLength);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 369 char *Buffer, int MaxLength);
372 char *Buffer, int MaxLength);
377 int MaxLength);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
CodeViewRecordIO.cpp 18 Error CodeViewRecordIO::beginRecord(Optional<uint32_t> MaxLength) {
20 Limit.MaxLength = MaxLength;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 145 SDValue Src, SDValue MaxLength,
  /src/sys/external/bsd/acpica/dist/executer/
exconvrt.c 60 UINT8 MaxLength,
  /src/sys/external/bsd/acpica/dist/include/
acutils.h 968 UINT16 MaxLength);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 9077 uint64_t MaxLength = uint64_t(-1);
9085 MaxLength = N.getExtValue();
9088 if (MaxLength == 0u)
9148 for (; MaxLength; --MaxLength) {
11885 uint64_t MaxLength = uint64_t(-1);
11893 MaxLength = N.getExtValue();
11897 if (MaxLength == 0u)
11952 for (; MaxLength; --MaxLength) {
    [all...]

Completed in 36 milliseconds