Searched refs:w2 (Results 51 - 59 of 59) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipxfrm.c82 __u32 w1, w2; local
86 w2 = a2[words];
90 if ((w1 ^ w2) & mask)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_diag.c312 __be32 w1, w2; local
316 w2 = a2[words];
320 if ((w1 ^ w2) & mask)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh263.c5277 int w2, h2, w3, h3; local
5305 w2= 1<<alpha;
5330 // so the distance between points is converted from w&h based to w2&h2 based which are of the 2^x form
5331 virtual_ref[0][0]= 16*(vop_ref[0][0] + w2)
5332 + ROUNDED_DIV(((w - w2)*(r*sprite_ref[0][0] - 16*vop_ref[0][0]) + w2*(r*sprite_ref[1][0] - 16*vop_ref[1][0])),w);
5334 + ROUNDED_DIV(((w - w2)*(r*sprite_ref[0][1] - 16*vop_ref[0][1]) + w2*(r*sprite_ref[1][1] - 16*vop_ref[1][1])),w);
5377 +2*w2*r*sprite_ref[0][0]
5378 - 16*w2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dio_apic.c188 struct { u32 w1, w2; }; member in struct:entry_union::__anon3849
198 eu.w2 = io_apic_read(apic, 0x11 + 2 * pin);
214 io_apic_write(apic, 0x11 + 2*pin, eu.w2);
238 io_apic_write(apic, 0x11 + 2*pin, eu.w2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dio_apic.c136 struct { u32 w1, w2; }; member in struct:entry_union::__anon3495
146 eu.w2 = io_apic_read(apic, 0x11 + 2 * pin);
162 io_apic_write(apic, 0x11 + 2*pin, eu.w2);
186 io_apic_write(apic, 0x11 + 2*pin, eu.w2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-driver.c2905 struct v4l2_window w2; local
2912 w2.field = V4L2_FIELD_ANY;
2913 w2.w.left = win->x;
2914 w2.w.top = win->y;
2915 w2.w.width = win->width;
2916 w2.w.height = win->height;
2917 w2.clipcount = win->clipcount;
2918 w2.clips = (struct v4l2_clip __user *)win->clips;
2919 retval = setup_window(fh, btv, &w2, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_mmx.c555 x86_reg w2 = -w; local
580 :"+&q"(l), "+&q"(tl), "=&r"(t), "=&q"(x), "+&r"(w2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_els.c258 phba->fc_ratov = (be32_to_cpu(sp->cmn.w2.r_a_tov) + 999) / 1000;
470 sp->cmn.w2.r_a_tov, sp->cmn.edtovResolution);
535 sp->cmn.w2.r_a_tov = 0;
H A Dlpfc_hw.h359 } w2; member in struct:csp

Completed in 218 milliseconds

123