arch/alpha/lib/checksum.c
137
if (odd)
arch/alpha/lib/checksum.c
83
int odd, count;
arch/alpha/lib/checksum.c
88
odd = 1 & (unsigned long) buff;
arch/alpha/lib/checksum.c
89
if (odd) {
arch/mips/math-emu/dp_rint.c
20
int odd;
arch/mips/math-emu/dp_rint.c
52
odd = (xm & 0x1) != 0x0;
arch/mips/math-emu/dp_rint.c
56
if (round && (sticky || odd))
arch/mips/math-emu/dp_tint.c
17
int odd;
arch/mips/math-emu/dp_tint.c
66
odd = (xm & 0x1) != 0x0;
arch/mips/math-emu/dp_tint.c
69
if (round && (sticky || odd))
arch/mips/math-emu/dp_tlong.c
17
int odd;
arch/mips/math-emu/dp_tlong.c
71
odd = (xm & 0x1) != 0x0;
arch/mips/math-emu/dp_tlong.c
74
if (round && (sticky || odd))
arch/mips/math-emu/sp_rint.c
20
int odd;
arch/mips/math-emu/sp_rint.c
53
odd = (xm & 0x1) != 0x0;
arch/mips/math-emu/sp_rint.c
57
if (round && (sticky || odd))
arch/mips/math-emu/sp_tint.c
17
int odd;
arch/mips/math-emu/sp_tint.c
71
odd = (xm & 0x1) != 0x0;
arch/mips/math-emu/sp_tint.c
74
if (round && (sticky || odd))
arch/mips/math-emu/sp_tlong.c
17
int odd;
arch/mips/math-emu/sp_tlong.c
67
odd = (xm & 0x1) != 0x0;
arch/mips/math-emu/sp_tlong.c
70
if (round && (sticky || odd))
arch/mips/mm/tlbex.c
1054
unsigned int even, odd;
arch/mips/mm/tlbex.c
1192
odd = tmp;
arch/mips/mm/tlbex.c
1195
UASM_i_LWX(p, odd, scratch, tmp);
arch/mips/mm/tlbex.c
1199
odd = ptr;
arch/mips/mm/tlbex.c
1201
UASM_i_LW(p, odd, sizeof(pte_t), ptr); /* get odd pte */
arch/mips/mm/tlbex.c
1206
uasm_i_drotr(p, odd, odd, ilog2(_PAGE_GLOBAL));
arch/mips/mm/tlbex.c
1210
uasm_i_dsrl_safe(p, odd, odd, ilog2(_PAGE_GLOBAL));
arch/mips/mm/tlbex.c
1212
UASM_i_MTC0(p, odd, C0_ENTRYLO1); /* load it */
arch/parisc/lib/checksum.c
30
int odd, count;
arch/parisc/lib/checksum.c
35
odd = 1 & (unsigned long) buff;
arch/parisc/lib/checksum.c
36
if (odd) {
arch/parisc/lib/checksum.c
80
if (odd)
arch/parisc/math-emu/cnv_float.h
104
odd = dest << 31; \
arch/parisc/math-emu/cnv_float.h
124
if (guard && (sticky || odd)) { \
arch/parisc/math-emu/cnv_float.h
134
guard = odd; \
arch/parisc/math-emu/cnv_float.h
140
odd = dest << 31; \
arch/parisc/math-emu/cnv_float.h
149
odd = dest << 31; \
arch/parisc/math-emu/cnv_float.h
160
odd = dest << 31; \
arch/parisc/math-emu/cnv_float.h
173
odd = 0; \
arch/parisc/math-emu/cnv_float.h
88
#define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \
arch/parisc/math-emu/cnv_float.h
93
odd = Dbit2p2(srcB)
arch/parisc/math-emu/cnv_float.h
95
#define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \
arch/s390/boot/ipl_parm.c
39
union register_pair r1 = { .even = (unsigned long)addr, .odd = 0 };
arch/s390/boot/ipl_parm.c
48
return r1.odd;
arch/s390/boot/physmem_info.c
67
rx.odd = rx2;
arch/s390/hypfs/hypfs_sprp.c
33
return r1.odd;
arch/s390/include/asm/ap.h
462
nqap_r1.odd = psmid & 0xffffffff;
arch/s390/include/asm/ap.h
464
nqap_r2.odd = (unsigned long)length;
arch/s390/include/asm/ap.h
522
rp1.odd = 0UL;
arch/s390/include/asm/ap.h
524
rp2.odd = (unsigned long)msglen;
arch/s390/include/asm/ap.h
544
if (reg2 != 0 && rp2.odd == 0) {
arch/s390/include/asm/ap.h
554
*psmid = (rp1.even << 32) + rp1.odd;
arch/s390/include/asm/ap.h
561
*length = msglen - rp2.odd;
arch/s390/include/asm/checksum.h
23
.odd = (unsigned long)len,
arch/s390/include/asm/cpacf.h
414
s.odd = (unsigned long)src_len;
arch/s390/include/asm/cpacf.h
425
return src_len - s.odd;
arch/s390/include/asm/cpacf.h
446
s.odd = (unsigned long)src_len;
arch/s390/include/asm/cpacf.h
457
return src_len - s.odd;
arch/s390/include/asm/cpacf.h
474
s.odd = (unsigned long)src_len;
arch/s390/include/asm/cpacf.h
499
s.odd = (unsigned long)src_len;
arch/s390/include/asm/cpacf.h
527
s.odd = (unsigned long)src_len;
arch/s390/include/asm/cpacf.h
539
return src_len - s.odd;
arch/s390/include/asm/cpacf.h
577
s.odd = (unsigned long)src_len;
arch/s390/include/asm/cpacf.h
590
return src_len - s.odd;
arch/s390/include/asm/cpacf.h
610
d.odd = (unsigned long)dest_len;
arch/s390/include/asm/cpacf.h
612
s.odd = (unsigned long)seed_len;
arch/s390/include/asm/cpacf.h
637
u.odd = (unsigned long)ucbuf_len;
arch/s390/include/asm/cpacf.h
639
c.odd = (unsigned long)cbuf_len;
arch/s390/include/asm/cpacf.h
721
s.odd = (unsigned long)src_len;
arch/s390/include/asm/cpacf.h
723
a.odd = (unsigned long)aad_len;
arch/s390/include/asm/diag288.h
26
union register_pair r1 = { .even = func, .odd = timeout, };
arch/s390/include/asm/diag288.h
27
union register_pair r3 = { .even = action, .odd = len, };
arch/s390/include/asm/page.h
58
dst.odd = 0x1000;
arch/s390/include/asm/page.h
60
src.odd = 0xb0001000;
arch/s390/include/asm/pgtable.h
611
union register_pair r1 = { .even = old, .odd = new, };
arch/s390/include/asm/pgtable.h
643
union register_pair r1 = { .even = old, .odd = new, };
arch/s390/include/asm/pgtable.h
644
union register_pair r2 = { .even = __pa(table) | dtt, .odd = address, };
arch/s390/include/asm/sigp.h
46
union register_pair r1 = { .odd = parm, };
arch/s390/include/asm/types.h
14
unsigned long odd;
arch/s390/kernel/cert_store.c
246
return rp.odd;
arch/s390/kernel/cpcmd.c
43
rx.odd = __pa(response);
arch/s390/kernel/cpcmd.c
45
ry.odd = *rlen;
arch/s390/kernel/cpcmd.c
53
*rlen += ry.odd;
arch/s390/kernel/cpcmd.c
55
*rlen = ry.odd;
arch/s390/kernel/diag/diag.c
196
union register_pair rp = { .even = *subcode, .odd = size };
arch/s390/kernel/diag/diag.c
204
return rp.odd;
arch/s390/kernel/diag/diag310.c
66
union register_pair rp = { .even = (unsigned long)addr, .odd = size };
arch/s390/kernel/diag/diag310.c
73
return rp.odd;
arch/s390/kernel/diag/diag324.c
108
return rp.odd;
arch/s390/kernel/ipl.c
188
r1.odd = 0;
arch/s390/kernel/ipl.c
196
return r1.odd;
arch/s390/kernel/sthyi.c
435
*rc = r2.odd;
arch/s390/lib/string.c
188
union register_pair r1 = { .even = (unsigned long)s1, .odd = l1, };
arch/s390/lib/string.c
189
union register_pair r3 = { .even = (unsigned long)s2, .odd = l2, };
arch/s390/pci/pci_insn.c
101
union register_pair addr_range = {.even = addr, .odd = range};
arch/s390/pci/pci_insn.c
158
union register_pair req_off = {.even = req, .odd = offset};
arch/s390/pci/pci_insn.c
227
union register_pair ioaddr_len = {.even = ioaddr, .odd = len};
arch/s390/pci/pci_insn.c
242
*status = ioaddr_len.odd >> 24 & 0xff;
arch/s390/pci/pci_insn.c
266
union register_pair req_off = {.even = req, .odd = offset};
arch/s390/pci/pci_insn.c
320
union register_pair ioaddr_len = {.even = ioaddr, .odd = len};
arch/s390/pci/pci_insn.c
333
*status = ioaddr_len.odd >> 24 & 0xff;
arch/s390/pci/pci_mmio.c
212
union register_pair ioaddr_len = {.even = (u64 __force)ioaddr, .odd = ulen};
arch/s390/pci/pci_mmio.c
256
*status = ioaddr_len.odd >> 24 & 0xff;
arch/s390/pci/pci_mmio.c
58
union register_pair ioaddr_len = {.even = (u64 __force)ioaddr, .odd = ulen};
arch/s390/pci/pci_mmio.c
90
*status = ioaddr_len.odd >> 24 & 0xff;
drivers/block/amiflop.c
809
ulong *odd, *even;
drivers/block/amiflop.c
813
odd = raw;
drivers/block/amiflop.c
814
even = odd + len;
drivers/block/amiflop.c
820
*data++ = ((*odd++ & 0x55555555) << 1) | (*even++ & 0x55555555);
drivers/clk/renesas/rzg2l-cpg.c
596
unsigned int a, b, odd;
drivers/clk/renesas/rzg2l-cpg.c
610
odd = dsi_div_ab_desired & 1;
drivers/clk/renesas/rzg2l-cpg.c
611
if (odd) {
drivers/clk/renesas/rzg2l-cpg.c
622
if (!odd && a == 0)
drivers/clk/renesas/rzg2l-cpg.c
626
if (odd && a != 0)
drivers/clk/renesas/rzg2l-cpg.c
631
if (odd && b & 1)
drivers/gpu/drm/drm_modes.c
183
unsigned int even, odd;
drivers/gpu/drm/drm_modes.c
187
{ .even = _even, .odd = _odd }
drivers/gpu/drm/drm_modes.c
462
vfp_min = params->vfp_lines.even + params->vfp_lines.odd;
drivers/gpu/drm/drm_modes.c
463
vbp_min = params->vbp_lines.even + params->vbp_lines.odd;
drivers/gpu/drm/drm_modes.c
464
vslen = params->vslen_lines.even + params->vslen_lines.odd;
drivers/gpu/drm/drm_modes.c
480
vfp_min = params->vfp_lines.odd;
drivers/gpu/drm/drm_modes.c
481
vbp_min = params->vbp_lines.odd;
drivers/gpu/drm/drm_modes.c
482
vslen = params->vslen_lines.odd;
drivers/hid/bpf/progs/Wacom__ArtPen.bpf.c
127
odd = true;
drivers/hid/bpf/progs/Wacom__ArtPen.bpf.c
133
if (odd)
drivers/hid/bpf/progs/Wacom__ArtPen.bpf.c
137
odd = !odd;
drivers/hid/bpf/progs/Wacom__ArtPen.bpf.c
85
static bool odd;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1134
u8 buf[TPG_MAX_PLANES][8], int color, bool odd)
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1136
unsigned offset = odd * tpg->twopixelsize[0] / 2;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1183
if (odd) {
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1197
if (odd) {
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1213
if (odd) {
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1226
if (odd) {
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1261
if (odd) {
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1271
if (odd) {
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1281
if (odd) {
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1291
if (odd) {
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1447
buf[0][offset] = odd ? g_u_s : b_v;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1448
buf[1][offset] = odd ? r_y_h : g_u_s;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1451
buf[0][offset] = odd ? b_v : g_u_s;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1452
buf[1][offset] = odd ? g_u_s : r_y_h;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1455
buf[0][offset] = odd ? r_y_h : g_u_s;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1456
buf[1][offset] = odd ? g_u_s : b_v;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1459
buf[0][offset] = odd ? g_u_s : r_y_h;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1460
buf[1][offset] = odd ? b_v : g_u_s;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1463
buf[0][offset] = odd ? g_u_s << 2 : b_v << 2;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1464
buf[0][offset + 1] = odd ? g_u_s >> 6 : b_v >> 6;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1465
buf[1][offset] = odd ? r_y_h << 2 : g_u_s << 2;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1466
buf[1][offset + 1] = odd ? r_y_h >> 6 : g_u_s >> 6;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1471
buf[0][offset] = odd ? b_v << 2 : g_u_s << 2;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1472
buf[0][offset + 1] = odd ? b_v >> 6 : g_u_s >> 6;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1473
buf[1][offset] = odd ? g_u_s << 2 : r_y_h << 2;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1474
buf[1][offset + 1] = odd ? g_u_s >> 6 : r_y_h >> 6;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1479
buf[0][offset] = odd ? r_y_h << 2 : g_u_s << 2;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1480
buf[0][offset + 1] = odd ? r_y_h >> 6 : g_u_s >> 6;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1481
buf[1][offset] = odd ? g_u_s << 2 : b_v << 2;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1482
buf[1][offset + 1] = odd ? g_u_s >> 6 : b_v >> 6;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1487
buf[0][offset] = odd ? g_u_s << 2 : r_y_h << 2;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1488
buf[0][offset + 1] = odd ? g_u_s >> 6 : r_y_h >> 6;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1489
buf[1][offset] = odd ? b_v << 2 : g_u_s << 2;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1490
buf[1][offset + 1] = odd ? b_v >> 6 : g_u_s >> 6;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1495
buf[0][offset] = odd ? g_u_s << 4 : b_v << 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1496
buf[0][offset + 1] = odd ? g_u_s >> 4 : b_v >> 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1497
buf[1][offset] = odd ? r_y_h << 4 : g_u_s << 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1498
buf[1][offset + 1] = odd ? r_y_h >> 4 : g_u_s >> 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1503
buf[0][offset] = odd ? b_v << 4 : g_u_s << 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1504
buf[0][offset + 1] = odd ? b_v >> 4 : g_u_s >> 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1505
buf[1][offset] = odd ? g_u_s << 4 : r_y_h << 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1506
buf[1][offset + 1] = odd ? g_u_s >> 4 : r_y_h >> 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1511
buf[0][offset] = odd ? r_y_h << 4 : g_u_s << 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1512
buf[0][offset + 1] = odd ? r_y_h >> 4 : g_u_s >> 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1513
buf[1][offset] = odd ? g_u_s << 4 : b_v << 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1514
buf[1][offset + 1] = odd ? g_u_s >> 4 : b_v >> 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1519
buf[0][offset] = odd ? g_u_s << 4 : r_y_h << 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1520
buf[0][offset + 1] = odd ? g_u_s >> 4 : r_y_h >> 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1521
buf[1][offset] = odd ? b_v << 4 : g_u_s << 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1522
buf[1][offset + 1] = odd ? b_v >> 4 : g_u_s >> 4;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1527
buf[0][offset] = buf[0][offset + 1] = odd ? g_u_s : b_v;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1528
buf[1][offset] = buf[1][offset + 1] = odd ? r_y_h : g_u_s;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1531
buf[0][offset] = buf[0][offset + 1] = odd ? b_v : g_u_s;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1532
buf[1][offset] = buf[1][offset + 1] = odd ? g_u_s : r_y_h;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1535
buf[0][offset] = buf[0][offset + 1] = odd ? r_y_h : g_u_s;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1536
buf[1][offset] = buf[1][offset + 1] = odd ? g_u_s : b_v;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1539
buf[0][offset] = buf[0][offset + 1] = odd ? g_u_s : r_y_h;
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1540
buf[1][offset] = buf[1][offset + 1] = odd ? b_v : g_u_s;
drivers/media/pci/bt8xx/bttv-risc.c
337
bttv_apply_geo(struct bttv *btv, struct bttv_geometry *geo, int odd)
drivers/media/pci/bt8xx/bttv-risc.c
339
int off = odd ? 0x80 : 0x00;
drivers/media/pci/ivtv/ivtv-driver.h
517
u8 odd[2]; /* two-byte payload of odd field */
drivers/media/pci/ivtv/ivtv-vbi.c
137
struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } };
drivers/media/pci/ivtv/ivtv-vbi.c
153
struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } };
drivers/media/pci/ivtv/ivtv-vbi.c
41
data.data[0] = cc->odd[0];
drivers/media/pci/ivtv/ivtv-vbi.c
42
data.data[1] = cc->odd[1];
drivers/media/pci/ivtv/ivtv-vbi.c
454
struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } };
drivers/media/pci/ivtv/ivtv-vbi.c
466
struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } };
drivers/media/pci/ivtv/ivtv-vbi.c
490
cc.odd[0] = data.data[0];
drivers/media/pci/ivtv/ivtv-vbi.c
491
cc.odd[1] = data.data[1];
drivers/media/pci/ivtv/ivtv-vbi.c
526
if (vi->cc_payload_idx && cc.odd[0] == 0x80 && cc.odd[1] == 0x80)
drivers/media/pci/ivtv/ivtv-vbi.c
94
cc->odd[0] = d->data[0];
drivers/media/pci/ivtv/ivtv-vbi.c
95
cc->odd[1] = d->data[1];
drivers/media/usb/stk1160/stk1160-video.c
126
if (!buf->odd)
drivers/media/usb/stk1160/stk1160-video.c
285
dev->isoc_ctl.buf->odd = *p & 0x40;
drivers/media/usb/stk1160/stk1160.h
78
int odd; /* current oddity */
drivers/media/usb/usbtv/usbtv-video.c
379
static void usbtv_chunk_to_vbuf(u32 *frame, __be32 *src, int chunk_no, int odd)
drivers/media/usb/usbtv/usbtv-video.c
386
int part_index = (line * 2 + !odd) * 3 + (part_no % 3);
drivers/media/usb/usbtv/usbtv-video.c
400
int frame_id, odd, chunk_no;
drivers/media/usb/usbtv/usbtv-video.c
409
odd = USBTV_ODD(chunk);
drivers/media/usb/usbtv/usbtv-video.c
435
usbtv_chunk_to_vbuf(frame, &chunk[1], chunk_no, odd);
drivers/media/usb/usbtv/usbtv-video.c
441
if (odd && !usbtv->last_odd) {
drivers/media/usb/usbtv/usbtv-video.c
455
usbtv->last_odd = odd;
drivers/net/ethernet/8390/pcnet_cs.c
1331
int odd;
drivers/net/ethernet/8390/pcnet_cs.c
1335
odd = (c & 1); c >>= 1;
drivers/net/ethernet/8390/pcnet_cs.c
1341
if (odd)
drivers/net/ethernet/8390/pcnet_cs.c
1349
int odd;
drivers/net/ethernet/8390/pcnet_cs.c
1353
odd = (c & 1); c >>= 1;
drivers/net/ethernet/8390/pcnet_cs.c
1359
if (odd)
drivers/net/ethernet/intel/ice/ice_lag.c
1082
*odd = !(*odd);
drivers/net/ethernet/intel/ice/ice_lag.c
1083
if ((dest == ICE_LAGP_IDX && *odd && !all) ||
drivers/net/ethernet/intel/ice/ice_lag.c
1084
(dest == ICE_LAGS_IDX && !(*odd) && !all) ||
drivers/net/ethernet/intel/ice/ice_lag.c
1201
bool odd = true, all = false;
drivers/net/ethernet/intel/ice/ice_lag.c
1217
ice_lag_aa_move_vf_qs(lag, dest, i, all, &odd, e_pf);
drivers/net/ethernet/intel/ice/ice_lag.c
985
bool all, bool *odd, struct ice_pf *e_pf)
drivers/net/wireless/realtek/rtl818x/rtl8180/max2820.c
75
bool odd;
drivers/net/wireless/realtek/rtl818x/rtl8180/max2820.c
77
odd = !!(agc & 1);
drivers/net/wireless/realtek/rtl818x/rtl8180/max2820.c
80
if (odd)
drivers/s390/block/dasd_diag.c
90
return cc | rx.odd;
drivers/spi/spi-fsl-dspi.c
956
bool odd = !!(dspi->len & 1);
drivers/spi/spi-fsl-dspi.c
966
if (!odd && dspi->len <= dspi->devtype_data->fifo_size * 2) {
drivers/spi/spi-fsl-dspi.c
968
} else if (odd && dspi->len <= dspi->devtype_data->fifo_size) {
drivers/staging/media/ipu3/ipu3-abi.h
1095
odd[IMGU_ABI_BDS_PHASE_COEFFS_ARRAY_SIZE];
drivers/staging/media/ipu3/ipu3-tables.c
1016
.odd = { { -7, 12, 92, 7, 42, -11, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
1081
.odd = { { -7, 12, 92, 7, 42, -11, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
1128
.odd = { { -7, 12, 89, 7, 45, -11, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
1145
.odd = { { -7, 12, 89, 7, 45, -11, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
1192
.odd = { { -8, 13, 88, 7, 46, -11, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
121
.odd = { { 0, 2, 122, 7, 5, -1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
1257
.odd = { { -8, 13, 88, 7, 46, -11, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
13
.odd = { { 0, 0, 64, 6, 0, 0, 0 } } },
drivers/staging/media/ipu3/ipu3-tables.c
1312
.odd = { { -8, 13, 85, 7, 48, -10, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
1345
.odd = { { -8, 13, 85, 7, 48, -10, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
1400
.odd = { { -8, 14, 82, 7, 50, -9, -1 },
drivers/staging/media/ipu3/ipu3-tables.c
1465
.odd = { { -8, 14, 82, 7, 50, -9, -1 },
drivers/staging/media/ipu3/ipu3-tables.c
1506
.odd = { { -9, 14, 82, 7, 51, -8, -2 },
drivers/staging/media/ipu3/ipu3-tables.c
1511
.odd = { { -9, 14, 82, 7, 51, -8, -2 },
drivers/staging/media/ipu3/ipu3-tables.c
1552
.odd = { { -9, 15, 79, 7, 52, -7, -2 },
drivers/staging/media/ipu3/ipu3-tables.c
16
.odd = { { 0, 0, 64, 6, 0, 0, 0 } } },
drivers/staging/media/ipu3/ipu3-tables.c
1617
.odd = { { -9, 15, 79, 7, 52, -7, -2 },
drivers/staging/media/ipu3/ipu3-tables.c
1672
.odd = { { -9, 15, 76, 7, 54, -5, -3 },
drivers/staging/media/ipu3/ipu3-tables.c
1705
.odd = { { -9, 15, 76, 7, 54, -5, -3 },
drivers/staging/media/ipu3/ipu3-tables.c
176
.odd = { { -1, 3, 118, 7, 10, -2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
1760
.odd = { { -9, 15, 76, 7, 54, -4, -4 },
drivers/staging/media/ipu3/ipu3-tables.c
1825
.odd = { { -9, 15, 76, 7, 54, -4, -4 },
drivers/staging/media/ipu3/ipu3-tables.c
1872
.odd = { { -9, 16, 73, 7, 55, -2, -5 },
drivers/staging/media/ipu3/ipu3-tables.c
1889
.odd = { { -9, 16, 73, 7, 55, -2, -5 },
drivers/staging/media/ipu3/ipu3-tables.c
1936
.odd = { { -9, 16, 72, 7, 56, -1, -6 },
drivers/staging/media/ipu3/ipu3-tables.c
2001
.odd = { { -9, 16, 72, 7, 56, -1, -6 },
drivers/staging/media/ipu3/ipu3-tables.c
2056
.odd = { { -9, 16, 70, 7, 56, 1, -6 },
drivers/staging/media/ipu3/ipu3-tables.c
2089
.odd = { { -9, 16, 70, 7, 56, 1, -6 },
drivers/staging/media/ipu3/ipu3-tables.c
209
.odd = { { -1, 3, 118, 7, 10, -2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
2144
.odd = { { -9, 16, 69, 7, 56, 3, -7 },
drivers/staging/media/ipu3/ipu3-tables.c
2209
.odd = { { -9, 16, 69, 7, 56, 3, -7 },
drivers/staging/media/ipu3/ipu3-tables.c
2252
.odd = { { -9, 16, 67, 7, 56, 5, -7 },
drivers/staging/media/ipu3/ipu3-tables.c
2261
.odd = { { -9, 16, 67, 7, 56, 5, -7 },
drivers/staging/media/ipu3/ipu3-tables.c
2304
.odd = { { -8, 16, 66, 7, 56, 6, -8 },
drivers/staging/media/ipu3/ipu3-tables.c
2369
.odd = { { -8, 16, 66, 7, 56, 6, -8 },
drivers/staging/media/ipu3/ipu3-tables.c
2424
.odd = { { -8, 17, 63, 7, 56, 8, -8 },
drivers/staging/media/ipu3/ipu3-tables.c
2457
.odd = { { -8, 17, 63, 7, 56, 8, -8 },
drivers/staging/media/ipu3/ipu3-tables.c
2512
.odd = { { -8, 17, 61, 7, 56, 10, -8 },
drivers/staging/media/ipu3/ipu3-tables.c
2577
.odd = { { -8, 17, 61, 7, 56, 10, -8 },
drivers/staging/media/ipu3/ipu3-tables.c
2624
.odd = { { -8, 17, 60, 7, 56, 11, -8 },
drivers/staging/media/ipu3/ipu3-tables.c
264
.odd = { { -1, 4, 114, 7, 14, -3, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
2641
.odd = { { -8, 17, 60, 7, 56, 11, -8 },
drivers/staging/media/ipu3/ipu3-tables.c
2688
.odd = { { -8, 17, 58, 7, 56, 13, -8 },
drivers/staging/media/ipu3/ipu3-tables.c
2753
.odd = { { -8, 17, 58, 7, 56, 13, -8 },
drivers/staging/media/ipu3/ipu3-tables.c
2808
.odd = { { -7, 17, 57, 7, 55, 14, -8 },
drivers/staging/media/ipu3/ipu3-tables.c
2841
.odd = { { -7, 17, 57, 7, 55, 14, -8 },
drivers/staging/media/ipu3/ipu3-tables.c
2896
.odd = { { -7, 17, 55, 7, 55, 15, -7 },
drivers/staging/media/ipu3/ipu3-tables.c
2961
.odd = { { -7, 17, 55, 7, 55, 15, -7 },
drivers/staging/media/ipu3/ipu3-tables.c
3001
.odd = { { 0, 0, 64, 7, 64, 0, 0 } } },
drivers/staging/media/ipu3/ipu3-tables.c
3004
.odd = { { 0, 0, 64, 7, 64, 0, 0 } } },
drivers/staging/media/ipu3/ipu3-tables.c
3044
.odd = { { 0, 0, 61, 7, 67, 0, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3109
.odd = { { 0, 0, 61, 7, 67, 0, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3164
.odd = { { 0, 0, 59, 7, 68, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3197
.odd = { { 0, 0, 59, 7, 68, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3252
.odd = { { 0, 0, 56, 7, 71, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
329
.odd = { { -1, 4, 114, 7, 14, -3, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3317
.odd = { { 0, 0, 56, 7, 71, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3365
.odd = { { 0, 0, 54, 7, 73, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3382
.odd = { { 0, 0, 54, 7, 73, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3429
.odd = { { 0, 0, 52, 7, 75, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3494
.odd = { { 0, 0, 52, 7, 75, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3550
.odd = { { 0, 0, 50, 7, 76, 2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3583
.odd = { { 0, 0, 50, 7, 76, 2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3638
.odd = { { 0, 0, 49, 7, 77, 2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3703
.odd = { { 0, 0, 49, 7, 77, 2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3747
.odd = { { 0, 0, 47, 7, 79, 2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3756
.odd = { { 0, 0, 47, 7, 79, 2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
376
.odd = { { -2, 5, 111, 7, 19, -5, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3799
.odd = { { 0, 0, 45, 7, 80, 3, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3864
.odd = { { 0, 0, 45, 7, 80, 3, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3920
.odd = { { 0, 1, 44, 7, 80, 3, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
393
.odd = { { -2, 5, 111, 7, 19, -5, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
3953
.odd = { { 0, 1, 44, 7, 80, 3, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4008
.odd = { { 0, 1, 43, 7, 80, 4, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4073
.odd = { { 0, 1, 43, 7, 80, 4, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4121
.odd = { { 0, 1, 41, 7, 82, 4, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4138
.odd = { { 0, 1, 41, 7, 82, 4, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4185
.odd = { { 0, 1, 40, 7, 82, 5, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4250
.odd = { { 0, 1, 40, 7, 82, 5, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4306
.odd = { { 0, 1, 39, 7, 83, 5, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4339
.odd = { { 0, 1, 39, 7, 83, 5, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4394
.odd = { { 0, 1, 38, 7, 83, 6, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
440
.odd = { { -3, 7, 108, 7, 23, -7, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4459
.odd = { { 0, 1, 38, 7, 83, 6, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4501
.odd = { { 0, 1, 37, 7, 83, 7, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4506
.odd = { { 0, 1, 37, 7, 83, 7, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4547
.odd = { { 0, 1, 36, 7, 83, 8, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4612
.odd = { { 0, 1, 36, 7, 83, 8, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4668
.odd = { { 0, 1, 35, 7, 83, 9, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4701
.odd = { { 0, 1, 35, 7, 83, 9, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4756
.odd = { { 0, 1, 34, 7, 83, 10, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4821
.odd = { { 0, 1, 34, 7, 83, 10, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4869
.odd = { { 0, 1, 33, 7, 83, 11, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4886
.odd = { { 0, 1, 33, 7, 83, 11, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4933
.odd = { { 0, 1, 32, 7, 83, 12, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
4998
.odd = { { 0, 1, 32, 7, 83, 12, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
505
.odd = { { -3, 7, 108, 7, 23, -7, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5054
.odd = { { 0, 1, 31, 7, 83, 13, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5087
.odd = { { 0, 1, 31, 7, 83, 13, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5142
.odd = { { 0, 1, 30, 7, 83, 14, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5207
.odd = { { 0, 1, 30, 7, 83, 14, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5251
.odd = { { 0, 1, 30, 7, 82, 15, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5260
.odd = { { 0, 1, 30, 7, 82, 15, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5303
.odd = { { 0, 1, 29, 7, 82, 16, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5368
.odd = { { 0, 1, 29, 7, 82, 16, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5424
.odd = { { 0, 1, 28, 7, 82, 17, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5457
.odd = { { 0, 1, 28, 7, 82, 17, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5512
.odd = { { 0, 1, 28, 7, 81, 18, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5577
.odd = { { 0, 1, 28, 7, 81, 18, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
56
.odd = { { 0, 2, 122, 7, 5, -1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
560
.odd = { { -4, 8, 105, 7, 27, -8, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5625
.odd = { { 0, 1, 27, 7, 80, 20, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5642
.odd = { { 0, 1, 27, 7, 80, 20, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5689
.odd = { { 0, 1, 26, 7, 80, 21, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5754
.odd = { { 0, 1, 26, 7, 80, 21, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5810
.odd = { { 0, 1, 26, 7, 78, 22, 1 },
drivers/staging/media/ipu3/ipu3-tables.c
5843
.odd = { { 0, 1, 26, 7, 78, 22, 1 },
drivers/staging/media/ipu3/ipu3-tables.c
5898
.odd = { { 0, 1, 25, 7, 78, 23, 1 },
drivers/staging/media/ipu3/ipu3-tables.c
593
.odd = { { -4, 8, 105, 7, 27, -8, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
5963
.odd = { { 0, 1, 25, 7, 78, 23, 1 },
drivers/staging/media/ipu3/ipu3-tables.c
6004
.odd = { { 0, 4, 60, 7, 60, 4, 0 } } },
drivers/staging/media/ipu3/ipu3-tables.c
6007
.odd = { { 0, 4, 60, 7, 60, 4, 0 } } },
drivers/staging/media/ipu3/ipu3-tables.c
6047
.odd = { { 0, 21, 84, 7, 23, 0, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6112
.odd = { { 0, 21, 84, 7, 23, 0, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6168
.odd = { { 0, 20, 84, 7, 24, 0, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6201
.odd = { { 0, 20, 84, 7, 24, 0, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6256
.odd = { { 0, 20, 82, 7, 25, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6321
.odd = { { 0, 20, 82, 7, 25, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6369
.odd = { { 0, 19, 81, 7, 27, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6386
.odd = { { 0, 19, 81, 7, 27, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6433
.odd = { { 0, 19, 80, 7, 28, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
648
.odd = { { -4, 9, 101, 7, 31, -9, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6498
.odd = { { 0, 19, 80, 7, 28, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6554
.odd = { { 0, 18, 80, 7, 29, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6587
.odd = { { 0, 18, 80, 7, 29, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6642
.odd = { { 0, 18, 79, 7, 30, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6707
.odd = { { 0, 18, 79, 7, 30, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6751
.odd = { { 0, 18, 77, 7, 32, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6760
.odd = { { 0, 18, 77, 7, 32, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6803
.odd = { { 0, 17, 77, 7, 33, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6868
.odd = { { 0, 17, 77, 7, 33, 1, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6924
.odd = { { 0, 17, 75, 7, 34, 2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
6957
.odd = { { 0, 17, 75, 7, 34, 2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7012
.odd = { { 0, 16, 75, 7, 35, 2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7077
.odd = { { 0, 16, 75, 7, 35, 2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7125
.odd = { { 0, 16, 73, 7, 37, 2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
713
.odd = { { -4, 9, 101, 7, 31, -9, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7142
.odd = { { 0, 16, 73, 7, 37, 2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7189
.odd = { { 0, 16, 72, 7, 38, 2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7254
.odd = { { 0, 16, 72, 7, 38, 2, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7310
.odd = { { 0, 15, 71, 7, 39, 3, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7343
.odd = { { 0, 15, 71, 7, 39, 3, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7398
.odd = { { 0, 15, 70, 7, 40, 3, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7463
.odd = { { 0, 15, 70, 7, 40, 3, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7505
.odd = { { 0, 15, 69, 7, 41, 3, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7510
.odd = { { 0, 15, 69, 7, 41, 3, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7551
.odd = { { 0, 15, 67, 7, 42, 4, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
756
.odd = { { -5, 9, 100, 7, 34, -10, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7616
.odd = { { 0, 15, 67, 7, 42, 4, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
765
.odd = { { -5, 9, 100, 7, 34, -10, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7672
.odd = { { 0, 14, 67, 7, 43, 4, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7705
.odd = { { 0, 14, 67, 7, 43, 4, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7760
.odd = { { 0, 14, 66, 7, 44, 4, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7825
.odd = { { 0, 14, 66, 7, 44, 4, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7873
.odd = { { 0, 14, 64, 7, 45, 5, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7890
.odd = { { 0, 14, 64, 7, 45, 5, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
7937
.odd = { { 0, 13, 64, 7, 46, 5, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8002
.odd = { { 0, 13, 64, 7, 46, 5, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8058
.odd = { { 0, 13, 62, 7, 47, 6, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
808
.odd = { { -6, 10, 98, 7, 37, -11, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8091
.odd = { { 0, 13, 62, 7, 47, 6, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8146
.odd = { { 0, 13, 62, 7, 47, 6, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8211
.odd = { { 0, 13, 62, 7, 47, 6, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8255
.odd = { { 0, 13, 60, 7, 48, 7, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8264
.odd = { { 0, 13, 60, 7, 48, 7, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8307
.odd = { { 0, 12, 60, 7, 49, 7, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8372
.odd = { { 0, 12, 60, 7, 49, 7, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8428
.odd = { { 0, 12, 59, 7, 49, 8, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8461
.odd = { { 0, 12, 59, 7, 49, 8, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8516
.odd = { { 0, 12, 58, 7, 50, 8, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8581
.odd = { { 0, 12, 58, 7, 50, 8, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8629
.odd = { { 0, 12, 56, 7, 51, 9, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8646
.odd = { { 0, 12, 56, 7, 51, 9, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8693
.odd = { { 0, 12, 56, 7, 51, 9, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
873
.odd = { { -6, 10, 98, 7, 37, -11, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8758
.odd = { { 0, 12, 56, 7, 51, 9, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8814
.odd = { { 0, 11, 55, 7, 52, 10, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8847
.odd = { { 0, 11, 55, 7, 52, 10, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8902
.odd = { { 0, 11, 55, 7, 52, 10, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
8967
.odd = { { 0, 11, 55, 7, 52, 10, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
9008
.odd = { { 0, 11, 53, 7, 53, 11, 0 } } },
drivers/staging/media/ipu3/ipu3-tables.c
9011
.odd = { { 0, 11, 53, 7, 53, 11, 0 } } },
drivers/staging/media/ipu3/ipu3-tables.c
928
.odd = { { -6, 11, 94, 7, 40, -11, 0 },
drivers/staging/media/ipu3/ipu3-tables.c
961
.odd = { { -6, 11, 94, 7, 40, -11, 0 },
drivers/usb/gadget/udc/m66592-udc.h
586
unsigned long odd = len & 0x0001;
drivers/usb/gadget/udc/m66592-udc.h
590
if (odd) {
drivers/usb/host/r8a66597.h
231
int odd = len & 0x0001;
drivers/usb/host/r8a66597.h
235
if (unlikely(odd)) {
include/net/ip.h
223
int odd, struct sk_buff *skb),
include/net/ip.h
228
int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd,
include/net/ip.h
238
int len, int odd, struct sk_buff *skb),
include/net/ipv6.h
1019
int odd, struct sk_buff *skb),
include/net/ipv6.h
1034
int len, int odd, struct sk_buff *skb),
include/net/ping.h
63
int ping_getfrag(void *from, char *to, int offset, int fraglen, int odd,
include/net/udplite.h
22
int len, int odd, struct sk_buff *skb)
lib/checksum.c
39
int odd;
lib/checksum.c
44
odd = 1 & (unsigned long) buff;
lib/checksum.c
45
if (odd) {
lib/checksum.c
85
if (odd)
net/ipv4/icmp.c
362
static int icmp_glue_bits(void *from, char *to, int offset, int len, int odd,
net/ipv4/icmp.c
375
skb->csum = csum_block_add(skb->csum, csum, odd);
net/ipv4/ip_output.c
1359
int odd, struct sk_buff *skb),
net/ipv4/ip_output.c
1554
int len, int odd, struct sk_buff *skb),
net/ipv4/ip_output.c
1589
int len, int odd, struct sk_buff *skb)
net/ipv4/ip_output.c
1594
skb->csum = csum_block_add(skb->csum, csum, odd);
net/ipv4/ip_output.c
933
ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb)
net/ipv4/ip_output.c
944
skb->csum = csum_block_add(skb->csum, csum, odd);
net/ipv4/ip_output.c
956
int len, int odd, struct sk_buff *skb),
net/ipv4/ping.c
612
int offset, int fraglen, int odd, struct sk_buff *skb)
net/ipv4/ping.c
626
skb->csum = csum_block_add(skb->csum, pfh->wcheck, odd);
net/ipv4/raw.c
451
static int raw_getfrag(void *from, char *to, int offset, int len, int odd,
net/ipv4/raw.c
466
odd);
net/ipv4/raw.c
468
odd = 0;
net/ipv4/raw.c
479
return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb);
net/ipv4/tcp_hybla.c
145
odd = increment % 128;
net/ipv4/tcp_hybla.c
147
ca->snd_cwnd_cents += odd;
net/ipv4/tcp_hybla.c
156
if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tcp_snd_cwnd(tp)) {
net/ipv4/tcp_hybla.c
94
u32 increment, odd, rho_fractions;
net/ipv6/icmp.c
320
static int icmpv6_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb)
net/ipv6/icmp.c
328
skb->csum = csum_block_add(skb->csum, csum, odd);
net/ipv6/ip6_output.c
1423
int len, int odd, struct sk_buff *skb),
net/ipv6/ip6_output.c
1828
int odd, struct sk_buff *skb),
net/ipv6/ip6_output.c
2034
int len, int odd, struct sk_buff *skb),
net/ipv6/raw.c
710
static int raw6_getfrag(void *from, char *to, int offset, int len, int odd,
net/ipv6/raw.c
725
odd);
net/ipv6/raw.c
727
odd = 0;
net/ipv6/raw.c
738
return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb);
sound/soc/stm/stm32_i2s.c
257
bool odd;
sound/soc/stm/stm32_i2s.c
290
bool odd;
sound/soc/stm/stm32_i2s.c
295
odd = ratio & 0x1;
sound/soc/stm/stm32_i2s.c
302
divider = ((2 * div) + odd);
sound/soc/stm/stm32_i2s.c
304
div, odd, divider);
sound/soc/stm/stm32_i2s.c
308
if ((div == 1 && odd) || div > I2S_CGFR_I2SDIV_MAX) {
sound/soc/stm/stm32_i2s.c
319
i2s->odd = odd;
sound/soc/stm/stm32_i2s.c
329
cgfr = I2S_CGFR_I2SDIV_SET(i2s->div) | (i2s->odd << I2S_CGFR_ODD_SHIFT);
tools/power/x86/turbostat/turbostat.c
2187
#define ODD_COUNTERS odd.threads, odd.cores, odd.packages
tools/power/x86/turbostat/turbostat.c
2375
} average, even, odd;
tools/power/x86/turbostat/turbostat.c
3145
struct platform_counters *pplat_cnt = p == odd.packages ? &platform_counters_odd : &platform_counters_even;
tools/power/x86/turbostat/turbostat.c
4799
struct platform_counters *pplat_cnt = p == odd.packages ? &platform_counters_odd : &platform_counters_even;
tools/power/x86/turbostat/turbostat.c
5965
free(odd.threads);
tools/power/x86/turbostat/turbostat.c
5966
free(odd.cores);
tools/power/x86/turbostat/turbostat.c
5967
free(odd.packages);
tools/power/x86/turbostat/turbostat.c
5969
odd.threads = NULL;
tools/power/x86/turbostat/turbostat.c
5970
odd.cores = NULL;
tools/power/x86/turbostat/turbostat.c
5971
odd.packages = NULL;
tools/power/x86/turbostat/turbostat.c
9828
allocate_counters(&odd);