Home
last modified time | relevance | path

Searched refs:tempsrc (Results 1 – 25 of 41) sorted by last modified time

12

/dports/shells/yash/yash-2.51/
H A Dconfigure24 tempsrc=".temp.c"
407 cat >"${tempsrc}" <<END
490 >|"${tempsrc}"
505 >|"${tempsrc}"
841 cat >"${tempsrc}" <<END
858 cat >"${tempsrc}" <<END
881 cat >"${tempsrc}" <<END
898 cat >"${tempsrc}" <<END
921 cat >"${tempsrc}" <<END
938 cat >"${tempsrc}" <<END
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/qa/python/
H A Dgbuildtojson.py99 self.tempsrc = tempfile.mkdtemp(prefix='gbuild')
104 self.tempsrcmixed = self.tempsrc.replace('\\','/')
109 self.tempsrcmixed = self.tempsrc
112 …e(os.path.join(self.builddirnative, 'config_host.mk'), os.path.join(self.tempsrc, 'config_host.mk'…
114 …ytree(os.path.join(self.builddirnative, 'config_host'), os.path.join(self.tempsrc, 'config_host'))
115 …shutil.copyfile(os.path.join(self.srcdirnative, 'Repository.mk'), os.path.join(self.tempsrc, 'Repo…
119 … shutil.copytree(os.path.join(self.srcdirnative, 'solenv'), os.path.join(self.tempsrc, 'solenv'))
120 shutil.copytree(os.path.join(self.srcdirnative, 'pch'), os.path.join(self.tempsrc, 'pch'))
123 shutil.rmtree(self.tempsrc)
136 … shutil.copytree(os.path.join(os.environ['SRCDIR'], module), os.path.join(self.tempsrc, module),
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/qa/python/
H A Dgbuildtojson.py100 self.tempsrc = tempfile.mkdtemp(prefix='gbuild')
105 self.tempsrcmixed = self.tempsrc.replace('\\','/')
110 self.tempsrcmixed = self.tempsrc
113 …e(os.path.join(self.builddirnative, 'config_host.mk'), os.path.join(self.tempsrc, 'config_host.mk'…
115 …ytree(os.path.join(self.builddirnative, 'config_host'), os.path.join(self.tempsrc, 'config_host'))
116 …shutil.copyfile(os.path.join(self.srcdirnative, 'Repository.mk'), os.path.join(self.tempsrc, 'Repo…
118 …os.path.join(self.srcdirnative, 'RepositoryFixes.mk'), os.path.join(self.tempsrc, 'RepositoryFixes…
120 … shutil.copytree(os.path.join(self.srcdirnative, 'solenv'), os.path.join(self.tempsrc, 'solenv'))
123 shutil.rmtree(self.tempsrc)
136 … shutil.copytree(os.path.join(os.environ['SRCDIR'], module), os.path.join(self.tempsrc, module),
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom_dsp/x86/
H A Dsum_squares_avx2.c28 const int16_t *tempsrc = src + row; in aom_sum_squares_2d_i16_nxn_avx2() local
30 _mm256_loadu_si256((const __m256i *)(tempsrc + 0 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
32 _mm256_loadu_si256((const __m256i *)(tempsrc + 1 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
34 _mm256_loadu_si256((const __m256i *)(tempsrc + 2 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
36 _mm256_loadu_si256((const __m256i *)(tempsrc + 3 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c407 struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY, tempdst.Index); in transform_POW() local
409 tempsrc.Swizzle = RC_SWIZZLE_WWWW; in transform_POW()
412 emit2(c, inst->Prev, RC_OPCODE_MUL, NULL, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1])); in transform_POW()
413 emit1(c, inst->Prev, RC_OPCODE_EX2, &inst->U.I, inst->U.I.DstReg, tempsrc); in transform_POW()
/dports/www/firefox/firefox-99.0/third_party/aom/aom_dsp/x86/
H A Dsum_squares_avx2.c28 const int16_t *tempsrc = src + row; in aom_sum_squares_2d_i16_nxn_avx2() local
30 _mm256_loadu_si256((const __m256i *)(tempsrc + 0 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
32 _mm256_loadu_si256((const __m256i *)(tempsrc + 1 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
34 _mm256_loadu_si256((const __m256i *)(tempsrc + 2 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
36 _mm256_loadu_si256((const __m256i *)(tempsrc + 3 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom_dsp/x86/
H A Dsum_squares_avx2.c28 const int16_t *tempsrc = src + row; in aom_sum_squares_2d_i16_nxn_avx2() local
30 _mm256_loadu_si256((const __m256i *)(tempsrc + 0 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
32 _mm256_loadu_si256((const __m256i *)(tempsrc + 1 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
34 _mm256_loadu_si256((const __m256i *)(tempsrc + 2 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
36 _mm256_loadu_si256((const __m256i *)(tempsrc + 3 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog127972 …> shutil.copytree(os.path.join(os.environ['SRCDIR'], module), os.path.join(self.tempsrc, modul…
763096 Unfortunately this shutil.copytree(self.srcdirnative, self.tempsrc)
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c444 struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY, tempdst.Index); in transform_POW() local
446 tempsrc.Swizzle = RC_SWIZZLE_WWWW; in transform_POW()
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1])); in transform_POW()
450 emit1(c, inst->Prev, RC_OPCODE_EX2, &inst->U.I, inst->U.I.DstReg, tempsrc); in transform_POW()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c444 struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY, tempdst.Index); in transform_POW() local
446 tempsrc.Swizzle = RC_SWIZZLE_WWWW; in transform_POW()
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1])); in transform_POW()
450 emit1(c, inst->Prev, RC_OPCODE_EX2, &inst->U.I, inst->U.I.DstReg, tempsrc); in transform_POW()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c444 struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY, tempdst.Index); in transform_POW() local
446 tempsrc.Swizzle = RC_SWIZZLE_WWWW; in transform_POW()
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1])); in transform_POW()
450 emit1(c, inst->Prev, RC_OPCODE_EX2, &inst->U.I, inst->U.I.DstReg, tempsrc); in transform_POW()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c444 struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY, tempdst.Index); in transform_POW() local
446 tempsrc.Swizzle = RC_SWIZZLE_WWWW; in transform_POW()
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1])); in transform_POW()
450 emit1(c, inst->Prev, RC_OPCODE_EX2, &inst->U.I, inst->U.I.DstReg, tempsrc); in transform_POW()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c444 struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY, tempdst.Index); in transform_POW() local
446 tempsrc.Swizzle = RC_SWIZZLE_WWWW; in transform_POW()
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1])); in transform_POW()
450 emit1(c, inst->Prev, RC_OPCODE_EX2, &inst->U.I, inst->U.I.DstReg, tempsrc); in transform_POW()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c444 struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY, tempdst.Index); in transform_POW() local
446 tempsrc.Swizzle = RC_SWIZZLE_WWWW; in transform_POW()
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1])); in transform_POW()
450 emit1(c, inst->Prev, RC_OPCODE_EX2, &inst->U.I, inst->U.I.DstReg, tempsrc); in transform_POW()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c444 struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY, tempdst.Index); in transform_POW() local
446 tempsrc.Swizzle = RC_SWIZZLE_WWWW; in transform_POW()
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1])); in transform_POW()
450 emit1(c, inst->Prev, RC_OPCODE_EX2, &inst->U.I, inst->U.I.DstReg, tempsrc); in transform_POW()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c444 struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY, tempdst.Index); in transform_POW() local
446 tempsrc.Swizzle = RC_SWIZZLE_WWWW; in transform_POW()
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1])); in transform_POW()
450 emit1(c, inst->Prev, RC_OPCODE_EX2, &inst->U.I, inst->U.I.DstReg, tempsrc); in transform_POW()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c444 struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY, tempdst.Index); in transform_POW() local
446 tempsrc.Swizzle = RC_SWIZZLE_WWWW; in transform_POW()
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1])); in transform_POW()
450 emit1(c, inst->Prev, RC_OPCODE_EX2, &inst->U.I, inst->U.I.DstReg, tempsrc); in transform_POW()
/dports/www/moodle310/moodle/mod/assign/feedback/editpdf/classes/
H A Dpdf.php599 $tempsrc = $temparea . "/source.pdf";
600 $file->copy_content_to($tempsrc);
602 return self::ensure_pdf_file_compatible($tempsrc);
608 * @param string $tempsrc The path to the file on disk.
611 public static function ensure_pdf_file_compatible($tempsrc) { argument
617 $pagecount = $pdf->load_pdf($tempsrc);
626 return $tempsrc;
634 $tempsrcarg = \escapeshellarg($tempsrc);
H A Dcombined_document.php399 $tempsrc = $temparea . "/source.pdf";
400 $this->get_combined_file()->copy_content_to($tempsrc);
403 $pagecount = $pdf->load_pdf($tempsrc);
/dports/www/moodle311/moodle/mod/assign/feedback/editpdf/classes/
H A Dpdf.php644 $tempsrc = $temparea . "/source.pdf";
645 $file->copy_content_to($tempsrc);
647 return self::ensure_pdf_file_compatible($tempsrc);
653 * @param string $tempsrc The path to the file on disk.
656 public static function ensure_pdf_file_compatible($tempsrc) { argument
662 $pagecount = $pdf->load_pdf($tempsrc);
671 return $tempsrc;
679 $tempsrcarg = \escapeshellarg($tempsrc);
H A Dcombined_document.php399 $tempsrc = $temparea . "/source.pdf";
400 $this->get_combined_file()->copy_content_to($tempsrc);
403 $pagecount = $pdf->load_pdf($tempsrc);
/dports/www/moodle39/moodle/mod/assign/feedback/editpdf/classes/
H A Dcombined_document.php399 $tempsrc = $temparea . "/source.pdf";
400 $this->get_combined_file()->copy_content_to($tempsrc);
403 $pagecount = $pdf->load_pdf($tempsrc);
H A Dpdf.php599 $tempsrc = $temparea . "/source.pdf";
600 $file->copy_content_to($tempsrc);
602 return self::ensure_pdf_file_compatible($tempsrc);
608 * @param string $tempsrc The path to the file on disk.
611 public static function ensure_pdf_file_compatible($tempsrc) { argument
617 $pagecount = $pdf->load_pdf($tempsrc);
626 return $tempsrc;
634 $tempsrcarg = \escapeshellarg($tempsrc);
/dports/multimedia/aom/aom-3.2.0/aom_dsp/x86/
H A Dsum_squares_avx2.c28 const int16_t *tempsrc = src + row; in aom_sum_squares_2d_i16_nxn_avx2() local
30 _mm256_loadu_si256((const __m256i *)(tempsrc + 0 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
32 _mm256_loadu_si256((const __m256i *)(tempsrc + 1 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
34 _mm256_loadu_si256((const __m256i *)(tempsrc + 2 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
36 _mm256_loadu_si256((const __m256i *)(tempsrc + 3 * stride)); in aom_sum_squares_2d_i16_nxn_avx2()
93 const int16_t *tempsrc = src + row; in aom_sum_sse_2d_i16_nxn_avx2() local
95 _mm256_loadu_si256((const __m256i *)(tempsrc + 0 * stride)); in aom_sum_sse_2d_i16_nxn_avx2()
97 _mm256_loadu_si256((const __m256i *)(tempsrc + 1 * stride)); in aom_sum_sse_2d_i16_nxn_avx2()
99 _mm256_loadu_si256((const __m256i *)(tempsrc + 2 * stride)); in aom_sum_sse_2d_i16_nxn_avx2()
101 _mm256_loadu_si256((const __m256i *)(tempsrc + 3 * stride)); in aom_sum_sse_2d_i16_nxn_avx2()
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dmser.cpp541 Mat tempsrc; member in cv::CV_FINAL
1056 src.copyTo(tempsrc); in detectRegions()
1057 src = tempsrc; in detectRegions()

12