Home
last modified time | relevance | path

Searched refs:odd (Results 1 – 124 of 124) sorted by relevance

/linux-4.4.14/arch/c6x/include/uapi/asm/
Dptrace.h17 #define PT_LO(odd, even) odd argument
18 #define PT_HI(odd, even) even argument
20 #define PT_LO(odd, even) even argument
21 #define PT_HI(odd, even) odd argument
108 #define REG_PAIR(odd, even) unsigned long odd; unsigned long even argument
110 #define REG_PAIR(odd, even) unsigned long even; unsigned long odd argument
/linux-4.4.14/arch/tile/lib/
Dchecksum.c21 int odd, count; in do_csum() local
26 odd = 1 & (unsigned long) buff; in do_csum()
27 if (odd) { in do_csum()
85 if (odd) in do_csum()
/linux-4.4.14/arch/x86/lib/
Dcsum-partial_64.c36 unsigned odd, count; in do_csum() local
41 odd = 1 & (unsigned long) buff; in do_csum()
42 if (unlikely(odd)) { in do_csum()
114 if (unlikely(odd)) { in do_csum()
Dchecksum_32.S62 # buf is odd
168 # buf is odd
/linux-4.4.14/arch/ia64/lib/
Dcsum_partial_copy.c36 int odd, count; in do_csum_c() local
41 odd = 1 & (unsigned long) buff; in do_csum_c()
42 if (odd) { in do_csum_c()
92 if (odd) in do_csum_c()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.c901 u8 buf[TPG_MAX_PLANES][8], int color, bool odd) in gen_twopix() argument
903 unsigned offset = odd * tpg->twopixelsize[0] / 2; in gen_twopix()
940 if (odd) { in gen_twopix()
953 if (odd) { in gen_twopix()
969 if (odd) { in gen_twopix()
982 if (odd) { in gen_twopix()
1005 if (odd) { in gen_twopix()
1015 if (odd) { in gen_twopix()
1025 if (odd) { in gen_twopix()
1035 if (odd) { in gen_twopix()
[all …]
/linux-4.4.14/arch/parisc/lib/
Dchecksum.c43 int odd, count; in do_csum() local
48 odd = 1 & (unsigned long) buff; in do_csum()
49 if (odd) { in do_csum()
93 if (odd) in do_csum()
/linux-4.4.14/arch/metag/lib/
Dchecksum.c51 int odd; in do_csum() local
56 odd = 1 & (unsigned long) buff; in do_csum()
57 if (odd) { in do_csum()
97 if (odd) in do_csum()
/linux-4.4.14/arch/frv/lib/
Dchecksum.c48 int odd, count; in do_csum() local
53 odd = 1 & (unsigned long) buff; in do_csum()
54 if (odd) { in do_csum()
89 if (odd) in do_csum()
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/
Dsharp,lq101r1sx01.txt5 - even-odd: each channel drives the even or odd lines of the screen
10 to the peripheral driven by the second link (DSI-LINK2, right or odd).
13 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it
14 is possible to program either link to drive the left/even or right/odd pixels
/linux-4.4.14/arch/parisc/math-emu/
Dcnv_float.h101 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument
106 odd = Dbit2p2(srcB)
108 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
117 odd = dest << 31; \
137 if (guard && (sticky || odd)) { \
147 guard = odd; \
153 odd = dest << 31; \
162 odd = dest << 31; \
173 odd = dest << 31; \
186 odd = 0; \
/linux-4.4.14/arch/mips/math-emu/
Ddp_tint.c29 int odd; in ieee754dp_tint() local
75 odd = (xm & 0x1) != 0x0; in ieee754dp_tint()
78 if (round && (sticky || odd)) in ieee754dp_tint()
Dsp_tlong.c30 int odd; in ieee754sp_tlong() local
77 odd = (xm & 0x1) != 0x0; in ieee754sp_tlong()
80 if (round && (sticky || odd)) in ieee754sp_tlong()
Dsp_tint.c29 int odd; in ieee754sp_tint() local
80 odd = (xm & 0x1) != 0x0; in ieee754sp_tint()
83 if (round && (sticky || odd)) in ieee754sp_tint()
Ddp_tlong.c29 int odd; in ieee754dp_tlong() local
80 odd = (xm & 0x1) != 0x0; in ieee754dp_tlong()
83 if (round && (sticky || odd)) in ieee754dp_tlong()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-vbi.c53 data.data[0] = cc->odd[0]; in ivtv_set_cc()
54 data.data[1] = cc->odd[1]; in ivtv_set_cc()
106 cc->odd[0] = d->data[0]; in ivtv_write_vbi_line()
107 cc->odd[1] = d->data[1]; in ivtv_write_vbi_line()
149 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi()
165 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi_from_user()
466 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_disable_cc()
478 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_vbi_work_handler()
502 cc.odd[0] = data.data[0]; in ivtv_vbi_work_handler()
503 cc.odd[1] = data.data[1]; in ivtv_vbi_work_handler()
[all …]
Divtv-driver.h531 u8 odd[2]; /* two-byte payload of odd field */ member
/linux-4.4.14/lib/
Dchecksum.c52 int odd; in do_csum() local
57 odd = 1 & (unsigned long) buff; in do_csum()
58 if (odd) { in do_csum()
98 if (odd) in do_csum()
/linux-4.4.14/arch/alpha/lib/
Dchecksum.c83 int odd, count; in do_csum() local
88 odd = 1 & (unsigned long) buff; in do_csum()
89 if (odd) { in do_csum()
137 if (odd) in do_csum()
Dmemchr.S130 and $4, 8, $4 # e1 : odd number of quads?
Dev6-memchr.S147 and $4, 8, $4 # E : odd number of quads?
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-hi843524 can not be odd.
25 If falling threshold results hysteresis to odd value then rising
41 can not be odd.
42 If rising threshold results hysteresis to odd value then falling
Dsysfs-class-mtd43 <major>:<minor> format). In this case <minor> will be odd.
/linux-4.4.14/net/ipv4/
Dtcp_hybla.c93 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local
144 odd = increment % 128; in hybla_cong_avoid()
146 ca->snd_cwnd_cents += odd; in hybla_cong_avoid()
155 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tp->snd_cwnd) { in hybla_cong_avoid()
Dip_output.c785 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in ip_generic_getfrag() argument
796 skb->csum = csum_block_add(skb->csum, csum, odd); in ip_generic_getfrag()
816 int odd, struct sk_buff *skb), in ip_ufo_append_data() argument
871 int len, int odd, struct sk_buff *skb), in __ip_append_data() argument
1168 int odd, struct sk_buff *skb), in ip_append_data() argument
1490 int len, int odd, struct sk_buff *skb), in ip_make_skb() argument
1526 int len, int odd, struct sk_buff *skb) in ip_reply_glue_bits() argument
1531 skb->csum = csum_block_add(skb->csum, csum, odd); in ip_reply_glue_bits()
Draw.c455 static int raw_getfrag(void *from, char *to, int offset, int len, int odd, in raw_getfrag() argument
470 odd); in raw_getfrag()
472 odd = 0; in raw_getfrag()
483 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw_getfrag()
Dicmp.c338 static int icmp_glue_bits(void *from, char *to, int offset, int len, int odd, in icmp_glue_bits() argument
348 skb->csum = csum_block_add(skb->csum, csum, odd); in icmp_glue_bits()
Dping.c607 int offset, int fraglen, int odd, struct sk_buff *skb) in ping_getfrag() argument
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8180/
Dmax2820.c78 bool odd; in max2820_rf_calc_rssi() local
80 odd = !!(agc & 1); in max2820_rf_calc_rssi()
83 if (odd) in max2820_rf_calc_rssi()
/linux-4.4.14/arch/h8300/lib/
Dmemcpy.S28 ;; (aligned even) odd address
66 ;; odd <- even / even <- odd
Dmemset.S24 ;; odd address
/linux-4.4.14/drivers/scsi/
Deata_pio.c168 unsigned char stat, odd; in eata_pio_int_handler() local
192 odd = 0; in eata_pio_int_handler()
193 while ((cmd->SCp.Status) && ((z > 0) || (odd))) { in eata_pio_int_handler()
194 if (odd) { in eata_pio_int_handler()
197 odd = 0; in eata_pio_int_handler()
208 odd = 1; in eata_pio_int_handler()
217 odd = 0; in eata_pio_int_handler()
219 while ((cmd->SCp.Status) && ((z > 0) || (odd))) { in eata_pio_int_handler()
220 if (odd) { in eata_pio_int_handler()
225 odd = 0; in eata_pio_int_handler()
[all …]
/linux-4.4.14/drivers/pcmcia/
Dm32r_cfc.c76 u_long odd; in pcc_port2addr() local
79 odd = (port&1) << 11; in pcc_port2addr()
81 addr = CFC_IO_MAPBASE_BYTE - CFC_IOPORT_BASE + odd + port; in pcc_port2addr()
89 u_long odd; in pcc_port2addr() local
93 odd = port & 1; in pcc_port2addr()
94 port -= odd; in pcc_port2addr()
95 odd <<= 11; in pcc_port2addr()
96 addr = (addr | CFC_IO_MAPBASE_BYTE) + odd + (port & 0xfff); in pcc_port2addr()
/linux-4.4.14/arch/arm/lib/
Dcsumpartial.S41 tst buf, #1 @ odd address?
70 .Lless8_byte: tst len, #1 @ odd number of bytes
80 .Lnot_aligned: tst buf, #1 @ odd address
/linux-4.4.14/drivers/media/usb/usbtv/
Dusbtv-video.c256 static void usbtv_chunk_to_vbuf(u32 *frame, __be32 *src, int chunk_no, int odd) in usbtv_chunk_to_vbuf() argument
263 int part_index = (line * 2 + !odd) * 3 + (part_no % 3); in usbtv_chunk_to_vbuf()
277 int frame_id, odd, chunk_no; in usbtv_image_chunk() local
286 odd = USBTV_ODD(chunk); in usbtv_image_chunk()
312 usbtv_chunk_to_vbuf(frame, &chunk[1], chunk_no, odd); in usbtv_image_chunk()
316 if (odd && chunk_no == usbtv->n_chunks-1) { in usbtv_image_chunk()
/linux-4.4.14/arch/mips/kvm/
Dfpu.S26 bgez t0, 1f # no: skip odd doubles
70 bgez t0, 1f # no: skip odd doubles
/linux-4.4.14/include/uapi/linux/
Daio_abi.h70 #error edit for your odd byteorder.
/linux-4.4.14/arch/c6x/lib/
Dcsum_64plus.S230 ; int odd, count;
235 ; odd = 1 & (unsigned long) buff;
236 ; if (odd) {
281 ; if (odd)
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dst,sta32x.txt67 - st,odd-pwm-speed-mode:
68 If present, PWM speed mode run on odd speed mode (341.3 kHz) on all
Dst,sta350.txt78 - st,odd-pwm-speed-mode:
79 If present, PWM speed mode run on odd speed mode (341.3 kHz) on all
/linux-4.4.14/drivers/usb/host/
Dr8a66597.h237 int odd = len & 0x0001; in r8a66597_write_fifo() local
241 if (unlikely(odd)) { in r8a66597_write_fifo()
/linux-4.4.14/include/net/
Dudplite.h20 int len, int odd, struct sk_buff *skb) in udplite_getfrag() argument
Dping.h75 int ping_getfrag(void *from, char *to, int offset, int fraglen, int odd,
Dip.h122 int odd, struct sk_buff *skb),
127 int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd,
139 int len, int odd, struct sk_buff *skb),
Dipv6.h842 int odd, struct sk_buff *skb),
858 int len, int odd, struct sk_buff *skb),
/linux-4.4.14/arch/mips/mm/
Dtlbex.c1070 unsigned int even, odd; in build_fast_tlb_refill_handler() local
1192 odd = tmp; in build_fast_tlb_refill_handler()
1195 UASM_i_LWX(p, odd, scratch, tmp); in build_fast_tlb_refill_handler()
1199 odd = ptr; in build_fast_tlb_refill_handler()
1201 UASM_i_LW(p, odd, sizeof(pte_t), ptr); /* get odd pte */ in build_fast_tlb_refill_handler()
1206 uasm_i_drotr(p, odd, odd, ilog2(_PAGE_GLOBAL)); in build_fast_tlb_refill_handler()
1210 uasm_i_dsrl_safe(p, odd, odd, ilog2(_PAGE_GLOBAL)); in build_fast_tlb_refill_handler()
1212 UASM_i_MTC0(p, odd, C0_ENTRYLO1); /* load it */ in build_fast_tlb_refill_handler()
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dtvp7002.txt25 Under normal operation, the field ID output is set to logic 1 for an odd field
/linux-4.4.14/drivers/media/usb/stk1160/
Dstk1160.h86 int odd; /* current oddity */ member
Dstk1160-video.c138 if (!buf->odd) in stk1160_copy_video()
293 dev->isoc_ctl.buf->odd = *p & 0x40; in stk1160_process_isoc()
/linux-4.4.14/arch/mips/lib/
Dcsum_partial.S320 #define odd t8 macro
465 move odd, zero
481 andi odd, dst, 0x1 /* odd buffer? */
736 movn sum, v1, odd
739 beqz odd, 1f /* odd buffer alignment? */
/linux-4.4.14/arch/cris/arch-v32/lib/
Dchecksum.S76 ;; see if we have one odd byte more
/linux-4.4.14/Documentation/devicetree/bindings/
Dchosen.txt37 parity - 'n' (none), 'o', (odd) or 'e' (even)
Dxilinx.txt85 xlnx,odd-parity = <0>;
/linux-4.4.14/drivers/usb/gadget/udc/
Dm66592-udc.h589 unsigned long odd = len & 0x0001; in m66592_write_fifo() local
593 if (odd) { in m66592_write_fifo()
/linux-4.4.14/arch/m68k/fpsp040/
Dssin.S40 | 5. (k is odd) Set j := (k-1)/2, sgn := (-1)**j. Return sgn*cos(r)
46 | where sin(r) is approximated by an odd polynomial in r
64 | 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), i.e.
68 | sin(r) and cos(r) are computed as odd and even polynomials
73 | sin(r) and cos(r) are computed as odd and even polynomials
Dsatan.S37 | Step 6. Approximate arctan(X) by an odd polynomial in X. Exit.
39 | Step 7. Define X' = -1/X. Approximate arctan(X') by an odd polynomial in X'.
Dslogn.S27 | Step 1. If |X-1| < 1/16, approximate log(X) by an odd polynomial in
42 | Step 1: If |X| < 1/16, approximate log(1+X) by an odd polynomial in
Dstan.S29 | 3. If k is odd, go to 5.
37 | 4. (k is odd) Tan(X) = -cot(r). Since tan(r) is approximated by a
Dsrem_mod.S51 | 5.3 This is the tricky case of R = Y/2. If Q is odd,
414 |..Q is odd, Q := Q + 1, signX := -signX
/linux-4.4.14/arch/cris/arch-v10/kernel/
Ddebugport.c237 IO_STATE(R_SERIAL0_REC_CTRL, rec_par, odd) | in start_port()
240 IO_STATE(R_SERIAL0_TR_CTRL, tr_par, odd) | in start_port()
/linux-4.4.14/fs/
Dcompat.c1167 unsigned long odd; in compat_get_fd_set() local
1172 odd = nr & 1UL; in compat_get_fd_set()
1182 if (odd && __get_user(*fdset, ufdset)) in compat_get_fd_set()
1198 unsigned long odd; in compat_set_fd_set() local
1204 odd = nr & 1UL; in compat_set_fd_set()
1215 if (odd && __put_user(*fdset, ufdset)) in compat_set_fd_set()
/linux-4.4.14/drivers/net/ethernet/8390/
Dpcnet_cs.c1319 int odd; in copyin() local
1323 odd = (c & 1); c >>= 1; in copyin()
1329 if (odd) in copyin()
1337 int odd; in copyout() local
1341 odd = (c & 1); c >>= 1; in copyout()
1347 if (odd) in copyout()
/linux-4.4.14/arch/mips/kernel/
Dr4k_fpu.S62 bgez t0, 1f # skip storing odd if FR=0
130 bgez t0, 1f # skip loading odd if FR=0
/linux-4.4.14/arch/cris/arch-v10/lib/
Dchecksum.S106 ;; see if we have one odd byte more
Dchecksumcopy.S112 ;; see if we have one odd byte more
/linux-4.4.14/drivers/mtd/onenand/
DKconfig61 while Plane2 has only odd blocks such as block1, block3, block5.
/linux-4.4.14/Documentation/virtual/kvm/
Dmsr.txt35 An odd version indicates an in-progress update.
77 An odd version indicates an in-progress update.
225 sure they are both equal and even. An odd version indicates an
Dtimekeeping.txt101 counts; if the clock is odd, the clock is high for (N+1)/2 counts and low
102 for (N-1)/2 counts. Only even values are latched by the counter, so odd
Dmmu.txt453 want to use an MMIO sptes created with an odd generation number, and we can do
/linux-4.4.14/net/ipv6/
Draw.c703 static int raw6_getfrag(void *from, char *to, int offset, int len, int odd, in raw6_getfrag() argument
718 odd); in raw6_getfrag()
720 odd = 0; in raw6_getfrag()
731 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw6_getfrag()
Dicmp.c286 static int icmpv6_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in icmpv6_getfrag() argument
294 skb->csum = csum_block_add(skb->csum, csum, odd); in icmpv6_getfrag()
Dip6_output.c1087 int odd, struct sk_buff *skb), in ip6_ufo_append_data() argument
1255 int len, int odd, struct sk_buff *skb), in __ip6_append_data() argument
1561 int odd, struct sk_buff *skb), in ip6_append_data() argument
1746 int len, int odd, struct sk_buff *skb), in ip6_make_skb() argument
/linux-4.4.14/tools/testing/selftests/futex/
DREADME8 odd corner cases, regression tests, and abject abuse and misuse.
/linux-4.4.14/Documentation/misc-devices/
Dmax687554 The even-address instance is called 'max6875', the odd one is 'dummy'.
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_submit_avx2.S97 # STACK_SPACE needs to be an odd multiple of 8
Dsha1_mb_mgr_flush_avx2.S90 # STACK_SPACE needs to be an odd multiple of 8
Dsha1_x8_avx2.S205 ## FRAMESZ plus pushes must be an odd multiple of 8
/linux-4.4.14/arch/xtensa/lib/
Dstrnlen_user.S127 .L1mod2: # address is odd
Dstrncpy_user.S77 .Lsrc1mod2: # src address is odd
/linux-4.4.14/Documentation/input/
Delantech.txt249 some models have M as byte 3 odd parity bit
251 p1..p2 = byte 1 and 2 odd parity bit
313 p1..p3 = byte 1..3 odd parity bit
322 p1..p3 = byte 1..3 odd parity bit
/linux-4.4.14/drivers/block/
Damiflop.c691 ulong *odd, *even; in decode() local
695 odd = raw; in decode()
696 even = odd + len; in decode()
702 *data++ = ((*odd++ & 0x55555555) << 1) | (*even++ & 0x55555555); in decode()
/linux-4.4.14/Documentation/networking/
Dradiotap-headers.txt66 dereference, eg, a u16 pointer that is pointing to an odd address. Instead
Dxfrm_sync.txt164 seen, then an odd behavior is seen as follows:
Dip-sysctl.txt788 (one even and one odd values)
/linux-4.4.14/arch/sh/lib/
Dchecksum.S59 ! buf is odd
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-risc.c436 bttv_apply_geo(struct bttv *btv, struct bttv_geometry *geo, int odd) in bttv_apply_geo() argument
438 int off = odd ? 0x80 : 0x00; in bttv_apply_geo()
/linux-4.4.14/Documentation/RCU/
Dstallwarn.txt119 in dyntick-idle mode and an odd-numbered value otherwise. The hex
176 1043. The fact that this last value is odd indicates that an expedited
Dtrace.txt108 from RCU's viewpoint and odd otherwise. The number after the
244 o "s" is the sequence number, with an odd number indicating that
/linux-4.4.14/Documentation/filesystems/
Dntfs.txt441 an odd number of sectors. This is especially important for linear raid as all
442 data after the first partition with an odd number of sectors will be offset by
451 not have this problem with odd numbers of sectors.
Dvfat.txt285 If the layout of the slots looks a little odd, it's only
Dcoda.txt1568 DDeessccrriippttiioonn Flush the attribute for the file. If it is a dir (odd
/linux-4.4.14/Documentation/vm/
Dpagemap.txt177 the read on an 8-byte boundary (e.g., if you sought an odd number of bytes
Dcleancache.txt181 are avoided. While the interface seems odd for a "real device"
/linux-4.4.14/Documentation/powerpc/
Dtransactional_memory.txt38 ... test for odd failures ...
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-api.txt190 under and one over both bits will be set - this may seem odd but makes
/linux-4.4.14/Documentation/scsi/
Din2000.txt5 time, increasingly odd and difficult to explain - this
DChangeLog.sym53c8xx318 in DATA IN phase with WIDE transfer when the byte count gets odd).
321 a wide device and the controller are odd at the same time (SWIDE
DChangeLog.1992-1997219 NULL pointer panic on odd UDCs fixed, two bugs in diagnostic output
/linux-4.4.14/arch/microblaze/boot/dts/
Dsystem.dts310 xlnx,odd-parity = <0x0>;
/linux-4.4.14/Documentation/
Dstable_api_nonsense.txt31 It's only the odd person who wants to write a kernel driver that needs
Dunaligned-memory-access.txt163 Think about what would happen if addr1 was an odd address such as 0x10003.
Dmemory-barriers.txt560 even-numbered cache lines and the other bank processes odd-numbered cache
561 lines. The pointer P might be stored in an odd-numbered cache line, and the
564 odd-numbered bank is idle, one can see the new value of the pointer P (&B),
2686 (*) an odd-numbered cache line may be in cache A, cache C or it may still be
Dadding-syscalls.txt160 system call parameters that are explicitly 64-bit fall on odd-numbered
Dkernel-parameters.txt3928 sector if the number is odd);
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-cd.1994-200469 * Fix transfers with odd bytelengths.
/linux-4.4.14/arch/x86/crypto/
Dsha512-ssse3-asm.S88 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending on t being odd/even
Dsha512-avx-asm.S91 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending on t being odd/even
/linux-4.4.14/Documentation/dvb/
Davermedia.txt294 decoding HDTV signals, although the PC is dropping the odd
/linux-4.4.14/Documentation/mtd/
Dnand_ecc.txt67 rp1 is the parity of all odd bytes (1, 3, 5, 7, ..., 253, 255)
493 Effectively so all odd digit rp assignments in the loop were removed.
/linux-4.4.14/arch/arc/
DKconfig403 ISA mandates even/odd registers to allow encoding of two
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt89 hardware just having 12 bits or so. Works nicely until some odd display
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt321 This might look a little odd at first, but keep in mind that we will be runtime
/linux-4.4.14/Documentation/serial/
Ddriver222 PARODD - odd parity (when PARENB is in force)
/linux-4.4.14/
DREADME149 odd problems will turn up if the configuration files are not set up
DMAINTAINERS51 or does something very odd once a month document it.
84 much other than throw the odd patch in. See below..
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt298 which must have odd parity (or -1 is returned) and which must
/linux-4.4.14/Documentation/sound/alsa/
DAudiophile-Usb.txt63 synchronization error (for instance sound played at an odd sample rate)
/linux-4.4.14/drivers/tty/serial/
Dcrisv10.c2892 info->tx_ctrl |= IO_STATE(R_SERIAL0_TR_CTRL, tr_par, odd); in change_speed()
2893 info->rx_ctrl |= IO_STATE(R_SERIAL0_REC_CTRL, rec_par, odd); in change_speed()
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfplsp.S4931 # 5. (k is odd) Set j := (k-1)/2, sgn := (-1)**j. #
4938 # where sin(r) is approximated by an odd polynomial in r #
4958 # 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), ie. #
4962 # sin(r) and cos(r) are computed as odd and even #
4967 # sin(r) and cos(r) are computed as odd and even #
5630 # 3. If k is odd, go to 5. #
5638 # 4. (k is odd) Tan(X) = -cot(r). Since tan(r) is approximated by #
7981 # Step 1. If |X-1| < 1/16, approximate log(X) by an odd #
7999 # Step 1: If |X| < 1/16, approximate log(1+X) by an odd #
9385 # 5.3 This is the tricky case of R = Y/2. If Q is odd, #
Dfpsp.S6175 # Step 6. Approximate arctan(X) by an odd polynomial in X. Exit. #
6177 # Step 7. Define X' = -1/X. Approximate arctan(X') by an odd #
10099 #..Q is odd, Q := Q + 1, signX := -signX
16047 btst &0x0,%d1 # is exp even or odd?
16069 btst &0x0,%d0 # is exp even or odd?
/linux-4.4.14/include/linux/
Dskbuff.h892 int len, int odd, struct sk_buff *skb),
/linux-4.4.14/net/core/
Dskbuff.c2887 int len, int odd, struct sk_buff *skb), in skb_append_datato_frags() argument
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.reg3694 * the current data phase is odd.
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1046 the first byte of the address is even. Addresses with an odd first