/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/hdlc/ |
ioctl.h | 30 unsigned short parity; member in struct:__anon57613
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/hdlc/ |
ioctl.h | 30 unsigned short parity; member in struct:__anon57975
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/hdlc/ |
ioctl.h | 30 unsigned short parity; member in struct:__anon58340
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/hdlc/ |
ioctl.h | 30 unsigned short parity; member in struct:__anon58737
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/hdlc/ |
ioctl.h | 30 unsigned short parity; member in struct:__anon59187
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/hdlc/ |
ioctl.h | 30 unsigned short parity; member in struct:__anon59639
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_rendertmp.h | 198 GLuint parity = 0; local 203 for (j=start+2;j<count;j++,parity^=1) { 207 ej2 = ELT(j-2+parity); 208 ej1 = ELT(j-1-parity); 212 ej2 = ELT(j-1+parity); 213 ej1 = ELT(j-parity); 231 for (j=start+2; j<count ; j++, parity^=1) { 233 RENDER_TRI( ELT(j-2+parity), ELT(j-1-parity), ELT(j) ); 235 RENDER_TRI( ELT(j-1+parity), ELT(j-parity), ELT(j-2) ) [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_rendertmp.h | 198 GLuint parity = 0; local 203 for (j=start+2;j<count;j++,parity^=1) { 207 ej2 = ELT(j-2+parity); 208 ej1 = ELT(j-1-parity); 212 ej2 = ELT(j-1+parity); 213 ej1 = ELT(j-parity); 231 for (j=start+2; j<count ; j++, parity^=1) { 233 RENDER_TRI( ELT(j-2+parity), ELT(j-1-parity), ELT(j) ); 235 RENDER_TRI( ELT(j-1+parity), ELT(j-parity), ELT(j-2) ) [all...] |
/external/iproute2/include/linux/hdlc/ |
ioctl.h | 23 #define PARITY_NONE 1 /* No parity */ 52 unsigned short parity; member in struct:__anon19229
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/hdlc/ |
ioctl.h | 23 #define PARITY_NONE 1 /* No parity */ 52 unsigned short parity; member in struct:__anon37560
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/hdlc/ |
ioctl.h | 23 #define PARITY_NONE 1 /* No parity */ 52 unsigned short parity; member in struct:__anon39151
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/hdlc/ |
ioctl.h | 23 #define PARITY_NONE 1 /* No parity */ 52 unsigned short parity; member in struct:__anon40665
|
/hardware/broadcom/libbt/src/ |
userial_vendor.c | 182 uint16_t parity; local 207 parity = 0; 209 parity = PARENB; 211 parity = (PARENB | PARODD); 214 ALOGE("userial vendor open: unsupported parity bit mode");
|
/external/valgrind/main/none/tests/x86/ |
aad_aam.c | 6 int parity(int v) { function 53 if (pf != parity(out&0xff)) { 100 if (pf != parity(out&0xff)) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
des_crypt.h | 68 * The key should have odd parity in the low bit of each byte. 90 * Set des parity for a key. 91 * DES parity is odd and in the low bit of each byte
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
des_crypt.h | 68 * The key should have odd parity in the low bit of each byte. 90 * Set des parity for a key. 91 * DES parity is odd and in the low bit of each byte
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
des_crypt.h | 68 * The key should have odd parity in the low bit of each byte. 90 * Set des parity for a key. 91 * DES parity is odd and in the low bit of each byte
|
/external/kernel-headers/original/asm-mips/ |
termbits.h | 84 #define IGNPAR 0000004 /* Ignore characters with parity errors. */ 85 #define PARMRK 0000010 /* Mark parity and framing errors. */ 86 #define INPCK 0000020 /* Enable input parity check. */ 162 #define PARENB 0000400 /* Parity enable. */ 163 #define PARODD 0001000 /* Odd parity instead of even. */ 184 #define CMSPAR 010000000000 /* mark or space (stick) parity */
|
/external/grub/stage2/ |
serial.h | 44 /* The type of parity. */ 86 int word_len, int parity, int stop_bit_len);
|
serial.c | 130 for the device. Likewise, PARITY is the type of the parity and 132 WORD_LEN, PARITY and STOP_BIT_LEN are defined in the header file as 136 int word_len, int parity, int stop_bit_len) 163 status |= parity | word_len | stop_bit_len;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
DESedeKeyGenerator.java | 13 * parity bits), depending on whether you wish to do 2-key or 3-key
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/ |
llvm-todo.txt | 17 Goal: extension parity with softpipe:
|
/external/mesa3d/src/gallium/docs/ |
llvm-todo.txt | 17 Goal: extension parity with softpipe:
|
/external/yaffs2/yaffs2/ |
yaffs_ecc.h | 19 * The ECC comprises 22 bits of parity information and is stuffed into 3 bytes.
|
/external/kernel-headers/original/asm-mips/sn/sn0/ |
hubpi.h | 173 #define PI_ERR_SYSSTATE_B 0x00000100 /* SysState parity error */ 175 #define PI_ERR_SYSAD_DATA_B 0x00000400 /* SysAD data parity error */ 177 #define PI_ERR_SYSAD_ADDR_B 0x00001000 /* SysAD addr parity error */ 179 #define PI_ERR_SYSCMD_DATA_B 0x00004000 /* SysCmd data parity error */ 181 #define PI_ERR_SYSCMD_ADDR_B 0x00010000 /* SysCmd addr parity error */ 187 #define PI_ERR_SYSSTATE_TAG_B 0x00400000 /* SysState tag parity error */ 368 #define PI_SYSAD_ERRCHK_SADP 0x04 /* Enable SysAD parity checking */ 369 #define PI_SYSAD_ERRCHK_CMDP 0x08 /* Enable SysCmd parity checking */ 370 #define PI_SYSAD_ERRCHK_STATE 0x10 /* Enable SysState parity checking */
|