Home
last modified time | relevance | path

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

123456

/linux/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
[all...]
/linux/arch/s390/include/asm/
H A Dcpacf.h414 s.odd = (unsigned long)src_len; in cpacf_km()
425 return src_len - s.odd; in cpacf_km()
446 s.odd = (unsigned long)src_len; in cpacf_kmc()
457 return src_len - s.odd; in cpacf_kmc()
474 s.odd = (unsigned long)src_len; in cpacf_kimd()
499 s.odd = (unsigned long)src_len; in cpacf_klmd()
527 s.odd = (unsigned long)src_len; in _cpacf_kmac()
539 return src_len - s.odd; in _cpacf_kmac()
577 s.odd = (unsigned long)src_len; in cpacf_kmctr()
590 return src_len - s.odd; in cpacf_kmctr()
[all...]
H A Dap.h448 nqap_r1.odd = psmid & 0xffffffff; in ap_nqap()
450 nqap_r2.odd = (unsigned long)length; in ap_nqap()
508 rp1.odd = 0UL; in ap_dqap()
510 rp2.odd = (unsigned long)msglen; in ap_dqap()
530 if (reg2 != 0 && rp2.odd == 0) { in ap_dqap()
540 *psmid = (rp1.even << 32) + rp1.odd; in ap_dqap()
547 *length = msglen - rp2.odd; in ap_dqap()
H A Ddiag288.h26 union register_pair r1 = { .even = func, .odd = timeout, }; in __diag288()
27 union register_pair r3 = { .even = action, .odd = len, }; in __diag288()
H A Dtypes.h14 unsigned long odd; member
/linux/drivers/hid/bpf/progs/
H A DWacom__ArtPen.bpf.c84 /* only odd frames are modified */
85 static bool odd; variable
127 odd = true; in SEC()
133 if (odd) in SEC()
137 odd = !odd; in SEC()
/linux/arch/parisc/lib/
H A Dchecksum.c30 int odd, count; in do_csum() local
35 odd = 1 & (unsigned long) buff; in do_csum()
36 if (odd) { in do_csum()
80 if (odd) in do_csum()
/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c1132 /* 'odd' is true for pixels 1, 3, 5, etc. and false for pixels 0, 2, 4, etc. */
1134 u8 buf[TPG_MAX_PLANES][8], int color, bool odd) in gen_twopix() argument
1136 unsigned offset = odd * tpg->twopixelsize[0] / 2; in gen_twopix()
1183 if (odd) { in gen_twopix()
1197 if (odd) { in gen_twopix()
1213 if (odd) { in gen_twopix()
1226 if (odd) { in gen_twopix()
1261 if (odd) { in gen_twopix()
1271 if (odd) { in gen_twopix()
1281 if (odd) { in gen_twopix()
[all...]
/linux/arch/s390/kernel/
H A Dcpcmd.c44 rx.odd = __pa(response); in diag8_response()
46 ry.odd = *rlen; in diag8_response()
54 *rlen += ry.odd; in diag8_response()
56 *rlen = ry.odd; in diag8_response()
/linux/lib/
H A Dchecksum.c39 int odd; in do_csum() local
44 odd = 1 & (unsigned long) buff; in do_csum()
45 if (odd) { in do_csum()
85 if (odd) in do_csum()
112 * for the last fragment, which may be odd
/linux/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
[all...]
/linux/arch/mips/math-emu/
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_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 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 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_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 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()
/linux/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[ in ivtv_vbi_work_handler()
[all...]
/linux/arch/alpha/lib/
H A 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()
161 * for the last fragment, which may be odd
/linux/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 >= tcp_snd_cwnd(tp)) { in hybla_cong_avoid()
/linux/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
/linux/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()
/linux/arch/s390/pci/
H A Dpci_insn.c101 union register_pair addr_range = {.even = addr, .odd = range}; in __rpcit()
158 union register_pair req_off = {.even = req, .odd = offset}; in ____pcilg()
227 union register_pair ioaddr_len = {.even = ioaddr, .odd = len}; in __pcilg_mio()
242 *status = ioaddr_len.odd >> 24 & 0xff; in __pcilg_mio()
266 union register_pair req_off = {.even = req, .odd = offset}; in __pcistg()
320 union register_pair ioaddr_len = {.even = ioaddr, .odd = len}; in __pcistg_mio()
333 *status = ioaddr_len.odd >> 24 & 0xff; in __pcistg_mio()
/linux/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
/linux/drivers/media/usb/usbtv/
H A Dusbtv-video.c370 * The image is interlaced, so there is a "scan" of odd lines, followed
374 * the rows based on "odd" value.
379 static void usbtv_chunk_to_vbuf(u32 *frame, __be32 *src, int chunk_no, int odd) in usbtv_chunk_to_vbuf() argument
386 int part_index = (line * 2 + !odd) * 3 + (part_no % 3); in usbtv_chunk_to_vbuf()
400 int frame_id, odd, chunk_no; in usbtv_image_chunk() local
409 odd = USBTV_ODD(chunk); in usbtv_image_chunk()
435 usbtv_chunk_to_vbuf(frame, &chunk[1], chunk_no, odd); in usbtv_image_chunk()
441 if (odd && !usbtv->last_odd) { in usbtv_image_chunk()
455 usbtv->last_odd = odd; in usbtv_image_chunk()

123456