Home
last modified time | relevance | path

Searched refs:temp_out (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/infra/bots/buildstats/
H A Dmake_treemap.py30 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 Dapp_helper.cc484 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 Dvp9dsp.c217 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 Dstb_image.h4960 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