Home
last modified time | relevance | path

Searched defs:umin (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dminmax.h78 #define umin(x, y) MIN(x, y) macro
/freebsd/sys/dev/hid/
H A Dhidmap.h174 int32_t umin; /* Array range map type */ member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp205 KnownBits KnownBits::umin(const KnownBits &LHS, const KnownBits &RHS) { in umin() function in KnownBits
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h338 __DEVICE__ unsigned int umin(unsigned int __a, unsigned int __b) { in umin() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1334 ConstantRange::umin(const ConstantRange &Other) const { in umin() function in ConstantRange