Home
last modified time | relevance | path

Searched refs:zero_mask (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Devents.c661 EVENT_MASK zero_mask; in event_drain() local
668 EVENT_MASK_ZERO(&zero_mask); in event_drain()
670 EVENT_MASK_ALLOC(&zero_mask, event_fdslots); in event_drain()
676 || EVENT_MASK_CMP(&zero_mask, &event_xmask) != 0)) { in event_drain()
679 if (EVENT_MASK_BYTE_COUNT(&zero_mask) in event_drain()
681 EVENT_MASK_REALLOC(&zero_mask, event_fdslots); in event_drain()
685 EVENT_MASK_FREE(&zero_mask); in event_drain()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop-manip.c727 tree zero_mask = build_zero_cst (TREE_TYPE (test_mask)); in vect_set_loop_condition_masked() local
728 gcond *cond_stmt = gimple_build_cond (code, test_mask, zero_mask, in vect_set_loop_condition_masked()
H A Dmatch.pd1763 where zero_mask has 1's for all bits that are sure to be 0 in
1766 if ((C0 & ~zero_mask) == 0) then emit (X outer_op (C0 outer_op C1)
1767 if ((C1 & ~zero_mask) == 0) then emit (X inner_op (C0 outer_op C1)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmatch.pd2159 where zero_mask has 1's for all bits that are sure to be 0 in
2162 if ((C0 & ~zero_mask) == 0) then emit (X outer_op (C0 outer_op C1)
2163 if ((C1 & ~zero_mask) == 0) then emit (X inner_op (C0 outer_op C1)