Searched refs:tmp_dest (Results 1 - 2 of 2) sorted by relevance

/external/autotest/server/cros/faft/
H A Dcr50_test.py456 tmp_dest = '/tmp/' + os.path.basename(path)
458 dest, image_ver = cr50_utils.InstallImage(self.host, path, tmp_dest)
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c133 uint8_t tmp_dest[16]; local
154 vec_vsx_st(output_v, 0, tmp_dest);
156 for (int j = 0; j < 4; j++) dest[j * stride + i] = tmp_dest[j * 4 + i];

Completed in 115 milliseconds