Searched defs:sticky (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/i386/ |
H A D | floatundisf.S | 64 sticky: label
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_mul.c | 104 int sticky; in fpu_mul() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_lib.h | 241 const bool sticky = (*lo << (typeWidth - count)) != 0; in wideRightShiftWithSticky() local 245 const bool sticky = *hi << (2 * typeWidth - count) | *lo; in wideRightShiftWithSticky() local 249 const bool sticky = *hi | *lo; in wideRightShiftWithSticky() local
|
/freebsd/contrib/sendmail/src/ |
H A D | readcf.c | 3232 setoption(opt, val, safe, sticky, e) in setoption() argument 5360 settimeout(name, val, sticky) in settimeout() argument 5610 inittimeouts(val, sticky) in inittimeouts() argument
|
H A D | milter.c | 1584 milter_set_option(name, val, sticky) in milter_set_option() argument
|
/freebsd/sys/netinet6/ |
H A D | ip6_output.c | 2866 struct ucred *cred, int sticky, int cmsg, int uproto) in ip6_setpktopt()
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 2845 uint32_t data, wake, unsol, sticky; in hdaa_dump_gpi() local 2871 uint32_t data, dir, enable, wake, unsol, sticky; in hdaa_dump_gpio() local
|