Searched defs:Max (Results 1 - 25 of 81) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dsched5.c11 int Max = sched_get_priority_max (SCHED_OTHER); local
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dsched5.c11 int Max = sched_get_priority_max (SCHED_OTHER); local
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDefs.h146 template <class T> T Max(T a, T b) { return a > b ? a : b; } function in namespace:fuzzer
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/
H A DSupport.cpp88 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; local
/netbsd-current/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) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp118 unsigned Max = std::max(RVVVectorBitsMin, RVVVectorBitsMax); local
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dirp_ho.c62 #define Max(a,b) ((a) > (b) ? (a) : (b)) macro
/netbsd-current/games/robots/
H A Dextern.c79 COORD Max; /* Max area robots take up */ variable
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dsegmented_array_test.cc203 constexpr uint64_t Max = 9; local
240 constexpr uint64_t Max = 9; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h74 unsigned Max; member in struct:llvm::MinMax
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h64 uint64_t Max = 0; member in struct:llvm::lowertypetests::BitSetBuilder
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp87 int Max = 0; local
H A Dxray-graph.h48 double Max; member in struct:llvm::xray::GraphRenderer::TimeStat
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_buffer_queue.h85 size_t Max = 0; member in class:__xray::BufferQueue::Iterator
108 Max(M) { function in class:__xray::BufferQueue::Iterator
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp92 uint32_t Max = R.Max.getValueOr(R.Min); local
109 uint32_t Max = R.Max.getValueOr(File.getFileSize()); local
207 dumpBlockRanges(uint32_t Min, uint32_t Max) argument
430 dumpByteRanges(uint32_t Min, uint32_t Max) argument
[all...]
H A Dllvm-pdbutil.h111 llvm::Optional<uint64_t> Max; member in struct:opts::bytes::NumberRange
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp670 APInt Max = APInt::getMaxValue(BW).zextOrSelf(ResultBitWidth); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp44 int64_t Max = maxIntN(Width); local
63 int64_t Max = maxUIntN(Width); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp50 unsigned Min, Max, Med; member in struct:AMDGPURegBankCombinerHelper::MinMaxMedOpc
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h142 APInt Max = ~Zero; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp457 const SUnit *Max = nullptr; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp276 llvm::APSInt Max = AT.getMaxValue() / AT.getValue(Scale); local
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h205 unsigned Min, Max; member in class:clang::VerifyDiagnosticConsumer::Directive
221 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DIntegral.h66 static const auto Max = std::numeric_limits<T>::max(); member in class:clang::interp::Integral
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h78 enum ResultAggregationModeE { Min, Max, Mean, MinVariance }; enumerator in enum:llvm::exegesis::InstructionBenchmark::ResultAggregationModeE

Completed in 341 milliseconds

1234