Searched refs:vtemp (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pwr8.h | 278 __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()
|
/external/mksh/src/ |
D | var.c | 255 vp = vtemp; in isglobal() 343 vp = vtemp; in local() 502 vtemp->flag = (ISSET|INTEGER); in setint() 503 vtemp->type = 0; in setint() 504 vtemp->areap = ATEMP; in setint() 505 vtemp->val.i = n; in setint() 507 setstr(vq, str_val(vtemp), KSH_RETURN_ERROR); in setint()
|
D | eval.c | 418 if (x.var == vtemp) { in expand() 419 st->var = tempvar(vtemp->name); in expand()
|
D | main.c | 260 vtemp = alloc(offsetof(struct tbl, name[0]) + 12, APERM); in main_init()
|
D | sh.h | 1505 EXTERN struct tbl *vtemp; variable
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1325 v16x16 *vtemp = (!is_key_frame) ? &vt2[i2 + j] : &vt.split[i].split[j]; in choose_partitioning() local 1326 for (m = 0; m < 4; m++) fill_variance_tree(&vtemp->split[m], BLOCK_8X8); in choose_partitioning() 1327 fill_variance_tree(vtemp, BLOCK_16X16); in choose_partitioning() 1330 get_variance(&vtemp->part_variances.none); in choose_partitioning() 1331 if (vtemp->part_variances.none.variance > thresholds[2]) { in choose_partitioning() 1401 v16x16 *vtemp = (!is_key_frame && variance4x4downsample[i2 + j] == 1) in choose_partitioning() local 1405 cpi, x, xd, vtemp, BLOCK_16X16, mi_row + y32_idx + y16_idx, in choose_partitioning() 1412 if (!set_vt_partitioning(cpi, x, xd, &vtemp->split[k], in choose_partitioning()
|
/external/libpcap/ |
D | gencode.c | 5418 bpf_int32 vtemp; in gen_portrangeatom() local 5420 vtemp = v1; in gen_portrangeatom() 5422 v2 = vtemp; in gen_portrangeatom() 5515 bpf_int32 vtemp; in gen_portrangeatom6() local 5517 vtemp = v1; in gen_portrangeatom6() 5519 v2 = vtemp; in gen_portrangeatom6()
|