Searched refs:temp_out (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/infra/bots/buildstats/ |
H A D | make_treemap.py | 30 temp_out = tempfile.mkdtemp('treemap') 33 '--volume', '%s:/OUT' % temp_out, 38 subprocess.check_call(['tar', '--directory=%s' % temp_out, '-zcf', 44 '--volume', '%s:/OUT' % temp_out,
|
/third_party/nghttp2/src/ |
H A D | app_helper.cc | 484 uint8_t temp_out[8_k]; in deflate_data() local 485 auto temp_outlen = sizeof(temp_out); in deflate_data() 497 zst.next_out = temp_out; in deflate_data() 513 memcpy(out, temp_out, temp_outlen); in deflate_data()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vp9dsp.c | 217 double temp_out[32]; in ftx_2d() local 219 ftx1d_tbl[tx][txtp][0](temp_out, &in[i * sz], sz); in ftx_2d() 222 temp[j * sz + i] = temp_out[j] * scaling_factor; in ftx_2d()
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 4960 stbi_uc *p, *temp_out, *orig = a->out; in stbi__expand_png_palette() local 4966 temp_out = p; in stbi__expand_png_palette() 4987 a->out = temp_out; in stbi__expand_png_palette()
|
Completed in 21 milliseconds