Home
last modified time | relevance | path

Searched defs:smax (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/string/
H A Dmemset_s.c34 memset_s(void *s, rsize_t smax, int c, rsize_t n) in memset_s()
/freebsd/tools/regression/p1003_1b/
H A Dsched.c65 int smax; in checkpris() local
/freebsd/contrib/elftoolchain/libelf/
H A Delf_update.c371 const uint64_t smax = start + size; in _libelf_extent_is_unused() local
/freebsd/contrib/ncurses/form/
H A Dform.h79 short smax; /* index of bottom rightmost field on page */ member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp153 KnownBits KnownBits::smax(const KnownBits &LHS, const KnownBits &RHS) { in smax() function in KnownBits
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1190 ConstantRange::smax(const ConstantRange &Other) const { in smax() function in ConstantRange