HomeSort by relevance Sort by last modified time
    Searched full:parity (Results 151 - 175 of 406) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libppp/src/
physical.h 109 unsigned parity; /* What parity is enabled? (tty flags) */ member in struct:physical::__anon21077
  /external/llvm/lib/Target/X86/
X86InstrCMovSetCC.td 105 defm SETP : SETCC<0x9A, "setp", X86_COND_P>; // is parity bit set
106 defm SETNP : SETCC<0x9B, "setnp", X86_COND_NP>; // is parity bit not set
  /external/ppp/pppd/include/net/
if_ppp.h 66 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */
67 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */
pppio.h 86 #define RCV_EVNP 4 /* have rcvd char with even parity */
87 #define RCV_ODDP 8 /* have rcvd char with odd parity */
  /external/ppp/pppd/
pppcrypt.c 54 u_char *key; /* IN 56 bit DES key missing parity bits */
55 u_char *des_key; /* OUT 64 bit DES key with parity bits added */
  /external/srtp/test/
lfsr.c 11 parity(uint32_t x) { function
40 if (parity(mask.value & lfsr.value))
  /frameworks/base/docs/html/design/patterns/
multi-pane-layouts.jd 40 you can use to adjust the layout after orientation change while keeping functional parity intact.</p>
115 <p>Make sure that your screens try to provide functional parity after the screen orientation
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESedeKeySpecTest.java 141 * it returns false on the key which is not parity adjusted, and if
142 * it returns true on parity adjusted key.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ppp.h 79 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */
80 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */
synclink.h 166 unsigned char parity; /* none, even, or odd */ member in struct:_MGSL_PARAMS
213 __u32 frame, parity, overrun, brk; member in struct:mgsl_icount
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_ppp.h 99 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */
100 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_ppp.h 79 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */
80 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */
synclink.h 166 unsigned char parity; /* none, even, or odd */ member in struct:_MGSL_PARAMS
213 __u32 frame, parity, overrun, brk; member in struct:mgsl_icount
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if_ppp.h 99 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */
100 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_ppp.h 79 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */
80 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */
synclink.h 166 unsigned char parity; /* none, even, or odd */ member in struct:_MGSL_PARAMS
213 __u32 frame, parity, overrun, brk; member in struct:mgsl_icount
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if_ppp.h 99 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */
100 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */
  /external/grub/netboot/
ni5010.c 86 #define XS_PERR 0x01 /* parity error */
91 #define XS_CLR_PERR 0x01 /* clear parity error */
99 #define XM_PERR 0x01 /* =1 to enable Xmt Parity Error ints */
141 #define XMD_IG_PAR 0x08 /* =1 to ignore parity. ALWAYS set */
  /external/kernel-headers/original/asm-arm/
termbits.h 135 #define CMSPAR 010000000000 /* mark or space (stick) parity */
  /external/kernel-headers/original/asm-x86/
termbits.h 160 #define CMSPAR 010000000000 /* mark or space (stick) parity */
  /external/kernel-headers/original/linux/
serial_reg.h 91 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */
92 #define UART_LCR_EPAR 0x10 /* Even parity select */
93 #define UART_LCR_PARITY 0x08 /* Parity Enable */
116 #define UART_LSR_PE 0x04 /* Parity error indicator */
  /external/libnfc-nci/src/udrv/include/
usb.h 62 /* Parity Bits */
  /external/qemu/
qemu-char.h 24 int parity; member in struct:__anon25513
  /external/wpa_supplicant_8/src/crypto/
crypto_nss.c 57 /* Add parity bits to the key */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
termbits.h 160 #define CMSPAR 010000000000 /* mark or space (stick) parity */

Completed in 2360 milliseconds

1 2 3 4 5 67 8 91011>>