Home
last modified time | relevance | path

Searched defs:fdst (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/
Dshutil.py84 def _fastcopy_fcopyfile(fsrc, fdst, flags): argument
104 def _fastcopy_sendfile(fsrc, fdst): argument
168 def _copyfileobj_readinto(fsrc, fdst, length=COPY_BUFSIZE): argument
187 def copyfileobj(fsrc, fdst, length=0): argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_blend.c491 double fdst[LP_MAX_VECTOR_LENGTH]; in test_one() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c422 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst()
Dnvfx_fragprog.c419 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst()
/third_party/ffmpeg/libavcodec/
Dffv1dec.c1014 FFV1Context *fdst = dst->priv_data; in update_thread_context() local
Dwavpack.c1015 WavpackContext *fdst = dst->priv_data; in update_thread_context() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp318 sel_chan fdst = d ? d->get_final_gpr() : sel_chan(0, 0); in finalize_alu_group() local
/third_party/python/Lib/test/
Dtest_shutil.py2449 def zerocopy_fun(self, fsrc, fdst): argument