Home
last modified time | relevance | path

Searched defs:Max (Results 1 – 25 of 106) sorted by relevance

12345

/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dxgetcwd.c33 # define getcwd(Buf, Max) (getcwd) (Buf, Max, 0) argument
39 # define getcwd(Buf, Max) getwd (Buf) argument
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dsched5.c11 int Max = sched_get_priority_max (SCHED_OTHER); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp92 uint32_t Max = R.Max.getValueOr(R.Min); in dump() local
109 uint32_t Max = R.Max.getValueOr(File.getFileSize()); in dump() local
207 void BytesOutputStyle::dumpBlockRanges(uint32_t Min, uint32_t Max) { in dumpBlockRanges()
430 void BytesOutputStyle::dumpByteRanges(uint32_t Min, uint32_t Max) { in dumpByteRanges()
H A DMinimalTypeDumper.cpp306 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() local
321 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() local
491 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() local
H A Dllvm-pdbutil.h111 llvm::Optional<uint64_t> Max; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h205 unsigned Min, Max; variable
223 unsigned Min, unsigned Max) in Directive()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp670 APInt Max = APInt::getMaxValue(BW).zextOrSelf(ResultBitWidth); in castOp() local
1497 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat() local
1559 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedAddMayOverflow() local
1575 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow() local
1605 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedSubMayOverflow() local
1621 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow() local
1651 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedMulMayOverflow() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp262 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in mul() local
317 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in div() local
354 APSInt Max = APFixedPoint::getMax(Sema).getValue().extOrTrunc(Wide); in shl() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp118 unsigned Max = std::max(RVVVectorBitsMin, RVVVectorBitsMax); in getMaxRVVVectorSizeInBits() local
/netbsd-src/games/robots/
H A Dextern.c79 COORD Max; /* Max area robots take up */ variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DSupport.cpp88 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; in computeBlockRThroughput() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp93 unsigned Min, unsigned Max) in StandardDirective()
112 unsigned Min, unsigned Max, StringRef RegexStr) in RegexDirective()
293 unsigned Min = 1, Max = 1; member
1137 unsigned Min, unsigned Max) { in create()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h64 uint64_t Max = 0; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp44 int64_t Max = maxIntN(Width); in signed_width() local
63 int64_t Max = maxUIntN(Width); in unsigned_width() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-graph.h48 double Max; member
H A Dxray-color-helper.cpp87 int Max = 0; in convertToHSV() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h78 enum ResultAggregationModeE { Min, Max, Mean, MinVariance }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h116 static constexpr size_t Max = 10; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dsegmented_array_test.cc203 constexpr uint64_t Max = 9; in TEST() local
240 constexpr uint64_t Max = 9; in TEST() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h390 inline float FloatingPoint<float>::Max() { return FLT_MAX; } in Max() function
392 inline double FloatingPoint<double>::Max() { return DBL_MAX; } in Max() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1242 const llvm::APSInt &Max = IsLHSNegative in VisitBinaryOperator() local
1287 const llvm::APSInt &Max = std::min(LHS.To(), RHS.To()); in VisitBinaryOperator() local
1304 const llvm::APSInt &Max = IsLHSPositiveOrZero ? LHS.To() : RHS.To(); in VisitBinaryOperator() local
1324 llvm::APSInt Max = ConservativeRange.To(); in VisitBinaryOperator() local
2277 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGTRange() local
2318 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGERange() local
2351 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymLERange() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h98 Max enumerator
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dirp_ho.c62 #define Max(a,b) ((a) > (b) ? (a) : (b)) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_buffer_queue.h85 size_t Max = 0; variable

12345