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

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/libgccExtras/
H A Dparityhi2.asm4 // Support for parity checks.
/netbsd-6-1-5-RELEASE/gnu/dist/bc/lib/
H A Dnumber.c1186 bc_num power, exponent, parity, temp; local
1197 bc_init_num(&parity);
1218 (void) bc_divmod (exponent, _two_, &exponent, &parity, 0);
1219 if ( !bc_is_zero(parity) )
/netbsd-6-1-5-RELEASE/gnu/dist/gkermit/
H A Dgunixio.c292 { /* Do parity */
403 ttpkt(parity) int parity; { /* Put comm device in packet mode */
407 xparity = parity; /* Make local copy of parity */
695 if (xparity) /* Strip parity */
791 if (xparity) { /* Add parity if requested */
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_ripencc.c348 unsigned char *data_bits, unsigned char *parity,
1153 cmd->buf[2] = char_code; /* parity and #bits per byte */
2824 unsigned char *parity,
2840 *parity = buf[4];
3272 databits, parity; local
3298 parity = (unsigned char)(char_format_index >> 2);
3299 if (parity > 4) parity = 2;
3301 pbuf += sprintf(pbuf, "\n Character format (bits/char, parity, stop bits): %d-%s-%d",
3302 databits, old_parity_text[parity], stop_bit
2818 rpt_0xBC( TSIPPKT *rpt, unsigned char *port_num, unsigned char *in_baud, unsigned char *out_baud, unsigned char *data_bits, unsigned char *parity, unsigned char *stop_bits, unsigned char *flow_control, unsigned char *protocols_in, unsigned char *protocols_out, unsigned char *reserved ) argument
4408 port_num, in_baud, out_baud, data_bits, parity, stop_bits, flow_control, local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Darcmsrvar.h277 uint8_t parity; member in struct:arc_fw_comminfo
H A Dif_lmc.c2786 unsigned short encoding, unsigned short parity)
2793 if (parity == PARITY_CRC32_PR1_CCITT)
2795 if (parity == PARITY_CRC16_PR1_CCITT)
2785 gen_hdlc_card_params(struct net_device *netdev, unsigned short encoding, unsigned short parity) argument
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_map.c60 * routine also maps the parity. The physical disk location returned
61 * always indicates the entire parity unit, even when only a subset of
64 * access two distinct portions of the parity unit, and we can't yet
66 * algorithm selection code to decide what subset of the parity unit
113 /* may also need pda(s) per stripe for parity */
192 /* Map the parity. At this stage, the startSector and
193 * numSector fields for the parity unit are always set
194 * to indicate the entire parity unit. We may modify
262 * DAG to fail. The parity may consist of two components, but we want
264 * to the first parity componen
854 rf_ASMCheckStatus(RF_Raid_t *raidPtr, RF_PhysDiskAddr_t *pda_p, RF_AccessStripeMap_t *asm_p, RF_RaidDisk_t *disks, int parity) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/ia64/efi/
H A Dmain.c536 printf(" Parity = %u\n", ent->parity);
/netbsd-6-1-5-RELEASE/sys/dev/microcode/aic7xxx/
H A Daicasm_gram.y1635 f1_instr->parity = 1;
1775 f3_instr->parity = 1;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Dmul_basecase.asm475 leal 1(%esi), %ecx C adjust parity for decl %ecx above
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-attr-1.c425 BUILTIN_TEST1 (parity, int)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-attr-1.c421 BUILTIN_TEST1 (parity, int)
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daha.c923 setup.reply.parity ? "parity" : "no parity");
H A Dbha.c1282 if (setup.reply.parity)
1283 aprint_normal(", parity");
H A Daic7xxx.c746 * If we've cleared the parity error interrupt
748 * is true, it must be that the parity error is
797 printf("Unable to clear parity error. "
1045 * SCSIPERR is latched true as soon as a parity error
1047 * caused the parity error and the currently presented
1048 * transfer on the bus has correct parity, SCSIPERR will
1068 * automatically ack a byte that has a parity error
1070 * could be 'data-in' is if the parity error is for
1100 printf("parity error detected %s. "
1133 * get a parity erro
[all...]
H A Daic79xx.c1622 printf("%s: SCSI Cell parity error SSTAT3 == 0x%x\n",
1918 * get a parity error on "in" phases, so all we
2068 * Ignore what are really parity errors that
2072 * going busfree resulting in a parity glitch.
5278 * does not disable its parity logic prior to
5280 * parity error to be detected and thus a
6377 * spurious parity errors.
8524 if (fmt1_ins->parity != 0) {
8527 fmt1_ins->parity = 0;
8533 /* Calculate odd parity fo
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dexpr.c994 character, parity errors and all, is taken as the value
/netbsd-6-1-5-RELEASE/sys/arch/arc/dti/
H A Dbtl.c1098 setup.reply.parity ? "parity" : "no parity");
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dlocore.s1815 ! as I got some parity errors and the

Completed in 692 milliseconds

12