Home
last modified time | relevance | path

Searched refs:o_mask (Results 1 – 2 of 2) sorted by relevance

/dragonfly/bin/pax/
H A Dar_io.c1098 sigset_t o_mask; in ar_next() local
1105 if (sigprocmask(SIG_BLOCK, &s_mask, &o_mask) < 0) in ar_next()
1108 if (sigprocmask(SIG_SETMASK, &o_mask, NULL) < 0) in ar_next()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-cp.c1086 widest_int o_value, o_mask; in meet_with() local
1087 get_value_and_mask (operand, &o_value, &o_mask); in meet_with()
1091 TYPE_SIGN (type), TYPE_PRECISION (type), o_value, o_mask); in meet_with()