Home
last modified time | relevance | path

Searched refs:incount (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/dports/audio/rubberband/rubberband-2.0.0/src/dsp/
H A DResampler.cpp122 int incount,
299 int incount, in resample() argument
322 m_lastread[c] += incount; in resample()
554 int incount,
651 int incount, in resample() argument
779 int incount,
885 input_frames = incount; in resample()
925 input_frames = incount; in resampleInterleaved()
966 int incount,
1122 int incount,
[all …]
/dports/audio/rosegarden/rosegarden-21.06.1/src/sound/
H A DResampler.cpp35 int incount,
41 int incount,
61 int incount,
67 int incount,
133 int incount, in resample() argument
145 if (incount * m_channels > m_iinsize) { in resample()
147 m_iinsize = incount * m_channels; in resample()
154 for (int i = 0; i < incount; ++i) { in resample()
163 data.input_frames = incount; in resample()
193 int incount, in resampleInterleaved() argument
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/pcl3-3.3/src/
H A Dpclcomp.c101 if (incount > 0) return -1; in compress_runlength()
384 (incount == 0 || memcmp(in, prev, incount) == 0)) return 0; in compress_delta()
391 mincount = (incount < prevcount? incount: prevcount); in compress_delta()
403 if (mincount < incount) { in compress_delta()
571 reloffset, in, incount); in write_crdr_replacement()
575 repcount -= incount; in write_crdr_replacement()
585 int incount, rc; in write_crdr_replacement() local
593 repcount -= incount; in write_crdr_replacement()
650 mincount = (incount < prevcount? incount: prevcount), in compress_crdr()
658 (incount == 0 || memcmp(in, prev, incount) == 0)) return 0; in compress_crdr()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/contrib/pcl3/src/
H A Dpclcomp.c101 if (incount > 0) return -1; in compress_runlength()
384 (incount == 0 || memcmp(in, prev, incount) == 0)) return 0; in compress_delta()
391 mincount = (incount < prevcount? incount: prevcount); in compress_delta()
403 if (mincount < incount) { in compress_delta()
571 reloffset, in, incount); in write_crdr_replacement()
575 repcount -= incount; in write_crdr_replacement()
585 int incount, rc; in write_crdr_replacement() local
593 repcount -= incount; in write_crdr_replacement()
650 mincount = (incount < prevcount? incount: prevcount), in compress_crdr()
658 (incount == 0 || memcmp(in, prev, incount) == 0)) return 0; in compress_crdr()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/contrib/pcl3/src/
H A Dpclcomp.c89 in++; incount--; count++; in compress_runlength()
95 if (incount > 0) return -1; in compress_runlength()
373 (incount == 0 || memcmp(in, prev, incount) == 0)) return 0; in compress_delta()
380 mincount = (incount < prevcount? incount: prevcount); in compress_delta()
392 if (mincount < incount) { in compress_delta()
564 repcount -= incount; in write_crdr_replacement()
574 int incount, rc; in write_crdr_replacement() local
582 repcount -= incount; in write_crdr_replacement()
638 mincount = (incount < prevcount? incount: prevcount), in compress_crdr()
646 (incount == 0 || memcmp(in, prev, incount) == 0)) return 0; in compress_crdr()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/contrib/pcl3/src/
H A Dpclcomp.c95 in++; incount--; count++; in compress_runlength()
101 if (incount > 0) return -1; in compress_runlength()
379 (incount == 0 || memcmp(in, prev, incount) == 0)) return 0; in compress_delta()
386 mincount = (incount < prevcount? incount: prevcount); in compress_delta()
398 if (mincount < incount) { in compress_delta()
570 repcount -= incount; in write_crdr_replacement()
580 int incount, rc; in write_crdr_replacement() local
588 repcount -= incount; in write_crdr_replacement()
644 mincount = (incount < prevcount? incount: prevcount), in compress_crdr()
652 (incount == 0 || memcmp(in, prev, incount) == 0)) return 0; in compress_crdr()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/contrib/pcl3/src/
H A Dpclcomp.c89 in++; incount--; count++; in compress_runlength()
95 if (incount > 0) return -1; in compress_runlength()
373 (incount == 0 || memcmp(in, prev, incount) == 0)) return 0; in compress_delta()
380 mincount = (incount < prevcount? incount: prevcount); in compress_delta()
392 if (mincount < incount) { in compress_delta()
564 repcount -= incount; in write_crdr_replacement()
574 int incount, rc; in write_crdr_replacement() local
582 repcount -= incount; in write_crdr_replacement()
638 mincount = (incount < prevcount? incount: prevcount), in compress_crdr()
646 (incount == 0 || memcmp(in, prev, incount) == 0)) return 0; in compress_crdr()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/contrib/pcl3/src/
H A Dpclcomp.c101 if (incount > 0) return -1; in compress_runlength()
384 (incount == 0 || memcmp(in, prev, incount) == 0)) return 0; in compress_delta()
391 mincount = (incount < prevcount? incount: prevcount); in compress_delta()
403 if (mincount < incount) { in compress_delta()
571 reloffset, in, incount); in write_crdr_replacement()
575 repcount -= incount; in write_crdr_replacement()
585 int incount, rc; in write_crdr_replacement() local
593 repcount -= incount; in write_crdr_replacement()
650 mincount = (incount < prevcount? incount: prevcount), in compress_crdr()
658 (incount == 0 || memcmp(in, prev, incount) == 0)) return 0; in compress_crdr()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/contrib/pcl3/src/
H A Dpclcomp.c95 in++; incount--; count++; in compress_runlength()
101 if (incount > 0) return -1; in compress_runlength()
379 (incount == 0 || memcmp(in, prev, incount) == 0)) return 0; in compress_delta()
386 mincount = (incount < prevcount? incount: prevcount); in compress_delta()
398 if (mincount < incount) { in compress_delta()
570 repcount -= incount; in write_crdr_replacement()
580 int incount, rc; in write_crdr_replacement() local
588 repcount -= incount; in write_crdr_replacement()
644 mincount = (incount < prevcount? incount: prevcount), in compress_crdr()
652 (incount == 0 || memcmp(in, prev, incount) == 0)) return 0; in compress_crdr()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/bqresample/src/
H A DResampler.cpp126 int incount,
341 int incount, in resample() argument
364 m_lastread[c] += incount; in resample()
601 int incount,
676 int incount, in resample() argument
715 data.input_frames = incount; in resampleInterleaved()
753 int incount,
858 input_frames = incount; in resample()
898 input_frames = incount; in resampleInterleaved()
940 int incount,
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/request/
H A Dwaitsome.c33 int MPIR_Waitsome_state(int incount, MPIR_Request * request_ptrs[], in MPIR_Waitsome_state() argument
50 for (int i = 0; i < incount; i++) { in MPIR_Waitsome_state()
78 } else if (n_inactive == incount) { in MPIR_Waitsome_state()
158 int MPI_Waitsome(int incount, MPI_Request array_of_requests[], in MPI_Waitsome() argument
182 MPIR_ERRTEST_COUNT(incount, mpi_errno); in MPI_Waitsome()
184 if (incount != 0) { in MPI_Waitsome()
192 for (i = 0; i < incount; i++) { in MPI_Waitsome()
205 if (incount > MPIR_REQUEST_PTR_ARRAY_SIZE) { in MPI_Waitsome()
211 for (i = 0; i < incount; i++) { in MPI_Waitsome()
241 if (n_inactive == incount) { in MPI_Waitsome()
[all …]
H A Dtestsome.c32 int MPIR_Testsome_state(int incount, MPIR_Request * request_ptrs[], in MPIR_Testsome_state() argument
48 for (i = 0; i < incount; i++) { in MPIR_Testsome_state()
67 if (n_inactive == incount) in MPIR_Testsome_state()
76 int MPIR_Testsome_impl(int incount, MPIR_Request * request_ptrs[], in MPIR_Testsome_impl() argument
140 MPIR_ERRTEST_COUNT(incount, mpi_errno); in MPI_Testsome()
142 if (incount != 0) { in MPI_Testsome()
150 for (i = 0; i < incount; i++) { in MPI_Testsome()
163 if (incount > MPIR_REQUEST_PTR_ARRAY_SIZE) { in MPI_Testsome()
169 for (i = 0; i < incount; i++) { in MPI_Testsome()
196 if (n_inactive == incount) { in MPI_Testsome()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/mpif-h/
H A Dwaitsome_f.c45 … (incount, array_of_requests, outcount, array_of_indices, array_of_statuses, ierr) )
65 … (incount, array_of_requests, outcount, array_of_indices, array_of_statuses, ierr) )
75 void ompi_waitsome_f(MPI_Fint *incount, MPI_Fint *array_of_requests, in ompi_waitsome_f() argument
88 if (OPAL_UNLIKELY(0 == OMPI_FINT_2_INT(*incount))) { in ompi_waitsome_f()
94 c_req = (MPI_Request *) malloc(OMPI_FINT_2_INT(*incount) * in ompi_waitsome_f()
103 c_status = (MPI_Status*) (c_req + OMPI_FINT_2_INT(*incount)); in ompi_waitsome_f()
105 for (i = 0; i < OMPI_FINT_2_INT(*incount); ++i) { in ompi_waitsome_f()
109 OMPI_ARRAY_FINT_2_INT_ALLOC(array_of_indices, *incount); in ompi_waitsome_f()
110 c_ierr = PMPI_Waitsome(OMPI_FINT_2_INT(*incount), c_req, in ompi_waitsome_f()
118 OMPI_ARRAY_INT_2_FINT(array_of_indices, *incount); in ompi_waitsome_f()
[all …]
H A Dtestsome_f.c44 …(MPI_Fint *incount, MPI_Fint *array_of_requests, MPI_Fint *outcount, MPI_Fint *array_of_indices, M…
45 … (incount, array_of_requests, outcount, array_of_indices, array_of_statuses, ierr) )
65 … (incount, array_of_requests, outcount, array_of_indices, array_of_statuses, ierr) )
75 void ompi_testsome_f(MPI_Fint *incount, MPI_Fint *array_of_requests, in ompi_testsome_f() argument
87 if (OPAL_UNLIKELY(0 == OMPI_FINT_2_INT(*incount))) { in ompi_testsome_f()
93 c_req = (MPI_Request *) malloc(OMPI_FINT_2_INT(*incount) * in ompi_testsome_f()
102 c_status = (MPI_Status*) (c_req + OMPI_FINT_2_INT(*incount)); in ompi_testsome_f()
104 for (i = 0; i < OMPI_FINT_2_INT(*incount); ++i) { in ompi_testsome_f()
108 OMPI_ARRAY_FINT_2_INT_ALLOC(array_of_indices, OMPI_FINT_2_INT(*incount)); in ompi_testsome_f()
109 c_ierr = PMPI_Testsome(OMPI_FINT_2_INT(*incount), c_req, in ompi_testsome_f()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/mpif-h/
H A Dwaitsome_f.c45 … (incount, array_of_requests, outcount, array_of_indices, array_of_statuses, ierr) )
65 … (incount, array_of_requests, outcount, array_of_indices, array_of_statuses, ierr) )
75 void ompi_waitsome_f(MPI_Fint *incount, MPI_Fint *array_of_requests, in ompi_waitsome_f() argument
88 if (OPAL_UNLIKELY(0 == OMPI_FINT_2_INT(*incount))) { in ompi_waitsome_f()
94 c_req = (MPI_Request *) malloc(OMPI_FINT_2_INT(*incount) * in ompi_waitsome_f()
103 c_status = (MPI_Status*) (c_req + OMPI_FINT_2_INT(*incount)); in ompi_waitsome_f()
105 for (i = 0; i < OMPI_FINT_2_INT(*incount); ++i) { in ompi_waitsome_f()
109 OMPI_ARRAY_FINT_2_INT_ALLOC(array_of_indices, *incount); in ompi_waitsome_f()
110 c_ierr = PMPI_Waitsome(OMPI_FINT_2_INT(*incount), c_req, in ompi_waitsome_f()
118 OMPI_ARRAY_INT_2_FINT(array_of_indices, *incount); in ompi_waitsome_f()
[all …]
H A Dtestsome_f.c44 …(MPI_Fint *incount, MPI_Fint *array_of_requests, MPI_Fint *outcount, MPI_Fint *array_of_indices, M…
45 … (incount, array_of_requests, outcount, array_of_indices, array_of_statuses, ierr) )
65 … (incount, array_of_requests, outcount, array_of_indices, array_of_statuses, ierr) )
75 void ompi_testsome_f(MPI_Fint *incount, MPI_Fint *array_of_requests, in ompi_testsome_f() argument
87 if (OPAL_UNLIKELY(0 == OMPI_FINT_2_INT(*incount))) { in ompi_testsome_f()
93 c_req = (MPI_Request *) malloc(OMPI_FINT_2_INT(*incount) * in ompi_testsome_f()
102 c_status = (MPI_Status*) (c_req + OMPI_FINT_2_INT(*incount)); in ompi_testsome_f()
104 for (i = 0; i < OMPI_FINT_2_INT(*incount); ++i) { in ompi_testsome_f()
108 OMPI_ARRAY_FINT_2_INT_ALLOC(array_of_indices, OMPI_FINT_2_INT(*incount)); in ompi_testsome_f()
109 c_ierr = PMPI_Testsome(OMPI_FINT_2_INT(*incount), c_req, in ompi_testsome_f()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/c/
H A Dtestsome.c44 int MPI_Testsome(int incount, MPI_Request requests[], in MPI_Testsome() argument
50 for (j = 0; j < incount; j++){ in MPI_Testsome()
58 if ((NULL == requests) && (0 != incount)) { in MPI_Testsome()
61 for (indx = 0; indx < incount; ++indx) { in MPI_Testsome()
68 if (((NULL == outcount || NULL == indices) && incount > 0) || in MPI_Testsome()
69 incount < 0) { in MPI_Testsome()
75 if (OPAL_UNLIKELY(0 == incount)) { in MPI_Testsome()
82 if (OMPI_SUCCESS == ompi_request_test_some(incount, requests, outcount, in MPI_Testsome()
89 ompi_errhandler_request_invoke(incount, requests, FUNC_NAME)) { in MPI_Testsome()
H A Dwaitsome.c44 int MPI_Waitsome(int incount, MPI_Request requests[], in MPI_Waitsome() argument
50 for (j = 0; j < incount; j++){ in MPI_Waitsome()
58 if ((NULL == requests) && (0 != incount)) { in MPI_Waitsome()
61 for (indx = 0; indx < incount; ++indx) { in MPI_Waitsome()
68 if (((NULL == outcount || NULL == indices) && incount > 0) || in MPI_Waitsome()
69 incount < 0) { in MPI_Waitsome()
75 if (OPAL_UNLIKELY(0 == incount)) { in MPI_Waitsome()
82 if (OMPI_SUCCESS == ompi_request_wait_some( incount, requests, in MPI_Waitsome()
89 ompi_errhandler_request_invoke(incount, requests, FUNC_NAME)) { in MPI_Waitsome()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/c/
H A Dtestsome.c45 int MPI_Testsome(int incount, MPI_Request requests[], in MPI_Testsome() argument
53 for (j = 0; j < incount; j++){ in MPI_Testsome()
61 if ((NULL == requests) && (0 != incount)) { in MPI_Testsome()
64 for (indx = 0; indx < incount; ++indx) { in MPI_Testsome()
71 if (((NULL == outcount || NULL == indices) && incount > 0) || in MPI_Testsome()
72 incount < 0) { in MPI_Testsome()
78 if (OPAL_UNLIKELY(0 == incount)) { in MPI_Testsome()
85 if (OMPI_SUCCESS == ompi_request_test_some(incount, requests, outcount, in MPI_Testsome()
92 ompi_errhandler_request_invoke(incount, requests, FUNC_NAME)) { in MPI_Testsome()
H A Dwaitsome.c45 int MPI_Waitsome(int incount, MPI_Request requests[], in MPI_Waitsome() argument
53 for (j = 0; j < incount; j++){ in MPI_Waitsome()
61 if ((NULL == requests) && (0 != incount)) { in MPI_Waitsome()
64 for (indx = 0; indx < incount; ++indx) { in MPI_Waitsome()
71 if (((NULL == outcount || NULL == indices) && incount > 0) || in MPI_Waitsome()
72 incount < 0) { in MPI_Waitsome()
78 if (OPAL_UNLIKELY(0 == incount)) { in MPI_Waitsome()
85 if (OMPI_SUCCESS == ompi_request_wait_some( incount, requests, in MPI_Waitsome()
92 ompi_errhandler_request_invoke(incount, requests, FUNC_NAME)) { in MPI_Waitsome()
/dports/net/mpich2/mpich2-1.5/src/mpi/datatype/
H A Dpack.c31 int incount, in MPIR_Pack_impl() argument
44 if (incount == 0) { in MPIR_Pack_impl()
52 data_sz = incount * MPID_Datatype_get_basic_size(datatype); in MPIR_Pack_impl()
58 data_sz = incount * dt_ptr->size; in MPIR_Pack_impl()
146 int incount, in MPI_Pack() argument
181 MPIR_ERRTEST_COUNT(incount,mpi_errno); in MPI_Pack()
184 if (incount > 0) { in MPI_Pack()
217 if (tmp_sz * incount > outcount - *position) { in MPI_Pack()
227 else if (incount < 0) { in MPI_Pack()
229 "**argneg %s %d","incount",incount); in MPI_Pack()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpi/pt2pt/
H A Dwaitsome.c110 MPIR_ERRTEST_COUNT(incount, mpi_errno); in MPI_Waitsome()
112 if (incount != 0) { in MPI_Waitsome()
120 for (i = 0; i < incount; i++) { in MPI_Waitsome()
133 if (incount > MPID_REQUEST_PTR_ARRAY_SIZE) in MPI_Waitsome()
139 for (i = 0; i < incount; i++) in MPI_Waitsome()
167 if (n_inactive == incount) in MPI_Waitsome()
189 mpi_errno = MPIR_Grequest_progress_poke(incount, in MPI_Waitsome()
192 for (i = 0; i < incount; i++) in MPI_Waitsome()
244 else if (n_inactive == incount) in MPI_Waitsome()
264 if (incount > MPID_REQUEST_PTR_ARRAY_SIZE) in MPI_Waitsome()
[all …]
H A Dtestsome.c66 int MPI_Testsome(int incount, MPI_Request array_of_requests[], int *outcount, in MPI_Testsome() argument
92 MPIR_ERRTEST_COUNT(incount, mpi_errno); in MPI_Testsome()
94 if (incount != 0) { in MPI_Testsome()
102 for (i = 0; i < incount; i++) { in MPI_Testsome()
115 if (incount > MPID_REQUEST_PTR_ARRAY_SIZE) in MPI_Testsome()
121 for (i = 0; i < incount; i++) in MPI_Testsome()
145 if (n_inactive == incount) in MPI_Testsome()
159 for (i = 0; i < incount; i++) in MPI_Testsome()
218 else if (n_inactive == incount) in MPI_Testsome()
228 if (incount > MPID_REQUEST_PTR_ARRAY_SIZE) in MPI_Testsome()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/cxx/
H A Drequest_inln.h209 MPI_Status* array_of_statuses = new MPI_Status[incount]; in Waitsome()
210 for (i=0; i < incount; i++) { in Waitsome()
213 (void)MPI_Waitsome(incount, array_of_requests, &outcount, in Waitsome()
215 for (i=0; i < incount; i++) { in Waitsome()
231 for (i=0; i < incount; i++) { in Waitsome()
237 for (i=0; i < incount; i++) { in Waitsome()
251 MPI_Status* array_of_statuses = new MPI_Status[incount]; in Testsome()
252 for (i=0; i < incount; i++) { in Testsome()
257 for (i=0; i < incount; i++) { in Testsome()
273 for (i=0; i < incount; i++) { in Testsome()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/cxx/
H A Drequest_inln.h209 MPI_Status* array_of_statuses = new MPI_Status[incount]; in Waitsome()
210 for (i=0; i < incount; i++) { in Waitsome()
213 (void)MPI_Waitsome(incount, array_of_requests, &outcount, in Waitsome()
215 for (i=0; i < incount; i++) { in Waitsome()
231 for (i=0; i < incount; i++) { in Waitsome()
237 for (i=0; i < incount; i++) { in Waitsome()
251 MPI_Status* array_of_statuses = new MPI_Status[incount]; in Testsome()
252 for (i=0; i < incount; i++) { in Testsome()
257 for (i=0; i < incount; i++) { in Testsome()
273 for (i=0; i < incount; i++) { in Testsome()
[all …]

12345678910>>...19