Home
last modified time | relevance | path

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

12345

/Linux-v4.19/arch/c6x/include/uapi/asm/
Dptrace.h18 #define PT_LO(odd, even) odd argument
19 #define PT_HI(odd, even) even argument
21 #define PT_LO(odd, even) even argument
22 #define PT_HI(odd, even) odd argument
109 #define REG_PAIR(odd, even) unsigned long odd; unsigned long even argument
111 #define REG_PAIR(odd, even) unsigned long even; unsigned long odd argument
/Linux-v4.19/arch/x86/lib/
Dcsum-partial_64.c37 unsigned odd, count; in do_csum() local
42 odd = 1 & (unsigned long) buff; in do_csum()
43 if (unlikely(odd)) { in do_csum()
115 if (unlikely(odd)) { in do_csum()
/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/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-v4.19/arch/mips/math-emu/
Ddp_rint.c31 int odd; in ieee754dp_rint() local
63 odd = (xm & 0x1) != 0x0; in ieee754dp_rint()
67 if (round && (sticky || odd)) in ieee754dp_rint()
Dsp_rint.c31 int odd; in ieee754sp_rint() local
64 odd = (xm & 0x1) != 0x0; in ieee754sp_rint()
68 if (round && (sticky || odd)) in ieee754sp_rint()
Dsp_tlong.c29 int odd; in ieee754sp_tlong() local
79 odd = (xm & 0x1) != 0x0; in ieee754sp_tlong()
82 if (round && (sticky || odd)) in ieee754sp_tlong()
Ddp_tint.c29 int odd; in ieee754dp_tint() local
78 odd = (xm & 0x1) != 0x0; in ieee754dp_tint()
81 if (round && (sticky || odd)) in ieee754dp_tint()
Ddp_tlong.c29 int odd; in ieee754dp_tlong() local
83 odd = (xm & 0x1) != 0x0; in ieee754dp_tlong()
86 if (round && (sticky || odd)) in ieee754dp_tlong()
Dsp_tint.c29 int odd; in ieee754sp_tint() local
83 odd = (xm & 0x1) != 0x0; in ieee754sp_tint()
86 if (round && (sticky || odd)) in ieee754sp_tint()
/Linux-v4.19/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c1036 u8 buf[TPG_MAX_PLANES][8], int color, bool odd) in gen_twopix() argument
1038 unsigned offset = odd * tpg->twopixelsize[0] / 2; in gen_twopix()
1084 if (odd) { in gen_twopix()
1098 if (odd) { in gen_twopix()
1114 if (odd) { in gen_twopix()
1127 if (odd) { in gen_twopix()
1162 if (odd) { in gen_twopix()
1172 if (odd) { in gen_twopix()
1182 if (odd) { in gen_twopix()
1192 if (odd) { in gen_twopix()
[all …]
/Linux-v4.19/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 …]
/Linux-v4.19/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()
/Linux-v4.19/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-v4.19/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()
/Linux-v4.19/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
/Linux-v4.19/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-v4.19/arch/h8300/lib/
Dmemcpy.S29 ;; (aligned even) odd address
67 ;; odd <- even / even <- odd
/Linux-v4.19/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-v4.19/sound/soc/stm/
Dstm32_i2s.c415 bool odd; in stm32_i2s_configure_clock() local
453 odd = tmp & 0x1; in stm32_i2s_configure_clock()
458 cgfr = I2S_CGFR_I2SDIV_SET(div) | (odd << I2S_CGFR_ODD_SHIFT); in stm32_i2s_configure_clock()
461 real_div = ((2 * div) + odd); in stm32_i2s_configure_clock()
465 div, odd, real_div); in stm32_i2s_configure_clock()
467 if (((div == 1) && odd) || (div > I2S_CGFR_I2SDIV_MAX)) { in stm32_i2s_configure_clock()
472 if (!div && !odd) in stm32_i2s_configure_clock()
/Linux-v4.19/drivers/media/usb/usbtv/
Dusbtv-video.c372 static void usbtv_chunk_to_vbuf(u32 *frame, __be32 *src, int chunk_no, int odd) in usbtv_chunk_to_vbuf() argument
379 int part_index = (line * 2 + !odd) * 3 + (part_no % 3); in usbtv_chunk_to_vbuf()
393 int frame_id, odd, chunk_no; in usbtv_image_chunk() local
402 odd = USBTV_ODD(chunk); in usbtv_image_chunk()
428 usbtv_chunk_to_vbuf(frame, &chunk[1], chunk_no, odd); in usbtv_image_chunk()
434 if (odd && !usbtv->last_odd) { in usbtv_image_chunk()
448 usbtv->last_odd = odd; in usbtv_image_chunk()
/Linux-v4.19/arch/mips/kvm/
Dfpu.S29 bgez t0, 1f # no: skip odd doubles
73 bgez t0, 1f # no: skip odd doubles
/Linux-v4.19/Documentation/media/uapi/v4l/
Dfield-order.rst12 odd and even lines of the image, respectively. Alternating the so called
13 odd and even field are transmitted, and due to a small delay between
29 combine to frames. We distinguish between top (aka odd) and bottom (aka
87 - Images consist of the top (aka odd) field only.

12345