Searched refs:vtemp (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/common/
H A Dit8152.c195 u32 v, vtemp, mask = 0; local
206 vtemp = __raw_readl(IT8152_PCI_CFG_DATA);
209 vtemp &= ~(mask << (8 * shift));
211 vtemp = 0;
215 __raw_writel((v | vtemp), IT8152_PCI_CFG_DATA);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dh264dsp.c624 vec_s16 vtemp, vweight, voffset, v0, v1; local
635 vtemp = (vec_s16)vec_ld(0, temp);
636 vlog2_denom = (vec_u16)vec_splat(vtemp, 1);
637 vweight = vec_splat(vtemp, 3);
638 voffset = vec_splat(vtemp, 5);
670 vec_s16 vtemp, vweights, vweightd, voffset, v0, v1, v2, v3; local
681 vtemp = (vec_s16)vec_ld(0, temp);
682 vlog2_denom = (vec_u16)vec_splat(vtemp, 1);
683 vweights = vec_splat(vtemp, 3);
684 vweightd = vec_splat(vtemp,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dh264_altivec.c851 vec_s16 vtemp, vweight, voffset, v0, v1; local
862 vtemp = (vec_s16)vec_ld(0, temp);
863 vlog2_denom = (vec_u16)vec_splat(vtemp, 1);
864 vweight = vec_splat(vtemp, 3);
865 voffset = vec_splat(vtemp, 5);
897 vec_s16 vtemp, vweights, vweightd, voffset, v0, v1, v2, v3; local
908 vtemp = (vec_s16)vec_ld(0, temp);
909 vlog2_denom = (vec_u16)vec_splat(vtemp, 1);
910 vweights = vec_splat(vtemp, 3);
911 vweightd = vec_splat(vtemp,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dgencode.c5214 bpf_int32 vtemp; local
5216 vtemp = v1;
5218 v2 = vtemp;
5316 bpf_int32 vtemp; local
5318 vtemp = v1;
5320 v2 = vtemp;

Completed in 71 milliseconds