Home
last modified time | relevance | path

Searched refs:temp_base (Results 1 – 5 of 5) sorted by relevance

/external/arm-trusted-firmware/plat/imx/imx8m/
Dgpc_common.c30 uint64_t temp_base; in imx_set_cpu_secure_entry() local
32 temp_base = (uint64_t) sec_entrypoint; in imx_set_cpu_secure_entry()
33 temp_base >>= 2; in imx_set_cpu_secure_entry()
36 ((uint32_t)(temp_base >> 22) & 0xffff)); in imx_set_cpu_secure_entry()
38 ((uint32_t)temp_base & 0x003fffff)); in imx_set_cpu_secure_entry()
/external/mksh/src/
Dcheck.pl261 $temp_base = $opt_T || "/tmp";
332 die "$prog: couldn't cd to $temp_base - $!\n" if !chdir($temp_base);
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp1819 src_reg temp_base = get_temp(ir->type); in visit() local
1820 dst_reg temp = dst_reg(temp_base); in visit()
1838 this->result = temp_base; in visit()
1843 src_reg temp_base = get_temp(ir->type); in visit() local
1844 dst_reg temp = dst_reg(temp_base); in visit()
1859 this->result = temp_base; in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3224 st_src_reg temp_base = get_temp(ir->type); in visit() local
3225 st_dst_reg temp = st_dst_reg(temp_base); in visit()
3243 this->result = temp_base; in visit()
3248 st_src_reg temp_base = get_temp(ir->type); in visit() local
3249 st_dst_reg temp = st_dst_reg(temp_base); in visit()
3265 this->result = temp_base; in visit()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c908 MODE_INFO **temp_base = cm->prev_mi_grid_base; in vp9_swap_mi_and_prev_mi() local
922 cm->mi_grid_base = temp_base; in vp9_swap_mi_and_prev_mi()