Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
Dipu3-tables.c13 .odd = { { 0, 0, 64, 6, 0, 0, 0 } } },
16 .odd = { { 0, 0, 64, 6, 0, 0, 0 } } },
56 .odd = { { 0, 2, 122, 7, 5, -1, 0 },
121 .odd = { { 0, 2, 122, 7, 5, -1, 0 },
176 .odd = { { -1, 3, 118, 7, 10, -2, 0 },
209 .odd = { { -1, 3, 118, 7, 10, -2, 0 },
264 .odd = { { -1, 4, 114, 7, 14, -3, 0 },
329 .odd = { { -1, 4, 114, 7, 14, -3, 0 },
376 .odd = { { -2, 5, 111, 7, 19, -5, 0 },
393 .odd = { { -2, 5, 111, 7, 19, -5, 0 },
[all …]
/kernel/linux/linux-5.10/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()
64 if (!odd) { in mpi_invm()
73 if (!odd) in mpi_invm()
80 if (!odd) { in mpi_invm()
101 if (!odd) in mpi_invm()
107 if (!odd) in mpi_invm()
115 if (!odd) in mpi_invm()
[all …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c1098 u8 buf[TPG_MAX_PLANES][8], int color, bool odd) in gen_twopix() argument
1100 unsigned offset = odd * tpg->twopixelsize[0] / 2; in gen_twopix()
1147 if (odd) { in gen_twopix()
1161 if (odd) { in gen_twopix()
1177 if (odd) { in gen_twopix()
1190 if (odd) { in gen_twopix()
1225 if (odd) { in gen_twopix()
1235 if (odd) { in gen_twopix()
1245 if (odd) { in gen_twopix()
1255 if (odd) { in gen_twopix()
[all …]
/kernel/linux/linux-5.10/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; \
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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_tlong.c17 int odd; in ieee754dp_tlong() local
71 odd = (xm & 0x1) != 0x0; in ieee754dp_tlong()
74 if (round && (sticky || odd)) in ieee754dp_tlong()
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_tlong.c17 int odd; in ieee754sp_tlong() local
67 odd = (xm & 0x1) != 0x0; in ieee754sp_tlong()
70 if (round && (sticky || odd)) in ieee754sp_tlong()
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()
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_hybla.c94 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local
145 odd = increment % 128; in hybla_cong_avoid()
147 ca->snd_cwnd_cents += odd; in hybla_cong_avoid()
156 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tp->snd_cwnd) { in hybla_cong_avoid()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl818x/rtl8180/
Dmax2820.c75 bool odd; in max2820_rf_calc_rssi() local
77 odd = !!(agc & 1); in max2820_rf_calc_rssi()
80 if (odd) in max2820_rf_calc_rssi()
/kernel/linux/linux-5.10/arch/h8300/lib/
Dmemcpy.S29 ;; (aligned even) odd address
67 ;; odd <- even / even <- odd
/kernel/linux/linux-5.10/arch/arm/lib/
Dcsumpartial.S38 tst buf, #1 @ odd address?
67 .Lless8_byte: tst len, #1 @ odd number of bytes
77 .Lnot_aligned: tst buf, #1 @ odd address
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/sound/soc/stm/
Dstm32_i2s.c431 bool odd; in stm32_i2s_configure_clock() local
469 odd = tmp & 0x1; in stm32_i2s_configure_clock()
474 cgfr = I2S_CGFR_I2SDIV_SET(div) | (odd << I2S_CGFR_ODD_SHIFT); in stm32_i2s_configure_clock()
477 real_div = ((2 * div) + odd); in stm32_i2s_configure_clock()
481 div, odd, real_div); in stm32_i2s_configure_clock()
483 if (((div == 1) && odd) || (div > I2S_CGFR_I2SDIV_MAX)) { in stm32_i2s_configure_clock()
488 if (!div && !odd) in stm32_i2s_configure_clock()
/kernel/linux/linux-5.10/arch/mips/kvm/
Dfpu.S29 bgez t0, 1f # no: skip odd doubles
73 bgez t0, 1f # no: skip odd doubles

123456