Home
last modified time | relevance | path

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

12345

/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 = { { -2, 5, 111, 7, 19, -5, 0 },
[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 Dtypes.h14 unsigned long odd; member
H A Dpage.h58 dst.odd = 0x1000; in copy_page()
60 src.odd = 0xb0001000; in copy_page()
H A Dsigp.h46 union register_pair r1 = { .odd = parm, }; in ____pcpu_sigp()
/linux/drivers/hid/bpf/progs/
H A DWacom__ArtPen.bpf.c85 static bool odd; variable
127 odd = true; in SEC()
133 if (odd) in SEC()
137 odd = !odd; in SEC()
/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 = 0; \
/linux/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 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()
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()
/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/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/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/sound/soc/stm/
H A Dstm32_i2s.c257 bool odd; member
290 bool odd; in stm32_i2s_calc_clk_div() local
295 odd = ratio & 0x1; in stm32_i2s_calc_clk_div()
302 divider = ((2 * div) + odd); in stm32_i2s_calc_clk_div()
304 div, odd, divider); in stm32_i2s_calc_clk_div()
308 if ((div == 1 && odd) || div > I2S_CGFR_I2SDIV_MAX) { in stm32_i2s_calc_clk_div()
319 i2s->odd = odd; in stm32_i2s_calc_clk_div()
329 cgfr = I2S_CGFR_I2SDIV_SET(i2s->div) | (i2s->odd << I2S_CGFR_ODD_SHIFT); in stm32_i2s_set_clk_div()
/linux/arch/s390/lib/
H A Dstring.c188 union register_pair r1 = { .even = (unsigned long)s1, .odd = l1, }; in clcle()
189 union register_pair r3 = { .even = (unsigned long)s2, .odd = l2, }; in clcle()
/linux/Documentation/userspace-api/media/v4l/
H A Dfield-order.rst13 odd and even lines of the image, respectively. Alternating the so called
14 odd and even field are transmitted, and due to a small delay between
30 combine to frames. We distinguish between top (aka odd) and bottom (aka
93 - Images consist of the top (aka odd) field only.
H A Dvidioc-g-dv-timings.rst129 to the odd field (aka field 1).
133 to the odd field (aka field 1).
137 to the odd field (aka field 1).
285 frontporch of field 1 (aka the odd field) is really one half-line
298 - Some formats like SMPTE-125M have an interlaced signal with a odd
/linux/arch/mips/kvm/
H A Dfpu.S29 bgez t0, 1f # no: skip odd doubles
73 bgez t0, 1f # no: skip odd doubles
/linux/arch/s390/kernel/diag/
H A Ddiag310.c66 union register_pair rp = { .even = (unsigned long)addr, .odd = size }; in diag310()
73 return rp.odd; in diag310()
/linux/include/uapi/linux/
H A Daio_abi.h84 #error edit for your odd byteorder.

12345