Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pwr8.h278 __m128i_union vtemp; in vec_movemask_epi8() local
281 vtemp.m128i = vec_vgbbd(vsrc); in vec_movemask_epi8()
284 result = vtemp.ub[15] << 8 | vtemp.ub[7]; in vec_movemask_epi8()
286 result = vtemp.ub[0] << 8 | vtemp.ub[8]; in vec_movemask_epi8()
/third_party/ffmpeg/libavcodec/ppc/
H A Dh264dsp.c662 vec_s16 vtemp, vweight, voffset, v0, v1; in weight_h264_W_altivec() local
673 vtemp = (vec_s16)vec_ld(0, temp); in weight_h264_W_altivec()
675 vtemp =(vec_s16)vec_perm(vtemp, vtemp, vcswapi2s(0,1,2,3)); in weight_h264_W_altivec()
677 vlog2_denom = (vec_u16)vec_splat(vtemp, 1); in weight_h264_W_altivec()
678 vweight = vec_splat(vtemp, 3); in weight_h264_W_altivec()
679 voffset = vec_splat(vtemp, 5); in weight_h264_W_altivec()
711 vec_s16 vtemp, vweights, vweightd, voffset, v0, v1, v2, v3; in biweight_h264_W_altivec() local
722 vtemp in biweight_h264_W_altivec()
[all...]
/third_party/mksh/
H A Dvar.c262 vp = vtemp; in isglobal()
350 vp = vtemp; in local()
514 vtemp->flag = (ISSET|INTEGER); in setint()
515 vtemp->type = 0; in setint()
516 vtemp->areap = ATEMP; in setint()
517 vtemp->val.i = n; in setint()
519 setstr(vq, str_val(vtemp), KSH_RETURN_ERROR); in setint()
H A Deval.c429 if (x.var == vtemp) { in expand()
430 st->var = tempvar(vtemp->name); in expand()
H A Dmain.c273 vtemp = alloc(offsetof(struct tbl, name[0]) + 12, APERM); in main_init()
H A Dsh.h1789 EXTERN struct tbl *vtemp; variable

Completed in 16 milliseconds