Searched defs:min (Results 26 - 50 of 337) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp363 __kmp_stg_parse_int( char const *name, char const *value, int min, int max, int *out ) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp140 static constexpr result_type min() { return 0; } function in class:llvm::__anon2881::Random
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp918 unsigned min = UINT_MAX; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp357 const int64_t min = ~(max); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1303 const int64_t min = ~(max); local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h262 const int64_t min = ~(max); local
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h199 reportRangeError(uint8_t *loc, RelType type, const Twine &v, int64_t min, uint64_t max) argument
H A DLinkerScript.cpp1014 static uint64_t computeBase(uint64_t min, bool allocateHeaders) { argument
1031 uint64_t min = std::numeric_limits<uint64_t>::max(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h79 template <typename T> T ConsumeIntegralInRange(T min, T max) { argument
218 ConsumeFloatingPointInRange(T min, T max) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h151 static Integral min(unsigned NumBits) { function in class:clang::interp::Integral
H A DBoolean.h84 static Boolean min(unsigned NumBits) { return Boolean(false); } function in class:clang::interp::Boolean
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h46 static constexpr result_type min() { return generator_type::min(); } function in class:llvm::RandomNumberGenerator
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h39 unsigned min = llvm::getULEB128Size(value); local
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h238 FileTimeT::duration::min(), member in class:detail::__anon1250::time_util_base::FileTimeT::duration
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.h77 template <class T> constexpr T &min(T &A, T &B) { return A <= B ? A : B; } function in namespace:__xray
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h132 T min(T a, T b) { function in namespace:__tsan
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S266 #define min R13:12 define
276 min = #0 define
H A Dfastmath2_dlib_asm.S274 #define min R15:14 define
288 min = #0 define
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_device_functions.h1639 __DEVICE__ int min(int __a, int __b) { return __nv_min(__a, __b); } function
/freebsd-11-stable/contrib/xz/src/xz/
H A Dutil.c58 str_to_uint64(const char *name, const char *value, uint64_t min, uint64_t max) argument
H A Doptions.c29 uint64_t min; member in struct:__anon53
/freebsd-11-stable/usr.bin/gprof/
H A Dgprof.c550 min(unsigned long a, unsigned long b) function
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c496 unsigned int sec, min, hrs, day = runtime; local
627 int min, sec; local
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac.c1396 int i, pollticks, min = 1000000; local
/freebsd-11-stable/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c91 int hours, min, amp; local

Completed in 213 milliseconds

1234567891011>>