/src/common/lib/libc/arch/x86_64/string/ |
strchr.S | 94 bsf %r11,%r11 /* 7, 15, 23 ... 63 */ 102 bsf %rax,%rax /* count to NUL */ 105 bsf %r11,%r11 /* NUL and char - see which was first */
|
memchr.S | 77 bsf %rax,%rax
|
strlen.S | 146 bsf %rdx,%rdx /* 7, 15, 23 ... 63 */
|
/src/sys/compat/linux32/common/ |
linux32_signal.c | 170 native_to_linux32_sigflags(const int bsf) 173 if ((bsf & SA_NOCLDSTOP) != 0) 175 if ((bsf & SA_NOCLDWAIT) != 0) 177 if ((bsf & SA_ONSTACK) != 0) 179 if ((bsf & SA_RESTART) != 0) 181 if ((bsf & SA_NODEFER) != 0) 183 if ((bsf & SA_RESETHAND) != 0) 185 if ((bsf & SA_SIGINFO) != 0) 193 int bsf = 0; local in function:linux32_to_native_sigflags 195 bsf |= SA_NOCLDSTOP; [all...] |
/src/sys/compat/linux/common/ |
linux_signal.c | 226 native_to_linux_sigflags(const int bsf) 229 if ((bsf & SA_NOCLDSTOP) != 0) 231 if ((bsf & SA_NOCLDWAIT) != 0) 233 if ((bsf & SA_ONSTACK) != 0) 235 if ((bsf & SA_RESTART) != 0) 237 if ((bsf & SA_NODEFER) != 0) 239 if ((bsf & SA_RESETHAND) != 0) 241 if ((bsf & SA_SIGINFO) != 0) 249 int bsf = 0; local in function:linux_to_native_sigflags 251 bsf |= SA_NOCLDSTOP [all...] |
/src/sys/arch/amiga/amiga/ |
amiga_bus_simple_1word.c | 155 .bsf = NULL, 201 .bsf = NULL,
|
amiga_bus_simple_4.c | 121 .bsf = NULL,
|
simple_busfuncs.c | 573 .bsf = NULL,
|
/src/sys/arch/amigappc/include/ |
bus_defs.h | 123 void *bsf; member in struct:amiga_bus_space_methods
|
/src/sys/arch/amiga/include/ |
bus.h | 104 void *bsf; member in struct:amiga_bus_space_methods
|
/src/sys/arch/amiga/pci/ |
empb_bsm.c | 821 .bsf = NULL,
|