HomeSort by relevance Sort by last modified time
    Searched refs:parity (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/fec/
encode_rs_ccsds.c 11 void encode_rs_ccsds(data_t *data,data_t *parity,int pad){
19 encode_rs_8(cdata,parity,pad);
21 /* Convert parity from conventional to dual basis */
23 parity[i] = Taltab[parity[i]];
encode_rs.h 7 * data_t parity[] - an array of NROOTS and type data_t to be written with parity symbols
9 * which is the same as the number of parity symbols in a block.
37 memset(parity,0,NROOTS*sizeof(data_t));
40 feedback = INDEX_OF[data[i] ^ parity[0]];
49 parity[j] ^= ALPHA_TO[MODNN(feedback + GENPOLY[NROOTS-j])];
52 memmove(&parity[0],&parity[1],sizeof(data_t)*(NROOTS-1));
54 parity[NROOTS-1] = ALPHA_TO[MODNN(feedback + GENPOLY[0])];
56 parity[NROOTS-1] = 0
    [all...]
encode_rs_char.c 10 void encode_rs_char(void *p,data_t *data, data_t *parity){
encode_rs_int.c 10 void encode_rs_int(void *p,data_t *data, data_t *parity){
encode_rs_8.c 14 static void encode_rs_8_c(data_t *data, data_t *parity,int pad);
16 static void encode_rs_8_av(data_t *data, data_t *parity,int pad);
22 void encode_rs_8(data_t *data, data_t *parity,int pad){
54 encode_rs_8_av(data,parity,pad);
63 encode_rs_8_c(data,parity,pad);
79 static void encode_rs_8_av(data_t *data, data_t *parity,int pad){
100 parity[NROOTS-i-1] = shift_register.c[i];
105 static void encode_rs_8_c(data_t *data, data_t *parity,int pad){
encode_rs_av.c 39 void encode_rs_av(unsigned char *data,unsigned char *parity,int pad){
60 parity[NROOTS-i-1] = shift_register.c[i];
  /external/pdfium/fxbarcode/oned/
BC_OnedEANChecksum.cpp 12 size_t parity = 1; local
14 if (parity % 2)
18 parity++;
  /external/chromium-trace/catapult/third_party/pyserial/serial/
sermsdos.py 74 parity: enable parity checking
85 parity = PARITY_NONE,
103 if parity == PARITY_NONE:
104 self.parity = 'N'
105 elif parity == PARITY_EVEN:
106 self.parity = 'E'
107 elif parity == PARITY_ODD:
108 self.parity = 'O'
109 elif parity == PARITY_MARK
    [all...]
  /external/libvpx/libvpx/test/
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));
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));
  /external/syslinux/com32/lib/
strspn.c 24 static size_t strxspn(const char *s, const char *map, int parity)
35 if (parity)
39 while (test_bit(matchmap, (unsigned char)*s++) ^ parity)
  /external/python/cpython2/Demo/turtle/
tdemo_fractalcurves.py 22 def hilbert(self, size, level, parity):
25 # rotate and draw first subcurve with opposite parity to big curve
26 self.left(parity * 90)
27 self.hilbert(size, level - 1, -parity)
28 # interface to and draw second subcurve with same parity as big curve
30 self.right(parity * 90)
31 self.hilbert(size, level - 1, parity)
34 self.hilbert(size, level - 1, parity)
36 self.right(parity * 90)
38 self.hilbert(size, level - 1, -parity)
    [all...]
  /external/python/cpython3/Lib/turtledemo/
fractalcurves.py 22 def hilbert(self, size, level, parity):
25 # rotate and draw first subcurve with opposite parity to big curve
26 self.left(parity * 90)
27 self.hilbert(size, level - 1, -parity)
28 # interface to and draw second subcurve with same parity as big curve
30 self.right(parity * 90)
31 self.hilbert(size, level - 1, parity)
34 self.hilbert(size, level - 1, parity)
36 self.right(parity * 90)
38 self.hilbert(size, level - 1, -parity)
    [all...]
  /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)) {
  /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
  /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);
  /bionic/libc/kernel/uapi/linux/dvb/
ca.h 54 unsigned int parity; member in struct:ca_descr
  /bionic/libc/kernel/uapi/linux/hdlc/
ioctl.h 60 unsigned short parity; member in struct:__anon644
  /device/google/contexthub/firmware/os/inc/
usart.h 63 UsatStopBitsCfg stop_bits, UsartParityCfg parity,
  /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/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/kernel-headers/original/uapi/linux/hdlc/
ioctl.h 24 #define PARITY_NONE 1 /* No parity */
55 unsigned short parity; member in struct:__anon22850
  /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

Completed in 251 milliseconds

1 2 3 4