Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/
H A 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 …]
/OK3568_Linux_fs/kernel/lib/mpi/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/c6x/include/uapi/asm/
H A 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
/OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/ia64/lib/
H A 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()
/OK3568_Linux_fs/kernel/arch/parisc/math-emu/
H A 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; \
/OK3568_Linux_fs/kernel/arch/parisc/lib/
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A 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()
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A 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 …]
/OK3568_Linux_fs/kernel/lib/
H A 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()
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A 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()
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/net/ipv4/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A 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()
/OK3568_Linux_fs/kernel/arch/h8300/lib/
H A Dmemcpy.S29 ;; (aligned even) odd address
67 ;; odd <- even / even <- odd
/OK3568_Linux_fs/u-boot/net/
H A Dcdp.c51 int odd; in cdp_compute_csum() local
57 odd = 1 & (ulong)buff; in cdp_compute_csum()
58 if (odd) { in cdp_compute_csum()
84 if (odd) in cdp_compute_csum()
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A 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
/OK3568_Linux_fs/kernel/drivers/media/usb/usbtv/
H A 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()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dtx16w.c47 sox_sample_t odd; member
263 w1 = sk->odd; in write_samples()
280 sk->odd = w1; in write_samples()

123456789