Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/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.S64 # buf is odd
172 # buf is odd
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/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.1.27/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.1.27/arch/mips/math-emu/
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()
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_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.1.27/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.1.27/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.1.27/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.1.27/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.c758 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in ip_generic_getfrag() argument
769 skb->csum = csum_block_add(skb->csum, csum, odd); in ip_generic_getfrag()
789 int odd, struct sk_buff *skb), in ip_ufo_append_data() argument
844 int len, int odd, struct sk_buff *skb), in __ip_append_data() argument
1140 int odd, struct sk_buff *skb), in ip_append_data() argument
1466 int len, int odd, struct sk_buff *skb), in ip_make_skb() argument
1502 int len, int odd, struct sk_buff *skb) in ip_reply_glue_bits() argument
1507 skb->csum = csum_block_add(skb->csum, csum, odd); in ip_reply_glue_bits()
Draw.c452 static int raw_getfrag(void *from, char *to, int offset, int len, int odd, in raw_getfrag() argument
467 odd); in raw_getfrag()
469 odd = 0; in raw_getfrag()
480 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw_getfrag()
Dicmp.c336 static int icmp_glue_bits(void *from, char *to, int offset, int len, int odd, in icmp_glue_bits() argument
346 skb->csum = csum_block_add(skb->csum, csum, odd); in icmp_glue_bits()
Dping.c606 int offset, int fraglen, int odd, struct sk_buff *skb) in ping_getfrag() argument
/linux-4.1.27/drivers/net/wireless/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/media/platform/vivid/
Dvivid-tpg.c823 u8 buf[TPG_MAX_PLANES][8], int color, bool odd) in gen_twopix() argument
825 unsigned offset = odd * tpg->twopixelsize[0] / 2; in gen_twopix()
847 if (odd) { in gen_twopix()
860 if (odd) { in gen_twopix()
876 if (odd) { in gen_twopix()
889 if (odd) { in gen_twopix()
912 if (odd) { in gen_twopix()
922 if (odd) { in gen_twopix()
932 if (odd) { in gen_twopix()
942 if (odd) { in gen_twopix()
[all …]
/linux-4.1.27/arch/mips/kvm/
Dfpu.S26 bgez t0, 1f # no: skip odd doubles
70 bgez t0, 1f # no: skip odd doubles
/linux-4.1.27/arch/mips/kernel/
Dr4k_fpu.S53 bgez t0, 1f # skip storing odd if FR=0
112 bgez t0, 1f # skip storing odd if FR=0
178 bgez t0, 1f # skip loading odd if FR=0
233 bgez t0, 1f # skip loading odd if FR=0
/linux-4.1.27/include/uapi/linux/
Daio_abi.h70 #error edit for your odd byteorder.
/linux-4.1.27/arch/c6x/lib/
Dcsum_64plus.S230 ; int odd, count;
235 ; odd = 1 & (unsigned long) buff;
236 ; if (odd) {
281 ; if (odd)
/linux-4.1.27/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.1.27/drivers/usb/host/
Dr8a66597.h237 int odd = len & 0x0001; in r8a66597_write_fifo() local
241 if (unlikely(odd)) { in r8a66597_write_fifo()
/linux-4.1.27/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.h126 int odd, struct sk_buff *skb),
131 int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd,
143 int len, int odd, struct sk_buff *skb),
Dipv6.h802 int odd, struct sk_buff *skb),
818 int len, int odd, struct sk_buff *skb),
/linux-4.1.27/arch/mips/mm/
Dtlbex.c1085 unsigned int even, odd; in build_fast_tlb_refill_handler() local
1207 odd = tmp; in build_fast_tlb_refill_handler()
1210 UASM_i_LWX(p, odd, scratch, tmp); in build_fast_tlb_refill_handler()
1214 odd = ptr; in build_fast_tlb_refill_handler()
1216 UASM_i_LW(p, odd, sizeof(pte_t), ptr); /* get odd pte */ in build_fast_tlb_refill_handler()
1221 uasm_i_drotr(p, odd, odd, ilog2(_PAGE_GLOBAL)); in build_fast_tlb_refill_handler()
1225 uasm_i_dsrl_safe(p, odd, odd, ilog2(_PAGE_GLOBAL)); in build_fast_tlb_refill_handler()
1227 UASM_i_MTC0(p, odd, C0_ENTRYLO1); /* load it */ in build_fast_tlb_refill_handler()
/linux-4.1.27/Documentation/devicetree/bindings/
Dchosen.txt37 parity - 'n' (none), 'o', (odd) or 'e' (even)
Dxilinx.txt85 xlnx,odd-parity = <0>;
/linux-4.1.27/drivers/media/usb/stk1160/
Dstk1160.h87 int odd; /* current oddity */ member
Dstk1160-video.c140 if (!buf->odd) in stk1160_copy_video()
295 dev->isoc_ctl.buf->odd = *p & 0x40; in stk1160_process_isoc()
/linux-4.1.27/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.1.27/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.1.27/arch/cris/arch-v32/lib/
Dchecksum.S76 ;; see if we have one odd byte more
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/mtd/onenand/
DKconfig61 while Plane2 has only odd blocks such as block1, block3, block5.
/linux-4.1.27/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.txt447 want to use an MMIO sptes created with an odd generation number, and we can do
/linux-4.1.27/net/ipv6/
Draw.c701 static int raw6_getfrag(void *from, char *to, int offset, int len, int odd, in raw6_getfrag() argument
716 odd); in raw6_getfrag()
718 odd = 0; in raw6_getfrag()
729 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw6_getfrag()
Dip6_output.c1067 int odd, struct sk_buff *skb), in ip6_ufo_append_data() argument
1235 int len, int odd, struct sk_buff *skb), in __ip6_append_data() argument
1545 int odd, struct sk_buff *skb), in ip6_append_data() argument
1730 int len, int odd, struct sk_buff *skb), in ip6_make_skb() argument
Dicmp.c285 static int icmpv6_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in icmpv6_getfrag() argument
293 skb->csum = csum_block_add(skb->csum, csum, odd); in icmpv6_getfrag()
/linux-4.1.27/Documentation/misc-devices/
Dmax687554 The even-address instance is called 'max6875', the odd one is 'dummy'.
/linux-4.1.27/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.1.27/arch/xtensa/lib/
Dstrnlen_user.S127 .L1mod2: # address is odd
Dstrncpy_user.S77 .Lsrc1mod2: # src address is odd
/linux-4.1.27/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.1.27/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.1.27/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:
/linux-4.1.27/arch/sh/lib/
Dchecksum.S59 ! buf is odd
/linux-4.1.27/Documentation/vm/
Dpagemap.txt160 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.1.27/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.1.27/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.1.27/Documentation/ABI/testing/
Dsysfs-class-mtd43 <major>:<minor> format). In this case <minor> will be odd.
/linux-4.1.27/Documentation/powerpc/
Dtransactional_memory.txt38 ... test for odd failures ...
/linux-4.1.27/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.1.27/Documentation/watchdog/
Dwatchdog-api.txt190 under and one over both bits will be set - this may seem odd but makes
/linux-4.1.27/arch/microblaze/boot/dts/
Dsystem.dts310 xlnx,odd-parity = <0x0>;
/linux-4.1.27/arch/x86/crypto/
Dsha512-avx-asm.S91 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending on t being odd/even
Dsha512-ssse3-asm.S88 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending on t being odd/even
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-cd.1994-200469 * Fix transfers with odd bytelengths.
/linux-4.1.27/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),
2731 (*) an odd-numbered cache line may be in cache A, cache C or it may still be
Dkernel-parameters.txt3808 sector if the number is odd);
/linux-4.1.27/Documentation/dvb/
Davermedia.txt294 decoding HDTV signals, although the PC is dropping the odd
/linux-4.1.27/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.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt89 hardware just having 12 bits or so. Works nicely until some odd display
/linux-4.1.27/Documentation/RCU/
Dstallwarn.txt127 in dyntick-idle mode and an odd-numbered value otherwise. The hex
Dtrace.txt108 from RCU's viewpoint and odd otherwise. The number after the
/linux-4.1.27/Documentation/trace/
Dftrace-design.txt321 This might look a little odd at first, but keep in mind that we will be runtime
/linux-4.1.27/Documentation/serial/
Ddriver222 PARODD - odd parity (when PARENB is in force)
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt298 which must have odd parity (or -1 is returned) and which must
/linux-4.1.27/Documentation/sound/alsa/
DAudiophile-Usb.txt63 synchronization error (for instance sound played at an odd sample rate)
/linux-4.1.27/
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.1.27/drivers/tty/serial/
Dcrisv10.c2947 info->tx_ctrl |= IO_STATE(R_SERIAL0_TR_CTRL, tr_par, odd); in change_speed()
2948 info->rx_ctrl |= IO_STATE(R_SERIAL0_REC_CTRL, rec_par, odd); in change_speed()
/linux-4.1.27/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.1.27/include/linux/
Dskbuff.h860 int len, int odd, struct sk_buff *skb),
/linux-4.1.27/net/core/
Dskbuff.c2923 int len, int odd, struct sk_buff *skb), in skb_append_datato_frags() argument
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.reg3694 * the current data phase is odd.
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1046 the first byte of the address is even. Addresses with an odd first