/external/pdfium/fxbarcode/oned/ |
BC_OnedEANChecksum.cpp | 12 size_t parity = 1; local 14 if (parity % 2) 18 parity++;
|
/external/libvpx/libvpx/test/ |
vp8_boolcoder_test.cc | 63 const int parity = i & 1; local 69 (method == 4) ? (parity ? 0 : 255) : 71 (method == 5) ? (parity ? rnd(128) : 255 - rnd(128)) : 73 (parity ? rnd(64) : 255 - rnd(64)) : 74 (parity ? rnd(32) : 255 - rnd(32));
|
vp9_boolcoder_test.cc | 36 const int parity = i & 1; local 42 (method == 4) ? (parity ? 0 : 255) : 44 (method == 5) ? (parity ? rnd(128) : 255 - rnd(128)) : 46 (parity ? rnd(64) : 255 - rnd(64)) : 47 (parity ? rnd(32) : 255 - rnd(32));
|
/external/valgrind/none/tests/x86/ |
aad_aam.c | 6 int parity(int v) { function 53 if (pf != parity(out&0xff)) { 100 if (pf != parity(out&0xff)) {
|
/external/fec/ |
fec.h | 229 void encode_rs_char(void *rs,unsigned char *data,unsigned char *parity); 238 void encode_rs_int(void *rs,int *data,int *parity); 247 void encode_rs_8(unsigned char *data,unsigned char *parity,int pad); 251 void encode_rs_ccsds(unsigned char *data,unsigned char *parity,int pad); 264 /* Determine parity of argument: 1 = odd, 0 = even */ 284 static inline int parity(int x){ function
|
/hardware/broadcom/libbt/src/ |
userial_vendor.c | 197 uint16_t parity; local 222 parity = 0; 224 parity = PARENB; 226 parity = (PARENB | PARODD); 229 ALOGE("userial vendor open: unsupported parity bit mode");
|
/bionic/libc/kernel/uapi/linux/dvb/ |
ca.h | 54 unsigned int parity; member in struct:ca_descr
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
serialjava.py | 114 raise ValueError("unsupported parity type: %r" % self._parity) 247 parity=PARITY_EVEN, # enable parity checking variable in class:.Serial
|
/external/kernel-headers/original/uapi/linux/dvb/ |
ca.h | 126 * @parity: control words parity, where 0 means even and 1 means odd 131 unsigned int parity; member in struct:ca_descr
|
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_dmatmp2.h | 324 int parity = 0; local 341 for ( i = j ; i+2 < j+nr ; i++, parity^=1 ) { 342 EMIT_ELT( dest, 0, (i+0+parity) ); 343 EMIT_ELT( dest, 1, (i+1-parity) );
|
/external/valgrind/memcheck/tests/ppc32/ |
power_ISA2_05.c | 10 * the parity instrs 28 int i, parity; local 34 __asm__ volatile ("prtyd %0, %1":"=r" (parity):"r"(long_word)); 35 printf("prtyd (%x) => parity=%x\n", i, parity); 37 __asm__ volatile ("prtyw %0, %1":"=r" (parity):"r"(word)); 38 printf("prtyw (%x) => parity=%x\n", i, parity);
|
/external/valgrind/memcheck/tests/ppc64/ |
power_ISA2_05.c | 10 * the parity instrs 29 int i, parity; local 34 __asm__ volatile ("prtyd %0, %1":"=r" (parity):"r"(long_word)); 35 printf("prtyd (%x) => parity=%x\n", i, parity); 36 __asm__ volatile ("prtyw %0, %1":"=r" (parity):"r"(word)); 37 printf("prtyw (%x) => parity=%x\n", i, parity);
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
hci_uart.c | 230 uint16_t parity; local 255 parity = 0; 257 parity = PARENB; 259 parity = (PARENB | PARODD); 262 ALOGE("userial vendor open: unsupported parity bit mode");
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
hci_uart.c | 232 uint16_t parity; local 257 parity = 0; 259 parity = PARENB; 261 parity = (PARENB | PARODD); 264 ALOGE("userial vendor open: unsupported parity bit mode");
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
hci_uart.c | 231 uint16_t parity; local 256 parity = 0; 258 parity = PARENB; 260 parity = (PARENB | PARODD); 263 ALOGE("userial vendor open: unsupported parity bit mode");
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
hci_uart.c | 234 uint16_t parity; local 259 parity = 0; 261 parity = PARENB; 263 parity = (PARENB | PARODD); 266 ALOGE("userial vendor open: unsupported parity bit mode");
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
hci_uart.c | 236 uint16_t parity; local 261 parity = 0; 263 parity = PARENB; 265 parity = (PARENB | PARODD); 268 ALOGE("userial vendor open: unsupported parity bit mode");
|
/bionic/libc/kernel/uapi/linux/hdlc/ |
ioctl.h | 60 unsigned short parity; member in struct:__anon644
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
dig64.h | 52 uint8_t parity;
member in struct:dig64_hcdp_entry
|
/external/iproute2/include/uapi/linux/hdlc/ |
ioctl.h | 24 #define PARITY_NONE 1 /* No parity */ 55 unsigned short parity; member in struct:__anon21887
|
/external/jemalloc/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) {
|
/external/kernel-headers/original/uapi/linux/hdlc/ |
ioctl.h | 24 #define PARITY_NONE 1 /* No parity */ 55 unsigned short parity; member in struct:__anon22850
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_rendertmp.h | 199 GLuint parity = 0; local 204 for (j=start+2;j<count;j++,parity^=1) { 208 ej2 = ELT(j-2+parity); 209 ej1 = ELT(j-1-parity); 213 ej2 = ELT(j-1+parity); 214 ej1 = ELT(j-parity); 232 for (j=start+2; j<count ; j++, parity^=1) { 234 RENDER_TRI( ELT(j-2+parity), ELT(j-1-parity), ELT(j) ); 236 RENDER_TRI( ELT(j-1+parity), ELT(j-parity), ELT(j-2) ) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/ |
ca.h | 72 unsigned int parity; /* 0 == even, 1 == odd */ member in struct:ca_descr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/hdlc/ |
ioctl.h | 23 #define PARITY_NONE 1 /* No parity */ 52 unsigned short parity; member in struct:__anon62519
|