Searched refs:parity (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dpr44481.c5 parity (unsigned x) function
13 return parity (rpoly & 1) ^ parity (rpoly & 6);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/alpha/
H A Dpr42269-1.c6 parity (unsigned x) function
/netbsd-6-1-5-RELEASE/sys/dev/microcode/aic7xxx/
H A Daicasm_insformat.h52 parity : 1; member in struct:ins_format1
54 uint32_t parity : 1,
70 parity : 1; member in struct:ins_format2
72 uint32_t parity : 1,
87 parity : 1; member in struct:ins_format3
89 uint32_t parity : 1,
/netbsd-6-1-5-RELEASE/usr.bin/tip/
H A Dcu.c54 int parity = 0; /* 0 is no parity */ local
66 { "parity", required_argument, NULL, 'P' },
111 parity = -1;
114 parity = 1;
117 errx(3, "bad parity setting");
119 parity = 0;
144 if (parity != 0)
145 errx(3, "more than one parity specified");
146 parity
[all...]
H A Dtip.c167 setparity("none"); /* set the parity table */
506 * Do a write to the remote machine with the correct parity.
508 * with the right parity and output it.
531 * Build a parity table with appropriate high-order bit.
537 const char *parity; local
545 parity = value(PARITY);
546 if (equal(parity, "none")) {
554 if (equal(parity, "odd"))
556 else if (equal(parity, "zero"))
558 else if (equal(parity, "on
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/
H A DMakefile.am37 t-modlinv t-popc t-parity t-sub
H A DMakefile.in76 t-modlinv$(EXEEXT) t-popc$(EXEEXT) t-parity$(EXEEXT) \
116 t_parity_SOURCES = t-parity.c
117 t_parity_OBJECTS = t-parity$U.$(OBJEXT)
142 t-hightomask.c t-modlinv.c t-parity.c t-popc.c t-sub.c
145 t-hightomask.c t-modlinv.c t-parity.c t-popc.c t-sub.c
463 t-parity$(EXEEXT): $(t_parity_OBJECTS) $(t_parity_DEPENDENCIES)
464 @rm -f t-parity$(EXEEXT)
520 t-parity_.c: t-parity.c $(ANSI2KNR)
521 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-parity.c; then echo $(srcdir)/t-parity
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ia64/ia64/
H A Dconsinit.c189 switch (ent->parity) {
203 panic("unsupported parity type %d\n",
204 ent->parity);
/netbsd-6-1-5-RELEASE/gnu/dist/gkermit/
H A Dgcmdline.c38 extern int nfils, parity, text, backup, rpsiz, urpsiz, timint;
206 fatal("missing parity");
211 case 's': parity = x; break; /* Space */
212 case 'n': parity = 0; break; /* None */
213 default: fatal("invalid parity");
H A Dgkermit.c156 int parity = 0; /* Parity specified, 0,'e','o',etc */ variable
189 parity = 0; /* Initial parity. */
210 if (ttpkt(parity) < 0) { /* Open OK, put it in packet mode */
663 m = (parity) ? 0177 : 0377;
683 if (parity) c &= 0177;
790 b8 = a & 128; /* And "parity" bit */
908 case 1: if (parity) { ebqflg = 1; ebq = '&'; } break;
987 case 1: if (parity) ebq = sq = '&'; break;
/netbsd-6-1-5-RELEASE/usr.sbin/memswitch/
H A Dmethods.c456 int baud, bit, parity, stop, flow; local
490 /* parity */
493 warnx("%c: Invalid parity spec", *p);
496 parity = q - parities;
536 (parity << 12) +
730 char bit, parity, flow; local
748 parity = parities[(v & 0x3000) >> 12];
751 sprintf(str, "%s,%c,%c,%s,%c", baud, bit, parity, stop, flow);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dn_pow_ui.c483 int parity; local
486 ULONG_PARITY (parity, e);
487 if (((parity ^ i) & 1) != 0)
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Ddig64.h58 uint8_t parity; member in struct:dig64_hcdp_entry
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap2_nand.c483 uint16_t parity, offset; local
499 parity = xor >> 16;
500 bit = (parity & 0x07);
501 offset = (parity >> 3) & 0x01ff;
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dkbd.c355 * Output a raw byte to the keyboard (+ parity and stop bit).
361 u_int8_t parity; local
365 parity = 0;
372 ++parity;
379 /* parity bit */
380 if (parity & 1) {
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dbhareg.h293 #define BHA_SCSI_PARITY_ERROR 0x34 /* SCSI parity error detected */
411 parity :1, member in struct:bha_setup_reply
415 parity :1,
H A Daic7xxxvar.h87 parity : 1; member in struct:ins_format1
89 uint32_t parity : 1,
105 parity : 1; member in struct:ins_format2
107 uint32_t parity : 1,
122 parity : 1; member in struct:ins_format3
124 uint32_t parity : 1,
658 * We detected a parity or CRC
883 * to parity errors in each phase table.
887 uint8_t mesg_out; /* Message response to parity errors */
943 #define CFSPARITY 0x0010 /* SCSI parity */
[all...]
H A Dahareg.h307 u_char parity:1; member in struct:aha_setup::__anon7213
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dcache_r3k_subr.S90 3: sw zero, 0(t1) # clear parity
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlibgcc2.h305 #define __paritySI2 __NW(parity,2)
310 #define __parityDI2 __NDW(parity,2)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dlibgcc2.h256 #define __paritySI2 __NW(parity,2)
261 #define __parityDI2 __NDW(parity,2)
/netbsd-6-1-5-RELEASE/sys/arch/hp700/include/
H A Dpdc.h335 #define PZL_ENCODE(bits, parity, speed) \
336 (((bits) - 5) & 0x03) | (((parity) & 0x3) << 3) | \
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_parityscan.c31 * rf_parityscan.c -- misc utilities related to parity verification
53 * walk through the entire arry and write new parity. This works by
55 * new parity. The first is executed, the data is xored together, and
88 /* There isn't any parity. Call it "okay." */
93 * We're in degraded mode. Don't try to verify parity now!
128 printf("Could not correct bad parity\n");
132 printf("Could not verify parity\n");
145 * verify that the parity in a particular stripe is correct. we
146 * validate only the range of parity defined by parityPDA, since this
148 * maps the whole stripe and then range-restrict it to the parity
339 rf_TryToRedirectPDA(RF_Raid_t *raidPtr, RF_PhysDiskAddr_t *pda, int parity) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/pmax/include/
H A Ddec_prom.h88 int parity; /* true if system module supports T.C. parity */ member in struct:__anon6292
/netbsd-6-1-5-RELEASE/sys/arch/arc/dti/
H A Dbtlreg.h273 u_char parity:1; member in struct:bt_setup::__anon5660

Completed in 308 milliseconds

12