Home
last modified time | relevance | path

Searched refs:ucount (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/java/java/
H A DStatus.java87 long ucount = data[i++]; in getCount() local
109 long ucount = data[i++]; in isCancelled() local
110 return isCancelled(source, tag, error, cancelled, ucount); in isCancelled()
114 int source, int tag, int error, int cancelled, long ucount) in isCancelled() argument
132 long ucount = data[i++]; in getElements() local
155 long ucount = data[i++]; in getElementsX() local
178 long ucount = data[i++]; in setElements() local
201 long ucount = data[i++]; in setElementsX() local
223 long ucount = data[i++]; in setCancelled() local
226 setCancelled(source, tag, error, cancelled, ucount, 1); in setCancelled()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/java/java/
H A DStatus.java87 long ucount = data[i++]; in getCount() local
109 long ucount = data[i++]; in isCancelled() local
110 return isCancelled(source, tag, error, cancelled, ucount); in isCancelled()
114 int source, int tag, int error, int cancelled, long ucount) in isCancelled() argument
132 long ucount = data[i++]; in getElements() local
155 long ucount = data[i++]; in getElementsX() local
178 long ucount = data[i++]; in setElements() local
201 long ucount = data[i++]; in setElementsX() local
223 long ucount = data[i++]; in setCancelled() local
226 setCancelled(source, tag, error, cancelled, ucount, 1); in setCancelled()
[all …]
/dports/math/dieharder/dieharder-3.31.1/libdieharder/
H A Ddiehard_runs.c81 unsigned int ucount,dcount; in diehard_runs() local
105 ucount = dcount = 1; in diehard_runs()
113 printf("%d: %10u %u %u\n",t,next,ucount,dcount); in diehard_runs()
120 ucount++; in diehard_runs()
121 if(ucount > RUN_MAX) ucount = RUN_MAX; in diehard_runs()
127 upruns[ucount-1]++; in diehard_runs()
128 ucount = 1; in diehard_runs()
133 ucount++; in diehard_runs()
134 if(ucount > RUN_MAX) ucount = RUN_MAX; in diehard_runs()
140 upruns[ucount-1]++; in diehard_runs()
[all …]
H A Ddiehard_runs_working.c83 unsigned int ucount,dcount,increased; in diehard_runs() local
108 ucount = dcount = 1; in diehard_runs()
116 printf("%d: %10u %u %u\n",t,runs_rand[t],ucount,dcount); in diehard_runs()
123 ucount++; in diehard_runs()
124 if(ucount > RUN_MAX) ucount = RUN_MAX; in diehard_runs()
130 upruns[ucount-1]++; in diehard_runs()
131 ucount = 1; in diehard_runs()
135 ucount++; in diehard_runs()
136 if(ucount > RUN_MAX) ucount = RUN_MAX; in diehard_runs()
142 upruns[ucount-1]++; in diehard_runs()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/java/c/
H A Dmpi_Status.c66 status->_ucount = ucount; in getStatus()
76 jint error, jint cancelled, jlong ucount, jlong jType) in Java_mpi_Status_getCount() argument
80 getStatus(&stat, source, tag, error, cancelled, ucount); in Java_mpi_Status_getCount()
89 jint error, jint cancelled, jlong ucount) in Java_mpi_Status_isCancelled() argument
93 getStatus(&stat, source, tag, error, cancelled, ucount); in Java_mpi_Status_isCancelled()
105 getStatus(&stat, source, tag, error, cancelled, ucount); in Java_mpi_Status_getElements()
118 getStatus(&stat, source, tag, error, cancelled, ucount); in Java_mpi_Status_getElementsX()
132 getStatus(&stat, source, tag, error, cancelled, ucount); in Java_mpi_Status_setElements()
145 getStatus(&stat, source, tag, error, cancelled, ucount); in Java_mpi_Status_setElementsX()
154 jint error, jint cancelled, jlong ucount, int flag) in Java_mpi_Status_setCancelled() argument
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/java/c/
H A Dmpi_Status.c66 status->_ucount = ucount; in getStatus()
76 jint error, jint cancelled, jlong ucount, jlong jType) in Java_mpi_Status_getCount() argument
80 getStatus(&stat, source, tag, error, cancelled, ucount); in Java_mpi_Status_getCount()
89 jint error, jint cancelled, jlong ucount) in Java_mpi_Status_isCancelled() argument
93 getStatus(&stat, source, tag, error, cancelled, ucount); in Java_mpi_Status_isCancelled()
105 getStatus(&stat, source, tag, error, cancelled, ucount); in Java_mpi_Status_getElements()
118 getStatus(&stat, source, tag, error, cancelled, ucount); in Java_mpi_Status_getElementsX()
132 getStatus(&stat, source, tag, error, cancelled, ucount); in Java_mpi_Status_setElements()
145 getStatus(&stat, source, tag, error, cancelled, ucount); in Java_mpi_Status_setElementsX()
154 jint error, jint cancelled, jlong ucount, int flag) in Java_mpi_Status_setCancelled() argument
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_parallel3.c183 size_t ucount[NDIMS2]; in test_pio() local
250 ucount[0] = TIMELEN; in test_pio()
251 ucount[1] = DIMSIZE3; in test_pio()
252 ucount[2] = DIMSIZE2; in test_pio()
259 if (!(udata = malloc(ucount[0]*ucount[1]*ucount[2]*ucount[3]*sizeof(int)))) ERR; in test_pio()
261 for( m=0; m<ucount[0];m++) in test_pio()
263 for (j=0; j<ucount[2];j++) in test_pio()
320 ucount[0] = TIMELEN; in test_pio()
321 ucount[1] = DIMSIZE3; in test_pio()
322 ucount[2] = DIMSIZE2; in test_pio()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Dtst_parallel3.c183 size_t ucount[NDIMS2]; in test_pio() local
250 ucount[0] = TIMELEN; in test_pio()
251 ucount[1] = DIMSIZE3; in test_pio()
252 ucount[2] = DIMSIZE2; in test_pio()
259 if (!(udata = malloc(ucount[0]*ucount[1]*ucount[2]*ucount[3]*sizeof(int)))) ERR; in test_pio()
261 for( m=0; m<ucount[0];m++) in test_pio()
263 for (j=0; j<ucount[2];j++) in test_pio()
320 ucount[0] = TIMELEN; in test_pio()
321 ucount[1] = DIMSIZE3; in test_pio()
322 ucount[2] = DIMSIZE2; in test_pio()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/pbm/
H A Dpbmtogo.c134 int nbyte, bytesperrow, ecount, ucount, nout, i, linerepeat; in main() local
213 ucount = 0; /* Unique items counter */ in main()
217 ucount++; in main()
219 && (ucount < MIN(bytesperrow, MAX_REPEAT))); in main()
221 if ((ucount != MAX_REPEAT) && (nbyte != bytesperrow)) { in main()
223 ucount--; in main()
227 if (ucount > 0) { in main()
230 (ucount-1) | PLOT_ARBITRARY_DATA_MASK; in main()
231 for (i = nbyte-ucount; i < nbyte; i++) in main()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/runtime/
H A Dgo-append.c26 uintptr_t ucount; in __go_append() local
32 ucount = (uintptr_t) a.__count + bcount; in __go_append()
33 count = (int) ucount; in __go_append()
34 if ((uintptr_t) count != ucount || count <= a.__count) in __go_append()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dgo-append.c26 uintptr_t ucount; in __go_append() local
32 ucount = (uintptr_t) a.__count + bcount; in __go_append()
33 count = (intgo) ucount; in __go_append()
34 if ((uintptr_t) count != ucount || count <= a.__count) in __go_append()
/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dgo-append.c26 uintptr_t ucount; in __go_append() local
32 ucount = (uintptr_t) a.__count + bcount; in __go_append()
33 count = (intgo) ucount; in __go_append()
34 if ((uintptr_t) count != ucount || count <= a.__count) in __go_append()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dgo-append.c26 uintptr_t ucount; in __go_append() local
32 ucount = (uintptr_t) a.__count + bcount; in __go_append()
33 count = (intgo) ucount; in __go_append()
34 if ((uintptr_t) count != ucount || count <= a.__count) in __go_append()
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dgo-append.c26 uintptr_t ucount; in __go_append() local
32 ucount = (uintptr_t) a.__count + bcount; in __go_append()
33 count = (intgo) ucount; in __go_append()
34 if ((uintptr_t) count != ucount || count <= a.__count) in __go_append()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dgo-append.c26 uintptr_t ucount; in __go_append() local
32 ucount = (uintptr_t) a.__count + bcount; in __go_append()
33 count = (intgo) ucount; in __go_append()
34 if ((uintptr_t) count != ucount || count <= a.__count) in __go_append()
/dports/sysutils/webmin/webmin-1.981/spam/
H A Ddeleteall_awl.cgi15 $count = $ucount = 0;
34 $ucount++;
37 print &text('dawl_done', $ucount, $count),"<p>\n";
/dports/sysutils/webmin/webmin-1.981/fetchmail/
H A Dindex.cgi75 $ucount = 0;
85 $ucount++;
87 $ucount > $config{'max_users'});
95 elsif ($config{'max_users'} && $ucount > $config{'max_users'}) {
/dports/net/openmpi3/openmpi-3.1.6/ompi/datatype/
H A Dompi_datatype_get_elements.c30 int ompi_datatype_get_elements (ompi_datatype_t *datatype, size_t ucount, size_t *count) in ompi_datatype_get_elements() argument
45 internal_count = ucount / size; /* how many full types? */ in ompi_datatype_get_elements()
46 size = ucount - internal_count * size; /* leftover bytes */ in ompi_datatype_get_elements()
/dports/net/openmpi/openmpi-4.1.1/ompi/datatype/
H A Dompi_datatype_get_elements.c30 int ompi_datatype_get_elements (ompi_datatype_t *datatype, size_t ucount, size_t *count) in ompi_datatype_get_elements() argument
45 internal_count = ucount / size; /* how many full types? */ in ompi_datatype_get_elements()
46 size = ucount - internal_count * size; /* leftover bytes */ in ompi_datatype_get_elements()
/dports/sysutils/webmin/webmin-1.981/acl/
H A Ddelete_groups.cgi16 my $ucount = 0;
22 $ucount++;
52 &text('gdeletes_rusure', scalar(@d), $ucount),
/dports/mail/notmuch/notmuch-0.34.2/
H A Dnotmuch-count.c71 unsigned int ucount; in print_count() local
100 status = notmuch_query_count_messages (query, &ucount); in print_count()
103 printf ("%u", ucount); in print_count()
106 status = notmuch_query_count_threads (query, &ucount); in print_count()
109 printf ("%u", ucount); in print_count()
/dports/mail/notmuch-emacs/notmuch-0.34.2/
H A Dnotmuch-count.c71 unsigned int ucount; in print_count() local
100 status = notmuch_query_count_messages (query, &ucount); in print_count()
103 printf ("%u", ucount); in print_count()
106 status = notmuch_query_count_threads (query, &ucount); in print_count()
109 printf ("%u", ucount); in print_count()
/dports/mail/py-notmuch2/notmuch-0.34.2/
H A Dnotmuch-count.c71 unsigned int ucount; in print_count() local
100 status = notmuch_query_count_messages (query, &ucount); in print_count()
103 printf ("%u", ucount); in print_count()
106 status = notmuch_query_count_threads (query, &ucount); in print_count()
109 printf ("%u", ucount); in print_count()
/dports/mail/notmuch-mutt/notmuch-0.34.2/
H A Dnotmuch-count.c71 unsigned int ucount; in print_count() local
100 status = notmuch_query_count_messages (query, &ucount); in print_count()
103 printf ("%u", ucount); in print_count()
106 status = notmuch_query_count_threads (query, &ucount); in print_count()
109 printf ("%u", ucount); in print_count()
/dports/mail/py-notmuch/notmuch-0.34.2/
H A Dnotmuch-count.c71 unsigned int ucount; in print_count() local
100 status = notmuch_query_count_messages (query, &ucount); in print_count()
103 printf ("%u", ucount); in print_count()
106 status = notmuch_query_count_threads (query, &ucount); in print_count()
109 printf ("%u", ucount); in print_count()

12345678