Searched refs:isig (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 2233 uint64_t isig; in helper_fyl2x() local 2237 isig = int_exp; in helper_fyl2x() 2238 isig <<= shift; in helper_fyl2x() 2243 add128(isig, 0, asig0, asig1, &asig0, &asig1); in helper_fyl2x() 2245 sub128(isig, 0, asig0, asig1, &asig0, &asig1); in helper_fyl2x()
|
/openbmc/linux/drivers/tty/ |
H A D | n_tty.c | 1095 static void isig(int sig, struct tty_struct *tty) in isig() function 1149 isig(SIGINT, tty); in n_tty_receive_break() 1213 isig(signal, tty); in n_tty_receive_signal_char()
|