Home
last modified time | relevance | path

Searched refs:mcount (Results 1 – 25 of 2705) sorted by relevance

12345678910>>...109

/dports/science/eccodes/eccodes-2.23.0-Source/examples/C/
H A Dgrib_multi.c31 int mcount = 0; in main() local
45 CODES_CHECK(grib_count_in_file(NULL, in, &mcount), 0); in main()
46 assert(mcount == 56); in main()
47 printf("grib_count_in_file counted %d messages\n", mcount); in main()
49 mcount = 0; in main()
50 CODES_CHECK(grib_count_in_filename(NULL, filename, &mcount), 0); in main()
51 assert(mcount == 56); in main()
52 printf("grib_count_in_filename counted %d messages\n", mcount); in main()
54 mcount = 0; in main()
57 ++mcount; in main()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dplug_scatplot.c294 if( mcount < 3 ){ in SCAT_main()
335 if( mcount < 3 ){ in SCAT_main()
357 if( mcount < 3 ){ in SCAT_main()
446 for( jj=0 ; jj < mcount ; jj++ ) in SCAT_main()
449 memset( mmm , 1 , mcount ) ; in SCAT_main()
455 for( jj=0 ; jj < mcount ; jj++ ) in SCAT_main()
480 mcount = nm ; in SCAT_main()
488 if( mcount > MAX_SPLOT ){ in SCAT_main()
499 for( zzc=ii=0 ; ii < mcount ; ii++ ){ in SCAT_main()
502 if( zzc > 2+mcount/64 ) in SCAT_main()
[all …]
H A Dplug_histog.c287 if( mcount < 3 ){ in HISTO_main()
332 if( mcount < 3 ){ in HISTO_main()
666 int mcount , ii , jj ; in CORREL_main() local
803 if( mcount < 3 ){ in CORREL_main()
885 sum /= mcount ; sumq = 0.0 ; in CORREL_main()
888 sumq = sqrt(sumq/mcount) ; in CORREL_main()
895 qsort_float( mcount , zval ) ; in CORREL_main()
897 zmid = zval[mcount/2] ; in CORREL_main()
899 zmid = 0.5 * ( zval[mcount/2] + zval[mcount/2-1] ) ; in CORREL_main()
904 zmed = aval[mcount/2] ; in CORREL_main()
[all …]
H A Dbetafit.c176 int mcount , ibot ; member
204 mcount = bfd->mcount ; in BFIT_bootstrap_sample()
206 nuse = mcount - ibot ; in BFIT_bootstrap_sample()
210 nfd->mcount = mcount ; in BFIT_bootstrap_sample()
245 int mcount , ii,jj , nvox,ibot ; in BFIT_prepare_dataset() local
279 if( mcount < 999 ){ in BFIT_prepare_dataset()
283 mcount ) ; in BFIT_prepare_dataset()
341 if( bval[mcount-1] > 1.0 ){ in BFIT_prepare_dataset()
362 bfd->mcount = mcount ; in BFIT_prepare_dataset()
399 mcount = bfd->mcount ; in BFIT_compute()
[all …]
H A Dplug_maskave.c234 for( mcount=0,ii=0 ; ii < nvox ; ii++ ) in MASKAVE_main()
257 for( mcount=0,ii=0 ; ii < nvox ; ii++ ) in MASKAVE_main()
275 for( mcount=0,ii=0 ; ii < nvox ; ii++ ) in MASKAVE_main()
282 if( mcount == 0 ){ in MASKAVE_main()
286 sigmait = (mcount > 1) ; in MASKAVE_main()
309 sum = sum / mcount ; in MASKAVE_main()
314 sigma = mfac * sqrt( sigma/(mcount-1) ) ; in MASKAVE_main()
326 sum = sum / mcount ; in MASKAVE_main()
331 sigma = mfac * sqrt( sigma/(mcount-1) ) ; in MASKAVE_main()
343 sum = sum / mcount ; in MASKAVE_main()
[all …]
H A D3dRankizer.c41 int iarg , ndset , nvox , ii , mcount=0 , percentize = 0; in main() local
122 mcount = THD_countmask( nvox , mmm ) ; in main()
123 INFO_message("%d voxels in the mask",mcount) ; in main()
124 if( mcount <= 5 ) ERROR_exit("Mask is too small!") ; in main()
129 mcount = nvox; in main()
140 fmin = (nvox-mcount) - brank ; in main()
150 else if (percentize == 2) fac = 100.0/mcount; in main()
/dports/devel/dev86/dev86-0.16.20/as/
H A Dmops.c501 ++mcount;
731 ++mcount; in getbinary()
1167 ++mcount; in mcall()
1190 ++mcount; in mcall()
1288 ++mcount; in mdivmul()
1462 ++mcount; in mf_m4_m8_stst()
1487 ++mcount; in mf_m4_m8_st()
1512 ++mcount; in mf_m4_m8_m10_st()
1792 ++mcount; in mimul()
2046 ++mcount; in mmov()
[all …]
/dports/devel/rudiments/rudiments-1.2.2/test/
H A Druntlsclient8 ./tlsclient -host $HOST -cert ./client.pem -ca ./ca.pem -ccount 5 -mcount 10 -dcount 100000
11 ./tlsclient -host $HOST -version TLS1_2 -cert ./client.pem -ca ./ca.pem -ccount 5 -mcount 10 -dcoun…
14 ./tlsclient -host $HOST -version TLS1_1 -cert ./client.pem -ca ./ca.pem -ccount 5 -mcount 10 -dcoun…
17 ./tlsclient -host $HOST -version TLS1 -cert ./client.pem -ca ./ca.pem -ccount 5 -mcount 10 -dcount …
24 ./tlsclient -host $HOST -cert ./client.pem -validate no -ccount 5 -mcount 10 -dcount 100000
27 ./tlsclient -host $HOST -version TLS1_2 -cert ./client.pem -validate no -ccount 5 -mcount 10 -dcoun…
30 ./tlsclient -host $HOST -version TLS1_1 -cert ./client.pem -validate no -ccount 5 -mcount 10 -dcoun…
33 ./tlsclient -host $HOST -version TLS1 -cert ./client.pem -validate no -ccount 5 -mcount 10 -dcount …
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/
H A Dgetclmthd007.cpp43 jint mcount; member
143 jint mcount; in Java_nsk_jvmti_GetClassMethods_getclmthd007_check() local
158 err = jvmti->GetClassMethods(clazz, &mcount, &methods); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
166 if (mcount != classes[i].mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
168 i, mcount, classes[i].mcount); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
171 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
183 for (j = 0; j < classes[i].mcount; j++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
185 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
200 if (k == mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/
H A Dgetclmthd007.cpp43 jint mcount; member
143 jint mcount; in Java_nsk_jvmti_GetClassMethods_getclmthd007_check() local
158 err = jvmti->GetClassMethods(clazz, &mcount, &methods); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
166 if (mcount != classes[i].mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
168 i, mcount, classes[i].mcount); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
171 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
183 for (j = 0; j < classes[i].mcount; j++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
185 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
200 if (k == mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/
H A Dgetclmthd007.cpp43 jint mcount; member
143 jint mcount; in Java_nsk_jvmti_GetClassMethods_getclmthd007_check() local
158 err = jvmti->GetClassMethods(clazz, &mcount, &methods); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
166 if (mcount != classes[i].mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
168 i, mcount, classes[i].mcount); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
171 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
183 for (j = 0; j < classes[i].mcount; j++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
185 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
200 if (k == mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/
H A Dgetclmthd007.c56 jint mcount; member
158 jint mcount; in Java_nsk_jvmti_GetClassMethods_getclmthd007_check() local
174 err = (*jvmti)->GetClassMethods(jvmti, clazz, &mcount, &methods); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
182 if (mcount != classes[i].mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
184 i, mcount, classes[i].mcount); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
189 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
201 for (j = 0; j < classes[i].mcount; j++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
203 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
218 if (k == mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/
H A Dgetclmthd007.cpp43 jint mcount; member
144 jint mcount; in Java_nsk_jvmti_GetClassMethods_getclmthd007_check() local
160 err = jvmti->GetClassMethods(clazz, &mcount, &methods); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
168 if (mcount != classes[i].mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
170 i, mcount, classes[i].mcount); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
175 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
187 for (j = 0; j < classes[i].mcount; j++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
189 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
204 if (k == mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/
H A Dgetclmthd007.cpp43 jint mcount; member
144 jint mcount; in Java_nsk_jvmti_GetClassMethods_getclmthd007_check() local
160 err = jvmti->GetClassMethods(clazz, &mcount, &methods); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
168 if (mcount != classes[i].mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
170 i, mcount, classes[i].mcount); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
175 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
187 for (j = 0; j < classes[i].mcount; j++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
189 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
204 if (k == mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/
H A Dgetclmthd007.c56 jint mcount; member
158 jint mcount; in Java_nsk_jvmti_GetClassMethods_getclmthd007_check() local
174 err = (*jvmti)->GetClassMethods(jvmti, clazz, &mcount, &methods); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
182 if (mcount != classes[i].mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
184 i, mcount, classes[i].mcount); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
189 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
201 for (j = 0; j < classes[i].mcount; j++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
203 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
218 if (k == mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/
H A Dgetclmthd007.cpp43 jint mcount; member
144 jint mcount; in Java_nsk_jvmti_GetClassMethods_getclmthd007_check() local
160 err = jvmti->GetClassMethods(clazz, &mcount, &methods); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
168 if (mcount != classes[i].mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
170 i, mcount, classes[i].mcount); in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
175 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
187 for (j = 0; j < classes[i].mcount; j++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
189 for (k = 0; k < mcount; k++) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
204 if (k == mcount) { in Java_nsk_jvmti_GetClassMethods_getclmthd007_check()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gmon/
H A DMakefile.inc9 SRCS+= gmon.c mcount.c
18 COPTS.mcount.c+=${${ACTIVE_CXX} == "gcc":? -Wa,--no-warn :}
23 mcount.po: mcount.o
24 cp mcount.o mcount.po
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dminsyms.c743 if (mcount > 0) in compact_minimal_symbols()
746 while (copyfrom < msymbol + mcount - 1) in compact_minimal_symbols()
763 mcount = copyto - msymbol; in compact_minimal_symbols()
765 return (mcount); in compact_minimal_symbols()
827 int mcount; in install_minimal_symbols() local
857 mcount = objfile->minimal_symbol_count; in install_minimal_symbols()
874 mcount = compact_minimal_symbols (msymbols, mcount, objfile); in install_minimal_symbols()
891 MSYMBOL_INFO (&msymbols[mcount]) = NULL; in install_minimal_symbols()
892 MSYMBOL_SIZE (&msymbols[mcount]) = 0; in install_minimal_symbols()
900 objfile->minimal_symbol_count = mcount; in install_minimal_symbols()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dminsyms.c743 if (mcount > 0) in compact_minimal_symbols()
746 while (copyfrom < msymbol + mcount - 1) in compact_minimal_symbols()
763 mcount = copyto - msymbol; in compact_minimal_symbols()
765 return (mcount); in compact_minimal_symbols()
827 int mcount; in install_minimal_symbols() local
857 mcount = objfile->minimal_symbol_count; in install_minimal_symbols()
874 mcount = compact_minimal_symbols (msymbols, mcount, objfile); in install_minimal_symbols()
891 MSYMBOL_INFO (&msymbols[mcount]) = NULL; in install_minimal_symbols()
892 MSYMBOL_SIZE (&msymbols[mcount]) = 0; in install_minimal_symbols()
900 objfile->minimal_symbol_count = mcount; in install_minimal_symbols()
[all …]
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/playback/video/
H A Dlives2lives_stream.c123 size_t mcount = count; in sendudp() local
124 if (lstream->mtu > 0 && mcount > lstream->mtu) mcount = lstream->mtu; in sendudp()
127 if (mcount > count) mcount = count; in sendudp()
128 if ((res = sendto(sockfd, b, mcount, 0, sp, length)) == -1) { in sendudp()
130 mcount >>= 1; in sendudp()
131 lstream->mtu = mcount; in sendudp()
287 int mcount; in render_frame_stream() local
313 mcount = dsize * 4; in render_frame_stream()
314 …kopt(((desc *)(lstream->handle))->sockfd, SOL_SOCKET, SO_SNDBUF, (void *) &mcount, sizeof(mcount)); in render_frame_stream()
/dports/mail/elm/elm2.5.8/utils/
H A Dmessages.SH47 mcount=`egrep -c "^From " $fname`
53 if [ "$mcount" -eq 1 ]; then
55 elif [ "$mcount" -eq 0 ]; then
58 echo There are $mcount messages $optional.
61 exit $mcount
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/trace/
H A Dftrace-design.rst44 call mcount
66 mcount(), the arguments mcount() will pass to the tracer are:
86 void mcount(void)
109 Don't forget to export mcount for modules !
112 extern void mcount(void);
113 EXPORT_SYMBOL(mcount);
141 Here is the updated mcount pseudo code::
143 void mcount(void)
273 - mcount() (new stub)
291 extern void mcount(void);
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/trace/
H A Dftrace-design.rst44 call mcount
66 mcount(), the arguments mcount() will pass to the tracer are:
86 void mcount(void)
109 Don't forget to export mcount for modules !
112 extern void mcount(void);
113 EXPORT_SYMBOL(mcount);
141 Here is the updated mcount pseudo code::
143 void mcount(void)
273 - mcount() (new stub)
291 extern void mcount(void);
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/trace/
H A Dftrace-design.rst44 call mcount
66 mcount(), the arguments mcount() will pass to the tracer are:
86 void mcount(void)
109 Don't forget to export mcount for modules !
112 extern void mcount(void);
113 EXPORT_SYMBOL(mcount);
141 Here is the updated mcount pseudo code::
143 void mcount(void)
273 - mcount() (new stub)
291 extern void mcount(void);
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dminsyms.c1057 if (mcount > 0) in compact_minimal_symbols()
1060 while (copyfrom < msymbol + mcount - 1) in compact_minimal_symbols()
1077 mcount = copyto - msymbol; in compact_minimal_symbols()
1079 return (mcount); in compact_minimal_symbols()
1141 int mcount; in install_minimal_symbols() local
1171 mcount = objfile->minimal_symbol_count; in install_minimal_symbols()
1176 msymbols[mcount] = bunch->contents[bindex]; in install_minimal_symbols()
1188 mcount = compact_minimal_symbols (msymbols, mcount, objfile); in install_minimal_symbols()
1207 MSYMBOL_SIZE (&msymbols[mcount]) = 0; in install_minimal_symbols()
1215 objfile->minimal_symbol_count = mcount; in install_minimal_symbols()
[all …]

12345678910>>...109