Searched refs:ve (Results 76 - 100 of 283) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_luv.c94 * S Le ue ve
1036 unsigned int Le, ue, ve; local
1052 if (v <= 0.) ve = 0;
1053 else ve = itrunc(UVSCALE*v, em);
1054 if (ve > 255) ve = 255;
1056 return (Le << 16 | ue << 8 | ve);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvt_ioctl.c99 struct vt_event_wait *ve = list_entry(pos, local
101 if (!(ve->event.event & event))
103 ve->event.event = event;
106 ve->event.oldev = old + 1;
107 ve->event.newev = new + 1;
109 ve->done = 1;
1599 * controlling process is gone and we've called reset_vc.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h98 # Set the SP global variable to zero so the master knows we've started
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dtdfxfb.c336 * If this is the closest we've come to the
566 u32 vd, vs, ve, vt, vbs, vbe; local
605 ve = vs + (info->var.vsync_len << 1);
606 vt = ve + (info->var.upper_margin << 1) - 1;
613 ve = vs + info->var.vsync_len;
614 vt = ve + info->var.upper_margin - 1;
673 reg.crt[0x11] = (ve & 0x0f) | 0x20;
1018 /* A count of how many free FIFO entries we've requested.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Android/
H A DAndroid.mk13 # Android environment. The only way I've found to do this is tricky. Perform a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/pixmaps/flags_xpm/
H A DMakefile.am233 ve.xpm \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dautopoint.in223 --version | --versio | --versi | --vers | --ver | --ve | --v )
H A Dautopoint223 --version | --versio | --versi | --vers | --ver | --ve | --v )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/printing/
H A DVampireDriversFunctions1422 # Now set a nice printer comment and let the world know what we've done
1646 # Now set a nice printer comment and let the world know what we've done
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dbreak.S93 # - we need to take special action to suspend h/w single stepping if we've done
317 # exceptions must've been enabled and we must've been in supervisor mode
352 # exceptions must've been enabled and we must've been in supervisor mode
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dtlb-miss.S68 # we've got to re-enable single-stepping
107 # we've got to re-enable single-stepping
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dconfig.status19 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dmn10300-serial-low.S149 sub d3,d2 # see if we've written everything
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dsynth_filter_vfp.S147 add P_SB, P_SB, #IMM_OFF_SKEW @ so we can use -ve offsets to use full immediate offset range
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dkvm_host.h351 unsigned long ve : 1; member in struct:ia64_pta::__anon9258
H A Dprocessor.h177 __u64 ve : 1; /* enable hw walker */ member in struct:ia64_rr::__anon9314
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_misc.c192 unsigned int vd, vs, ve, vt, lc; local
269 ve = m->VSyncEnd - 1;
325 hw->CRTC[17] = (ve & 0x0F) | 0x20;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9dsp.c673 uint8_t ve[size + size/2 - 1], vo[size + size/2 - 1]; \
677 ve[i] = (left[i*2 + 4] + left[i*2 + 3] * 2 + left[i*2 + 2] + 2) >> 2; \
680 ve[size/2 - 2] = (top[-1] + left[size - 1] * 2 + left[size - 2] + 2) >> 2; \
682 ve[size/2 - 1] = (top[-1] + top[0] + 1) >> 1; \
685 ve[size/2 + i] = (top[i] + top[i + 1] + 1) >> 1; \
690 memcpy(dst + j*2 *stride, ve + size/2 - 1 - j, size); \
765 uint8_t ve[size - 1], vo[size - 1]; \
768 ve[i] = (top[i] + top[i + 1] + 1) >> 1; \
771 ve[size - 2] = (top[size - 2] + top[size - 1] + 1) >> 1; \
775 memcpy(dst + j*2 * stride, ve
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A Dmakeengines.com106 $! Extract the current engine name, and if we've reached the end, stop
141 $! Extract the file name from the file list, and if we've reached the end, stop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dconfig.status19 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdelwin.tex126 So far we've been talking about `managed' windows, i.e. frames and dialogs. Windows
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/
H A Dconfig.status360 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/
H A Dconfig.status358 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dconfig.status358 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/lib/
H A Dconfig.status358 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )

Completed in 403 milliseconds

1234567891011>>