/linux/drivers/staging/media/ipu3/ |
A D | ipu3-tables.c | 13 .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 }, 3044 .odd = { { 0, 0, 61, 7, 67, 0, 0 }, 3109 .odd = { { 0, 0, 61, 7, 67, 0, 0 }, [all …]
|
/linux/lib/mpi/ |
A D | mpi-inv.c | 36 int odd; in mpi_invm() local 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() 120 if (!odd) in mpi_invm() [all …]
|
/linux/arch/s390/include/asm/ |
A D | cpacf.h | 255 s.odd = (unsigned long)src_len; in cpacf_km() 266 return src_len - s.odd; in cpacf_km() 287 s.odd = (unsigned long)src_len; in cpacf_kmc() 298 return src_len - s.odd; in cpacf_kmc() 315 s.odd = (unsigned long)src_len; in cpacf_kimd() 340 s.odd = (unsigned long)src_len; in cpacf_klmd() 368 s.odd = (unsigned long)src_len; in cpacf_kmac() 379 return src_len - s.odd; in cpacf_kmac() 401 s.odd = (unsigned long)src_len; in cpacf_kmctr() 414 return src_len - s.odd; in cpacf_kmctr() [all …]
|
A D | ap.h | 330 nqap_r1.odd = psmid & 0xffffffff; in ap_nqap() 332 nqap_r2.odd = (unsigned long)length; in ap_nqap() 388 rp1.odd = 0UL; in ap_dqap() 390 rp2.odd = (unsigned long)length; in ap_dqap() 409 if (reg2 != 0 && rp2.odd == 0) { in ap_dqap() 419 *psmid = (((unsigned long long)rp1.even) << 32) + rp1.odd; in ap_dqap()
|
/linux/Documentation/devicetree/bindings/display/panel/ |
A D | advantech,idk-2121wr.yaml | 16 on one link, and with odd pixels traveling on the other link. 18 The panel expects odd pixels on the first port, and even pixels on the 20 dual-lvds-odd-pixels or dual-lvds-even-pixels). 46 description: The sink for odd pixels. 48 dual-lvds-odd-pixels: true 51 - dual-lvds-odd-pixels 105 dual-lvds-odd-pixels;
|
A D | sharp,lq101r1sx01.yaml | 15 - even-odd: each channel drives the even or odd lines of the screen 20 to the peripheral driven by the second link (DSI-LINK2, right or odd). 23 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it 24 is possible to program either link to drive the left/even or right/odd pixels
|
/linux/drivers/media/common/v4l2-tpg/ |
A D | v4l2-tpg-core.c | 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() 1409 buf[0][offset] = odd ? g_u_s : b_v; in gen_twopix() 1413 buf[0][offset] = odd ? b_v : g_u_s; in gen_twopix() [all …]
|
/linux/arch/ia64/lib/ |
A D | csum_partial_copy.c | 37 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/arch/parisc/lib/ |
A D | checksum.c | 39 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()
|
/linux/arch/parisc/math-emu/ |
A D | cnv_float.h | 88 #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/x86/lib/ |
A D | csum-partial_64.c | 37 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/drivers/media/pci/ivtv/ |
A D | ivtv-vbi.c | 41 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 …]
|
/linux/arch/s390/kernel/ |
A D | cpcmd.c | 43 rx.odd = __pa(response); in diag8_response() 45 ry.odd = *rlen; in diag8_response() 54 *rlen += ry.odd; in diag8_response() 56 *rlen = ry.odd; in diag8_response()
|
/linux/lib/ |
A D | checksum.c | 48 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()
|
/linux/arch/mips/math-emu/ |
A D | dp_rint.c | 20 int odd; in ieee754dp_rint() local 52 odd = (xm & 0x1) != 0x0; in ieee754dp_rint() 56 if (round && (sticky || odd)) in ieee754dp_rint()
|
A D | sp_rint.c | 20 int odd; in ieee754sp_rint() local 53 odd = (xm & 0x1) != 0x0; in ieee754sp_rint() 57 if (round && (sticky || odd)) in ieee754sp_rint()
|
A D | sp_tlong.c | 17 int odd; in ieee754sp_tlong() local 67 odd = (xm & 0x1) != 0x0; in ieee754sp_tlong() 70 if (round && (sticky || odd)) in ieee754sp_tlong()
|
A D | dp_tint.c | 17 int odd; in ieee754dp_tint() local 66 odd = (xm & 0x1) != 0x0; in ieee754dp_tint() 69 if (round && (sticky || odd)) in ieee754dp_tint()
|
A D | dp_tlong.c | 17 int odd; in ieee754dp_tlong() local 71 odd = (xm & 0x1) != 0x0; in ieee754dp_tlong() 74 if (round && (sticky || odd)) in ieee754dp_tlong()
|
A D | sp_tint.c | 17 int odd; in ieee754sp_tint() local 71 odd = (xm & 0x1) != 0x0; in ieee754sp_tint() 74 if (round && (sticky || odd)) in ieee754sp_tint()
|
/linux/arch/alpha/lib/ |
A D | checksum.c | 81 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/arch/s390/pci/ |
A D | pci_insn.c | 66 union register_pair addr_range = {.even = addr, .odd = range}; in __rpcit() 115 union register_pair req_off = {.even = req, .odd = offset}; in ____pcilg() 173 union register_pair ioaddr_len = {.even = ioaddr, .odd = len}; in __pcilg_mio() 185 *status = ioaddr_len.odd >> 24 & 0xff; in __pcilg_mio() 209 union register_pair req_off = {.even = req, .odd = offset}; in __pcistg() 254 union register_pair ioaddr_len = {.even = ioaddr, .odd = len}; in __pcistg_mio() 266 *status = ioaddr_len.odd >> 24 & 0xff; in __pcistg_mio()
|
/linux/net/ipv4/ |
A D | tcp_hybla.c | 94 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()
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-bus-iio-adc-hi8435 | 25 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/ |
A D | max2820.c | 75 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()
|