Home
last modified time | relevance | path

Searched defs:SOFT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; enumerator
/freebsd/bin/sh/
H A Dmiscbltin.c493 enum limithow { SOFT = 0x1, HARD = 0x2 }; enumerator
/freebsd/usr.bin/limits/
H A Dlimits.c282 enum { ANY=0, SOFT=1, HARD=2, BOTH=3, DISPLAYONLY=4 } type = ANY; in main() enumerator