Home
last modified time | relevance | path

Searched refs:orig_count (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/devel/json-c/json-c-0.15/tests/
H A DtestReplaceExisting.c24 int orig_count = 0; in main() local
27 printf("Key at index %d is [%s] %d", orig_count, key0, (val0 == NULL)); in main()
35 orig_count++; in main()
41 orig_count = 0; in main()
44 printf("Key at index %d is [%s] %d\n", orig_count, key, (val == NULL)); in main()
45 orig_count++; in main()
68 if (new_count != orig_count) in main()
70 printf("mismatch between original count (%d) and new count (%d)\n", orig_count, in main()
/dports/net/mpich/mpich-3.4.3/modules/json-c/tests/
H A DtestReplaceExisting.c24 int orig_count = 0; in main() local
27 printf("Key at index %d is [%s] %d", orig_count, key0, (val0 == NULL)); in main()
35 orig_count++; in main()
41 orig_count = 0; in main()
44 printf("Key at index %d is [%s] %d\n", orig_count, key, (val == NULL)); in main()
45 orig_count++; in main()
68 if (new_count != orig_count) in main()
71 orig_count, new_count); in main()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/jsonc/tests/
H A DtestReplaceExisting.c24 int orig_count = 0; in main() local
27 printf("Key at index %d is [%s] %d", orig_count, key0, (val0 == NULL)); in main()
35 orig_count++; in main()
41 orig_count = 0; in main()
44 printf("Key at index %d is [%s] %d\n", orig_count, key, (val == NULL)); in main()
45 orig_count++; in main()
68 if (new_count != orig_count) in main()
71 orig_count, new_count); in main()
/dports/devel/libfastjson/libfastjson-0.99.9/tests/
H A DtestReplaceExisting.c32 int orig_count = 0; in main() local
37 printf("Key at index %d is [%s]", orig_count, key); in main()
46 orig_count++; in main()
52 orig_count = 0; in main()
59 printf("Key at index %d is [%s]\n", orig_count, key); in main()
60 orig_count++; in main()
87 if (new_count != orig_count) in main()
90 orig_count, new_count); in main()
/dports/misc/patchutils/patchutils-0.4.2/src/
H A Drediff.c289 orig_count++; in added_hunk()
297 orig_count++; in added_hunk()
314 if (orig_count != 1) in added_hunk()
377 if (orig_count != 1) in removed_hunk()
398 orig_count--; in removed_hunk()
406 orig_count--; in removed_hunk()
541 if (orig_count) orig_count--; in show_modified_hunk()
649 if (orig_count) orig_count--; in show_modified_hunk()
712 if (orig_count) orig_count--; in show_modified_hunk()
748 if (orig_count) orig_count--; in show_modified_hunk()
[all …]
H A Ddiff.c184 unsigned long *orig_count, in read_atatline() argument
203 if (orig_count) in read_atatline()
353 if (orig_linenum >= orig_count && in convert_unified_hunks_to_context()
360 if (orig_linenum == orig_count) in convert_unified_hunks_to_context()
384 if (orig_linenum == orig_count) in convert_unified_hunks_to_context()
446 if ((orig_linenum < orig_count) || in convert_unified_hunks_to_context()
452 if (orig_count) in convert_unified_hunks_to_context()
457 for (i = 0; i < orig_count; i++) { in convert_unified_hunks_to_context()
478 for (i = 0; i < orig_count; i++) in convert_unified_hunks_to_context()
617 if (orig_count && **line != '+') in copy_unified_hunks()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/typerep/dataloop/
H A Dsegment.c173 MPIR_Assert(cur_elmp->orig_count == 1); in segment_seek()
214 if (num_blocks > cur_elmp->orig_count) in segment_seek()
215 num_blocks = cur_elmp->orig_count; in segment_seek()
262 if (num_blocks > cur_elmp->orig_count) in segment_seek()
263 num_blocks = cur_elmp->orig_count; in segment_seek()
917 next_elmp->curcount = next_elmp->orig_count; in MPII_Segment_manipulate()
922 next_elmp->curcount = next_elmp->orig_count; in MPII_Segment_manipulate()
928 next_elmp->curcount = next_elmp->orig_count; in MPII_Segment_manipulate()
1054 elmp->orig_count = 1; /* put in blocksize instead */ in MPII_Dataloop_stackelm_load()
1056 elmp->orig_count = dlp->loop_params.count; in MPII_Dataloop_stackelm_load()
[all …]
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/20-unit/Type-Tiny/
H A Drefcount.t33 my $orig_count = refcount( $ref );
34 note "COUNT: $orig_count";
44 is refcount( $ref ), 1 + $orig_count;
49 is refcount( $ref ), 1 + $orig_count;
52 is refcount( $ref ), $orig_count;
/dports/net/mpich2/mpich2-1.5/src/mpid/common/datatype/dataloop/
H A Dsegment.c285 cur_elmp->curcount = cur_elmp->orig_count; \
462 cur_elmp->orig_count == cur_elmp->curcount) in PREPEND_PREFIX()
475 cur_elmp->orig_count == cur_elmp->curcount && in PREPEND_PREFIX()
610 count_index = cur_elmp->orig_count - in PREPEND_PREFIX()
671 count_index = cur_elmp->orig_count - in PREPEND_PREFIX()
830 next_elmp->curcount = next_elmp->orig_count; in PREPEND_PREFIX()
835 next_elmp->curcount = next_elmp->orig_count; in PREPEND_PREFIX()
841 next_elmp->curcount = next_elmp->orig_count; in PREPEND_PREFIX()
848 next_elmp->curcount = next_elmp->orig_count; in PREPEND_PREFIX()
971 elmp->orig_count = dlp->loop_params.count; in DLOOP_Stackelm_load()
[all …]
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/20-unit/Type-Registry/
H A Drefcount.t31 my $orig_count = refcount( Int );
32 note "COUNT: $orig_count";
38 is refcount( Int ), 1 + $orig_count;
41 is refcount( Int ), $orig_count;
/dports/devel/tla/tla-1.3.5/src/hackerlab/vu/
H A Dvfdbuf.c1511 ssize_t orig_count; in vfdbuf_read() local
1515 orig_count = count; in vfdbuf_read()
1530 return orig_count; in vfdbuf_read()
1556 return orig_count - count; in vfdbuf_read()
1572 return orig_count - count; in vfdbuf_read()
1592 if (count == orig_count) in vfdbuf_read()
1655 ssize_t orig_count; in vfdbuf_write() local
1659 orig_count = count; in vfdbuf_write()
1683 return orig_count; in vfdbuf_write()
1713 if (count == orig_count) in vfdbuf_write()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsbitcom.c201 uint orig_count = count; in bits_compress_scaled() local
219 if (lower <= orig_count) in bits_compress_scaled()
234 if (upper < orig_count) in bits_compress_scaled()
257 if (left < orig_count) in bits_compress_scaled()
276 if (right <= orig_count) in bits_compress_scaled()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsbitcom.c206 uint orig_count = count; in bits_compress_scaled() local
224 if (lower <= orig_count) in bits_compress_scaled()
239 if (upper < orig_count) in bits_compress_scaled()
262 if (left < orig_count) in bits_compress_scaled()
281 if (right <= orig_count) in bits_compress_scaled()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsbitcom.c203 uint orig_count = count; in bits_compress_scaled() local
221 if (lower <= orig_count) in bits_compress_scaled()
236 if (upper < orig_count) in bits_compress_scaled()
259 if (left < orig_count) in bits_compress_scaled()
278 if (right <= orig_count) in bits_compress_scaled()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsbitcom.c203 uint orig_count = count; in bits_compress_scaled() local
221 if (lower <= orig_count) in bits_compress_scaled()
236 if (upper < orig_count) in bits_compress_scaled()
259 if (left < orig_count) in bits_compress_scaled()
278 if (right <= orig_count) in bits_compress_scaled()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsbitcom.c201 uint orig_count = count; in bits_compress_scaled() local
219 if (lower <= orig_count) in bits_compress_scaled()
234 if (upper < orig_count) in bits_compress_scaled()
257 if (left < orig_count) in bits_compress_scaled()
276 if (right <= orig_count) in bits_compress_scaled()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsbitcom.c206 uint orig_count = count; in bits_compress_scaled() local
224 if (lower <= orig_count) in bits_compress_scaled()
239 if (upper < orig_count) in bits_compress_scaled()
262 if (left < orig_count) in bits_compress_scaled()
281 if (right <= orig_count) in bits_compress_scaled()
/dports/sysutils/sg3_utils/sg3_utils-1.42/src/
H A Dsg_verify.c133 int64_t orig_count; in main() local
295 orig_count = count; in main()
394 if (verbose && (0 == ret) && (orig_count > 1)) in main()
396 " [0x%" PRIx64 "]\n without error\n", orig_count, in main()
397 (uint64_t)orig_count, orig_lba, orig_lba); in main()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsbitcom.c235 uint orig_count = count; in bits_compress_scaled() local
253 if (lower <= orig_count) in bits_compress_scaled()
268 if (upper < orig_count) in bits_compress_scaled()
291 if (left < orig_count) in bits_compress_scaled()
310 if (right <= orig_count) in bits_compress_scaled()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsbitcom.c235 uint orig_count = count; in bits_compress_scaled() local
253 if (lower <= orig_count) in bits_compress_scaled()
268 if (upper < orig_count) in bits_compress_scaled()
291 if (left < orig_count) in bits_compress_scaled()
310 if (right <= orig_count) in bits_compress_scaled()
/dports/www/py-tornado/tornado-6.1/tornado/test/
H A Dasyncio_test.py125 orig_count = len(IOLoop._ioloop_for_asyncio)
130 new_count = len(IOLoop._ioloop_for_asyncio) - orig_count
134 orig_count = len(IOLoop._ioloop_for_asyncio)
142 new_count = len(IOLoop._ioloop_for_asyncio) - orig_count
/dports/www/py-tornado5/tornado-5.1.1/tornado/test/
H A Dasyncio_test.py140 orig_count = len(IOLoop._ioloop_for_asyncio)
145 new_count = len(IOLoop._ioloop_for_asyncio) - orig_count
149 orig_count = len(IOLoop._ioloop_for_asyncio)
157 new_count = len(IOLoop._ioloop_for_asyncio) - orig_count
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/
H A Dindex-sync-changes.c96 unsigned int orig_count; in index_sync_changes_read() local
101 orig_count = array_count(&ctx->syncs); in index_sync_changes_read()
145 if (!*sync_expunge_r && orig_count > 0) { in index_sync_changes_read()
147 index_sync_changes_have_expunges(ctx, orig_count, in index_sync_changes_read()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/span/
H A Dvec-must-not-hide-type-from-dropck.rs44 orig_count: usize, field
53 Id { orig_count: c, count: c } in new()
58 println!("Id::count on {} returns {}", self.orig_count, self.count); in count()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/job_submit/throttle/
H A Djob_submit_throttle.c108 uint32_t orig_count; in _reset_counters() local
121 orig_count = thru_put_array[i].job_count; in _reset_counters()
134 thru_put_array[i].uid, orig_count, in _reset_counters()

12345678