Home
last modified time | relevance | path

Searched full:odd (Results 1 – 25 of 925) sorted by relevance

12345678910>>...37

/Linux-v6.1/lib/mpi/
Dmpi-inv.c36 int odd; in mpi_invm() local
50 odd = mpi_test_bit(v, 0); in mpi_invm()
53 if (!odd) in mpi_invm()
57 if (!odd) { in mpi_invm()
62 if (mpi_test_bit(u, 0)) { /* u is odd */ in mpi_invm()
64 if (!odd) { in mpi_invm()
73 if (!odd) in mpi_invm()
80 if (!odd) { in mpi_invm()
82 /* one is odd */ in mpi_invm()
101 if (!odd) in mpi_invm()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/
Dadvantech,idk-2121wr.yaml16 on one link, and with odd pixels traveling on the other link.
18 The panel expects odd pixels on the first port, and even pixels on the
20 dual-lvds-odd-pixels or dual-lvds-even-pixels).
46 description: The sink for odd pixels.
48 dual-lvds-odd-pixels: true
51 - dual-lvds-odd-pixels
105 dual-lvds-odd-pixels;
Dsharp,lq101r1sx01.yaml15 - even-odd: each channel drives the even or odd lines of the screen
20 to the peripheral driven by the second link (DSI-LINK2, right or odd).
23 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it
24 is possible to program either link to drive the left/even or right/odd pixels
/Linux-v6.1/drivers/ata/
Dlibata-zpodd.c31 bool powered_off; /* ODD is powered off
52 /* Per the spec, only slot type and drawer type ODD can be supported */
103 /* Test if ODD is zero power ready by sense code */
142 * if the ODD has stayed in ZP ready state for zpodd_poweroff_delay
182 * Also, media poll needs to be silenced, so that it doesn't bring the ODD
205 * Post power on processing after the ODD has been recovered. If the
206 * ODD wasn't powered off during suspend, it doesn't do anything.
208 * For drawer type ODD, if it is powered on due to user pressed the
210 * after the ODD has been recovered, i.e. link is initialized and
212 * send command for the ODD to process.
[all …]
/Linux-v6.1/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
Dia_css_sdis2_types.h34 s16 *odd_real; /** real part of the odd coefficients*/
35 s16 *odd_imag; /** imaginary part of the odd coefficients*/
41 …hor_coefs.odd_real is the pointer to int16_t[grid.num_hor_coefs] containing the horizontal odd real
57 s32 *odd_real; /** real part of the odd statistics*/
58 s32 *odd_imag; /** imaginary part of the odd statistics*/
65 …* the horizontal odd real statistics. Valid statistics data area is int16_t[0..grid.height-1][0..…
/Linux-v6.1/arch/xtensa/lib/
Dchecksum.S126 /* case: odd-byte aligned, len > 1
127 * This case is dog slow, so don't give us an odd address.
157 _bbci.l a3, 1, 3f /* remaining 2-byte chunk, still odd addr */
206 bbsi.l a10, 0, 5f /* branch if one address is odd */
209 /* _bbsi.l a10, 0, 5f */ /* branch if odd address */
277 here, except for perhaps a trailing odd byte. It's
303 /* This section processes a possible trailing odd byte. */
316 /* Control branch to here when either src or dst is odd. We
318 so don't feed us an odd address. */
326 add a10, a10, a2 /* a10 = end of last odd-aligned, 2-byte src chunk */
[all …]
/Linux-v6.1/arch/s390/include/asm/
Dcpacf.h255 s.odd = (unsigned long)src_len; in cpacf_km()
266 return src_len - s.odd; in cpacf_km()
287 s.odd = (unsigned long)src_len; in cpacf_kmc()
298 return src_len - s.odd; in cpacf_kmc()
315 s.odd = (unsigned long)src_len; in cpacf_kimd()
340 s.odd = (unsigned long)src_len; in cpacf_klmd()
368 s.odd = (unsigned long)src_len; in cpacf_kmac()
379 return src_len - s.odd; in cpacf_kmac()
401 s.odd = (unsigned long)src_len; in cpacf_kmctr()
414 return src_len - s.odd; in cpacf_kmctr()
[all …]
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-hi843525 can not be odd.
27 If falling threshold results hysteresis to odd value then rising
45 can not be odd.
47 If rising threshold results hysteresis to odd value then falling
/Linux-v6.1/arch/parisc/math-emu/
Dcnv_float.h88 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument
93 odd = Dbit2p2(srcB)
95 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
104 odd = dest << 31; \
124 if (guard && (sticky || odd)) { \
134 guard = odd; \
140 odd = dest << 31; \
149 odd = dest << 31; \
160 odd = dest << 31; \
173 odd = 0; \
/Linux-v6.1/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c1100 /* 'odd' is true for pixels 1, 3, 5, etc. and false for pixels 0, 2, 4, etc. */
1102 u8 buf[TPG_MAX_PLANES][8], int color, bool odd) in gen_twopix() argument
1104 unsigned offset = odd * tpg->twopixelsize[0] / 2; in gen_twopix()
1151 if (odd) { in gen_twopix()
1165 if (odd) { in gen_twopix()
1181 if (odd) { in gen_twopix()
1194 if (odd) { in gen_twopix()
1229 if (odd) { in gen_twopix()
1239 if (odd) { in gen_twopix()
1249 if (odd) { in gen_twopix()
[all …]
/Linux-v6.1/arch/ia64/lib/
Dcsum_partial_copy.c37 int odd, count; in do_csum_c() local
42 odd = 1 & (unsigned long) buff; in do_csum_c()
43 if (odd) { in do_csum_c()
93 if (odd) in do_csum_c()
/Linux-v6.1/lib/
Dchecksum.c48 int odd; in do_csum() local
53 odd = 1 & (unsigned long) buff; in do_csum()
54 if (odd) { in do_csum()
94 if (odd) in do_csum()
121 * for the last fragment, which may be odd
/Linux-v6.1/arch/s390/kernel/
Dcpcmd.c43 rx.odd = __pa(response); in diag8_response()
45 ry.odd = *rlen; in diag8_response()
54 *rlen += ry.odd; in diag8_response()
56 *rlen = ry.odd; in diag8_response()
/Linux-v6.1/arch/parisc/lib/
Dchecksum.c39 int odd, count; in do_csum() local
44 odd = 1 & (unsigned long) buff; in do_csum()
45 if (odd) { in do_csum()
89 if (odd) in do_csum()
/Linux-v6.1/drivers/media/pci/ivtv/
Divtv-vbi.c41 data.data[0] = cc->odd[0]; in ivtv_set_cc()
42 data.data[1] = cc->odd[1]; in ivtv_set_cc()
94 cc->odd[0] = d->data[0]; in ivtv_write_vbi_line()
95 cc->odd[1] = d->data[1]; in ivtv_write_vbi_line()
137 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi()
153 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi_from_user()
454 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_disable_cc()
466 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_vbi_work_handler()
490 cc.odd[0] = data.data[0]; in ivtv_vbi_work_handler()
491 cc.odd[1] = data.data[1]; in ivtv_vbi_work_handler()
[all …]
/Linux-v6.1/arch/alpha/lib/
Dchecksum.c81 int odd, count; in do_csum() local
86 odd = 1 & (unsigned long) buff; in do_csum()
87 if (odd) { in do_csum()
135 if (odd) in do_csum()
159 * for the last fragment, which may be odd
/Linux-v6.1/drivers/video/fbdev/
Datafb_iplan2p2.c28 * destination, start at even addresses or both are at odd in atafb_iplan2p2_copyarea()
29 * addresses, just the first odd and last even column (if present) in atafb_iplan2p2_copyarea()
33 * The pathological case is when the move should go from an odd in atafb_iplan2p2_copyarea()
47 /* odd->odd or even->even */ in atafb_iplan2p2_copyarea()
103 /* odd->even or even->odd */ in atafb_iplan2p2_copyarea()
Datafb_iplan2p4.c28 * destination, start at even addresses or both are at odd in atafb_iplan2p4_copyarea()
29 * addresses, just the first odd and last even column (if present) in atafb_iplan2p4_copyarea()
33 * The pathological case is when the move should go from an odd in atafb_iplan2p4_copyarea()
47 /* odd->odd or even->even */ in atafb_iplan2p4_copyarea()
103 /* odd->even or even->odd */ in atafb_iplan2p4_copyarea()
/Linux-v6.1/arch/mips/math-emu/
Ddp_rint.c20 int odd; in ieee754dp_rint() local
52 odd = (xm & 0x1) != 0x0; in ieee754dp_rint()
56 if (round && (sticky || odd)) in ieee754dp_rint()
Dsp_rint.c20 int odd; in ieee754sp_rint() local
53 odd = (xm & 0x1) != 0x0; in ieee754sp_rint()
57 if (round && (sticky || odd)) in ieee754sp_rint()
Ddp_tint.c17 int odd; in ieee754dp_tint() local
66 odd = (xm & 0x1) != 0x0; in ieee754dp_tint()
69 if (round && (sticky || odd)) in ieee754dp_tint()
Dsp_tint.c17 int odd; in ieee754sp_tint() local
71 odd = (xm & 0x1) != 0x0; in ieee754sp_tint()
74 if (round && (sticky || odd)) in ieee754sp_tint()
/Linux-v6.1/Documentation/devicetree/bindings/serial/
Dxlnx,opb-uartlite.yaml51 xlnx,odd-parity:
55 Whether odd parity was configured.
74 - xlnx,odd-parity
/Linux-v6.1/arch/mips/lib/
Dcsum_partial.S115 andi t7, src, 0x1 /* odd buffer? */
281 /* odd buffer alignment? */
290 beqz t7, 1f /* odd buffer alignment? */
322 #define odd t8 macro
441 move odd, zero
457 andi odd, dst, 0x1 /* odd buffer? */
595 /* no SHIFT_DISCARD_REVERT to handle odd buffer properly */
712 movn sum, v1, odd
715 beqz odd, 1f /* odd buffer alignment? */
/Linux-v6.1/arch/x86/lib/
Dcsum-partial_64.c38 unsigned odd, result; in csum_partial() local
40 odd = 1 & (unsigned long) buff; in csum_partial()
41 if (unlikely(odd)) { in csum_partial()
107 if (unlikely(odd)) { in csum_partial()

12345678910>>...37