Home
last modified time | relevance | path

Searched refs:qcr (Results 1 – 25 of 56) sorted by relevance

123

/dports/editors/ted/Ted-2.23/appFrame/
H A DappQuestionMotif.c240 qc->qcResources= &qcr; in appMakeQuestionDialog()
446 qcr->qcrYesText, in appQuestionRunSubjectYesNoCancelDialog()
447 qcr->qcrNoText, in appQuestionRunSubjectYesNoCancelDialog()
448 qcr->qcrCancelText ); in appQuestionRunSubjectYesNoCancelDialog()
493 qcr->qcrYesText, in appQuestionRunYesNoCancelDialog()
494 qcr->qcrNoText, in appQuestionRunYesNoCancelDialog()
542 qcr->qcrOkText ); in appQuestionRunSubjectErrorDialog()
592 qcr->qcrOkText, in appQuestionRunOkCancelDialog()
643 qcr->qcrOkText, in appQuestionRunSubjectOkCancelDialog()
695 qcr->qcrYesText, in appQuestionRunSubjectYesNoDialog()
[all …]
/dports/graphics/urt/urt-3.1b1_12/get/qcr/
H A Dmakefile.src17 getqcr.out: qcr.o getqcr.o
18 cc -o getqcr.out qcr.o getqcr.o $(LIBS)
20 bright.out: bright.o qcr.o
21 cc -o bright.out bright.o qcr.o -ldvio
23 qcrldmap.out: qcrldmap.o qcr.o
24 cc -o qcrldmap.out qcrldmap.o qcr.o $(LIBS)
26 wedge.out: wedge.o qcr.o
27 cc -o wedge.out wedge.o qcr.o -ldvio
38 qcr.o getqcr.o bright.o qcrldmap.o wedge.o: $(RI)/rle_config.h
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/spi/
H A Dcf_qspi.c29 u16 qcr; /* QCR: Queued Command Ram */ member
114 dev->qcr = 0; in spi_setup_slave()
141 dev->qcr = (QSPI_QDR_CONT | QSPI_QDR_BITSE); in spi_setup_slave()
195 write_qdr(qspi, dev->qcr); in spi_xfer()
/dports/print/dvisvg/dvisvg-0.7.1/
H A Ddvisvg.map159 qcrb QuasiCourier-Bold " encqcr ReEncodeFont " <qcr.enc <qcrb.pfb
160 qcrbi QuasiCourier-BoldItalic " encqcr ReEncodeFont " <qcr.enc <qcrbi.pfb
161 qcrr QuasiCourier-Regular " encqcr ReEncodeFont " <qcr.enc <qcrr.pfb
162 qcrri QuasiCourier-RegularItalic " encqcr ReEncodeFont " <qcr.enc <qcrri.pfb
/dports/graphics/urt/urt-3.1b1_12/
H A DMANIFEST.new161 get/qcr/bright.c ..
162 get/qcr/getqcr.c Display on Matrix QCR camera.
163 get/qcr/makefile.src ..
164 get/qcr/qcr.c ..
165 get/qcr/qcr.h ..
166 get/qcr/qcrldmap.c ..
167 get/qcr/wedge.c ..
/dports/science/hypre/hypre-2.23.0/src/parcsr_mv/
H A Dparchord_to_parcsr.c274 HYPRE_Int *inprocessor, *toprocessor, *pcr, *qcr, *num_inchords, *chord, *chordto; in hypre_ParCSRMatrixToParChordMatrix() local
306 qcr = hypre_CTAlloc( HYPRE_Int, num_procs , HYPRE_MEMORY_HOST); in hypre_ParCSRMatrixToParChordMatrix()
338 hypre_MPI_Alltoall( pcr, 1, HYPRE_MPI_INT, qcr, 1, HYPRE_MPI_INT, comm ); in hypre_ParCSRMatrixToParChordMatrix()
343 for ( q=0; q<num_procs; ++q ) if ( qcr[q]==1 ) ++num_inprocessors; in hypre_ParCSRMatrixToParChordMatrix()
346 for ( q=0; q<num_procs; ++q ) if ( qcr[q]==1 ) inprocessor[ p++ ] = q; in hypre_ParCSRMatrixToParChordMatrix()
357 hypre_TFree( qcr , HYPRE_MEMORY_HOST); in hypre_ParCSRMatrixToParChordMatrix()
/dports/graphics/urt/urt-3.1b1_12/get/
H A Dmakefile.src39 ALLDIRS = gmr27 cx3d getx11 qcr
/dports/net-mgmt/librenms/librenms-21.5.1/includes/polling/applications/
H A Dbind.inc.php238 $qcr, $dqr, $oqf, $uqr, $tqr, $oeor, $qd] = explode(',', $server);
281 'qcr' => $qcr,
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/dix/
H A Ddispatch.c2892 xQueryColorsReply qcr; local
2909 qcr.type = X_Reply;
2910 qcr.length = (count * sizeof(xrgb)) >> 2;
2911 qcr.sequenceNumber = client->sequence;
2912 qcr.nColors = count;
2913 WriteReplyToClient(client, sizeof(xQueryColorsReply), &qcr);
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/
H A Dffmpeg_opt.c1832 int qcr = avformat_query_codec(oc->oformat, oc->oformat->video_codec, 0); in open_output_file() local
1837 … if((qcr!=MKTAG('A', 'P', 'I', 'C')) && (ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()
1841 … if((qcr==MKTAG('A', 'P', 'I', 'C')) && !(ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/
H A Dffmpeg_opt.c1832 int qcr = avformat_query_codec(oc->oformat, oc->oformat->video_codec, 0); in open_output_file() local
1837 … if((qcr!=MKTAG('A', 'P', 'I', 'C')) && (ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()
1841 … if((qcr==MKTAG('A', 'P', 'I', 'C')) && !(ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/dix/
H A Ddispatch.c2833 xQueryColorsReply qcr; in ProcQueryColors() local
2845 qcr = (xQueryColorsReply) { in ProcQueryColors()
2851 WriteReplyToClient(client, sizeof(xQueryColorsReply), &qcr); in ProcQueryColors()
/dports/x11-servers/xephyr/xorg-server-1.20.13/dix/
H A Ddispatch.c2833 xQueryColorsReply qcr; in ProcQueryColors() local
2845 qcr = (xQueryColorsReply) { in ProcQueryColors()
2851 WriteReplyToClient(client, sizeof(xQueryColorsReply), &qcr); in ProcQueryColors()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/dix/
H A Ddispatch.c2901 xQueryColorsReply qcr; in ProcQueryColors() local
2913 qcr = (xQueryColorsReply) { in ProcQueryColors()
2919 WriteReplyToClient(client, sizeof(xQueryColorsReply), &qcr); in ProcQueryColors()
/dports/x11-servers/xwayland/xorg-server-1.20.13/dix/
H A Ddispatch.c2833 xQueryColorsReply qcr; in ProcQueryColors() local
2845 qcr = (xQueryColorsReply) { in ProcQueryColors()
2851 WriteReplyToClient(client, sizeof(xQueryColorsReply), &qcr); in ProcQueryColors()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/dix/
H A Ddispatch.c2833 xQueryColorsReply qcr; in ProcQueryColors() local
2845 qcr = (xQueryColorsReply) { in ProcQueryColors()
2851 WriteReplyToClient(client, sizeof(xQueryColorsReply), &qcr); in ProcQueryColors()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/dix/
H A Ddispatch.c2833 xQueryColorsReply qcr; in ProcQueryColors() local
2845 qcr = (xQueryColorsReply) { in ProcQueryColors()
2851 WriteReplyToClient(client, sizeof(xQueryColorsReply), &qcr); in ProcQueryColors()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/dix/
H A Ddispatch.c2833 xQueryColorsReply qcr; in ProcQueryColors() local
2845 qcr = (xQueryColorsReply) { in ProcQueryColors()
2851 WriteReplyToClient(client, sizeof(xQueryColorsReply), &qcr); in ProcQueryColors()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/dix/
H A Ddispatch.c2833 xQueryColorsReply qcr; in ProcQueryColors() local
2845 qcr = (xQueryColorsReply) { in ProcQueryColors()
2851 WriteReplyToClient(client, sizeof(xQueryColorsReply), &qcr); in ProcQueryColors()
/dports/x11-servers/xarcan/xarcan-0.6.0/dix/
H A Ddispatch.c2847 xQueryColorsReply qcr; in ProcQueryColors() local
2859 qcr = (xQueryColorsReply) { in ProcQueryColors()
2865 WriteReplyToClient(client, sizeof(xQueryColorsReply), &qcr); in ProcQueryColors()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/fftools/
H A Dffmpeg_opt.c2244 int qcr = avformat_query_codec(oc->oformat, oc->oformat->video_codec, 0); in open_output_file() local
2253 … if((qcr!=MKTAG('A', 'P', 'I', 'C')) && (ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()
2257 … if((qcr==MKTAG('A', 'P', 'I', 'C')) && !(ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/fftools/
H A Dffmpeg_opt.c2172 int qcr = avformat_query_codec(oc->oformat, oc->oformat->video_codec, 0); in open_output_file() local
2177 … if((qcr!=MKTAG('A', 'P', 'I', 'C')) && (ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()
2181 … if((qcr==MKTAG('A', 'P', 'I', 'C')) && !(ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c2198 int qcr = avformat_query_codec(oc->oformat, oc->oformat->video_codec, 0); in open_output_file() local
2206 … if((qcr!=MKTAG('A', 'P', 'I', 'C')) && (ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()
2210 … if((qcr==MKTAG('A', 'P', 'I', 'C')) && !(ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c2214 int qcr = avformat_query_codec(oc->oformat, oc->oformat->video_codec, 0); in open_output_file() local
2222 … if((qcr!=MKTAG('A', 'P', 'I', 'C')) && (ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()
2226 … if((qcr==MKTAG('A', 'P', 'I', 'C')) && !(ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()
/dports/multimedia/handbrake/ffmpeg-4.4/fftools/
H A Dffmpeg_opt.c2244 int qcr = avformat_query_codec(oc->oformat, oc->oformat->video_codec, 0); in open_output_file() local
2253 … if((qcr!=MKTAG('A', 'P', 'I', 'C')) && (ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()
2257 … if((qcr==MKTAG('A', 'P', 'I', 'C')) && !(ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()

123