Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutstring.c71 UINT16 MaxLength) in AcpiUtPrintString() argument
83 for (i = 0; (i < MaxLength) && String[i]; i++) in AcpiUtPrintString()
152 if (i == MaxLength && String[i]) in AcpiUtPrintString()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZSelectionDAGInfo.cpp279 SDValue Src, SDValue MaxLength, in EmitTargetCodeForStrnlen() argument
282 MaxLength = DAG.getZExtOrTrunc(MaxLength, DL, PtrVT); in EmitTargetCodeForStrnlen()
283 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); in EmitTargetCodeForStrnlen()
HDSystemZSelectionDAGInfo.h70 SDValue Src, SDValue MaxLength,
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_symbolizer_posix_libcdep.cc278 char *Buffer, int MaxLength);
281 char *Buffer, int MaxLength);
286 int MaxLength);
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetSelectionDAGInfo.h153 SDValue Src, SDValue MaxLength, in EmitTargetCodeForStrnlen() argument
/NextBSD/sys/contrib/dev/acpica/components/executer/
HDexconvrt.c60 UINT8 MaxLength);
/NextBSD/sys/contrib/dev/acpica/include/
HDacutils.h837 UINT16 MaxLength);