Home
last modified time | relevance | path

Searched refs:PARITY (Results 1 – 24 of 24) sorted by relevance

/dragonfly/usr.bin/tip/
H A Dtip.c598 if (value(PARITY) == NULL) in setparity()
599 value(PARITY) = defparity; in setparity()
600 parity = value(PARITY); in setparity()
H A Dcmds.c895 if (vtable[PARITY].v_access&CHANGED) { in variable()
896 vtable[PARITY].v_access &= ~CHANGED; in variable()
897 setparity(value(PARITY)); in variable()
H A Dtip.h246 #define PARITY 34 macro
/dragonfly/usr.bin/locate/locate/
H A Dlocate.h43 #define PARITY 0200 /* parity bit */ macro
H A Dfastfind.c70 if (c < PARITY) { in statistic()
229 if (c < PARITY) {
/dragonfly/usr.bin/locate/code/
H A Dlocate.code.c206 if (putchar((code / 2) | PARITY) == EOF) in main()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dinternal-fn.def226 DEF_INTERNAL_INT_FN (PARITY, ECF_CONST | ECF_NOTHROW, parity, unary)
H A Doptabs.def170 OPTAB_NL(parity_optab, "parity$a2", PARITY, "parity", '2', gen_int_libfunc)
H A Dlra-eliminations.c599 case PARITY: in lra_eliminate_regs_1()
H A Dsimplify-rtx.c1387 case PARITY: in simplify_unary_operation_1()
1394 return simplify_gen_unary (PARITY, mode, XEXP (op, 0), in simplify_unary_operation_1()
1401 return simplify_gen_unary (PARITY, mode, XEXP (op, 0), in simplify_unary_operation_1()
1900 case PARITY: in simplify_const_unary_operation()
H A Dreload1.c2805 case PARITY: in eliminate_regs_1()
3055 case PARITY: in elimination_effects()
H A Drtl.def665 DEF_RTL_EXPR(PARITY, "parity", "e", RTX_UNARY)
H A Dgenattrtab.c928 case PARITY: in check_attr_value()
H A Drtlanal.c4865 case PARITY: in nonzero_bits1()
H A Doptabs.c138 case PARITY: in add_equal_note()
H A Ddwarf2out.c16356 case PARITY: in mem_loc_descriptor()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsimplify-rtx.c1007 case PARITY: in simplify_unary_operation_1()
1014 return simplify_gen_unary (PARITY, mode, XEXP (op, 0), in simplify_unary_operation_1()
1021 return simplify_gen_unary (PARITY, mode, XEXP (op, 0), in simplify_unary_operation_1()
1439 case PARITY: in simplify_const_unary_operation()
1596 case PARITY: in simplify_const_unary_operation()
H A Doptabs.c226 case PARITY: in add_equal_note()
6187 init_optab (parity_optab, PARITY); in init_optabs()
H A Dreload1.c2827 case PARITY: in eliminate_regs_1()
3073 case PARITY: in elimination_effects()
H A Drtlanal.c4332 case PARITY: in nonzero_bits1()
H A Dgenattrtab.c981 case PARITY: in check_attr_value()
H A Drtl.def636 DEF_RTL_EXPR(PARITY, "parity", "e", RTX_UNARY)
H A Ddwarf2out.c12408 case PARITY: in mem_loc_descriptor()
/dragonfly/sys/kern/
H A Dtty.c131 #define PARITY(c) (char_type[c] & O) macro