| /src/usr.bin/tip/ |
| cu.c | 55 int parity = 0; /* 0 is no parity */ local 66 { "parity", required_argument, NULL, 'P' }, 112 parity = -1; 115 parity = 1; 118 errx(3, "bad parity setting"); 120 parity = 0; 151 if (parity != 0) 152 errx(3, "more than one parity specified"); 153 parity = -1; /* even * [all...] |
| tip.c | 229 setparity("none"); /* set the parity table */ 586 * Do a write to the remote machine with the correct parity. 588 * with the right parity and output it. 611 * Build a parity table with appropriate high-order bit. 617 const char *parity; local 620 if (value(PARITY) == NULL || ((char *)value(PARITY))[0] == '\0') { 623 value(PARITY) = curpar = strdup(defparity); 625 parity = value(PARITY); [all...] |
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm_insformat.h | 52 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,
|
| /src/sys/net/ |
| toeplitz.c | 99 /* parity of n16: count (mod 2) of ones in the binary representation. */ 101 parity(uint16_t n16) function 113 * parity of the seed is 1. Generate such a seed uniformly at random. 121 if (parity(seed) == 0)
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| n_pow_ui.c | 510 int parity; local 513 ULONG_PARITY (parity, e); 514 if (((parity ^ i) & 1) != 0)
|
| /src/external/bsd/ekermit/dist/ |
| main.c | 97 int parity = 0; /* Parity */ variable 125 fprintf(stderr," -p [neoms] Parity: none, even, odd, mark, space\n"); 259 case 'p': /* Parity */ 264 fatal("Missing parity",(char *)0,(char *)0); 269 case 's': parity = x; break; /* Space */ 270 case 'n': parity = 0; break; /* None */ 271 default: fatal("Invalid parity '", *xargv, "'"); 299 parity = P_PARITY; /* Set this to desired parity */ [all...] |
| kermit.h | 219 /* Parity values */ 232 #define P_PARITY PAR_NONE /* Default parity */ 335 short parity; /* 0 = none, nonzero = some */ member in struct:k_data
|
| /src/sys/arch/amiga/dev/ |
| kbd.c | 366 * Output a raw byte to the keyboard (+ parity and stop bit). 372 u_int8_t parity; local 376 parity = 0; 383 ++parity; 390 /* parity bit */ 391 if (parity & 1) {
|
| /src/usr.sbin/memswitch/ |
| methods.c | 432 int baud, bit, parity, stop, flow; local 466 /* parity */ 469 warnx("%c: Invalid parity spec", *p); 472 parity = q - parities; 512 (parity << 12) + 686 char bit, parity, flow; local 704 parity = parities[(v & 0x3000) >> 12]; 707 sprintf(str, "%s,%c,%c,%s,%c", baud, bit, parity, stop, flow);
|
| /src/external/bsd/jemalloc.old/dist/test/src/ |
| SFMT.c | 114 /** a parity check vector which certificate the period of 2^{MEXP} */ 115 static uint32_t parity[4] = {PARITY1, PARITY2, PARITY3, PARITY4}; variable 390 inner ^= psfmt32[idxof(i)] & parity[i]; 402 if ((work & parity[i]) != 0) {
|
| /src/external/bsd/jemalloc/dist/test/src/ |
| SFMT.c | 114 /** a parity check vector which certificate the period of 2^{MEXP} */ 115 static uint32_t parity[4] = {PARITY1, PARITY2, PARITY3, PARITY4}; variable 406 inner ^= psfmt32[idxof(i)] & parity[i]; 418 if ((work & parity[i]) != 0) {
|
| /src/sys/arch/arm/ti/ |
| omap2_nand.c | 503 uint16_t parity, offset; local 519 parity = xor >> 16; 520 bit = (parity & 0x07); 521 offset = (parity >> 3) & 0x01ff;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| serial.c | 521 serial_setparity (struct serial *scb, int parity) 523 return scb->ops->setparity (scb, parity); 632 static const char *parity = parity_none; 639 if (parity == parity_odd) 641 else if (parity == parity_even) 674 add_setshow_enum_cmd ("parity", no_class, parity_enums, 675 &parity, _("\ 676 Set parity for remote serial I/O."), _("\ 677 Show parity for remote serial I/O."), NULL, 630 static const char *parity = parity_none; variable
|
| /src/external/gpl3/gdb/dist/gdb/ |
| serial.c | 521 serial_setparity (struct serial *scb, int parity) 523 return scb->ops->setparity (scb, parity); 632 static const char *parity = parity_none; 639 if (parity == parity_odd) 641 else if (parity == parity_even) 672 add_setshow_enum_cmd ("parity", no_class, parity_enums, 673 &parity, _("\ 674 Set parity for remote serial I/O."), _("\ 675 Show parity for remote serial I/O."), NULL, 630 static const char *parity = parity_none; variable
|
| /src/sys/arch/ia64/include/ |
| dig64.h | 58 uint8_t parity; member in struct:dig64_hcdp_entry
|
| /src/sys/arch/pmax/include/ |
| dec_prom.h | 88 int parity; /* true if system module supports T.C. parity */ member in struct:__anon1750
|
| /src/sys/dev/ic/ |
| ahareg.h | 307 u_char parity:1; member in struct:aha_setup::__anon2658
|
| bhareg.h | 294 #define BHA_SCSI_PARITY_ERROR 0x34 /* SCSI parity error detected */ 412 parity :1, member in struct:bha_setup_reply 416 parity :1,
|
| /src/external/bsd/bc/dist/ |
| number.c | 1146 bc_num power, exponent, parity, temp; local 1157 bc_init_num(&parity); 1178 (void) bc_divmod (exponent, _two_, &exponent, &parity, 0); 1179 if ( !bc_is_zero(parity) )
|
| /src/sbin/efi/ |
| devpath3.c | 840 uint8_t Parity; 844 const char *parity, *stopbits; local 846 parity = uart_parity(p->Parity); 850 p->BaudRate, p->DataBits, parity, stopbits); 858 DEVPATH_FMT(Parity: 0x%1x(%s)\n) 864 p->Parity, parity,
|
| /src/sys/arch/arc/dti/ |
| btlreg.h | 273 u_char parity:1; member in struct:bt_setup::__anon985
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| wide-int.h | 630 int parity (const wide_int_ref &); 3202 wi::parity (const wide_int_ref &x) function in class:wi
|
| /src/sys/dev/pci/ |
| arcmsrvar.h | 277 uint8_t parity; member in struct:arc_fw_comminfo
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| c99_functions.c | 1846 int i, n, parity; local 1882 parity = 0; 1899 parity = 1; 1965 if (parity)
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| c99_functions.c | 1846 int i, n, parity; local 1874 parity = 0; 1891 parity = 1; 1957 if (parity)
|