Home
last modified time | relevance | path

Searched refs:tc (Results 1 – 25 of 10455) sorted by relevance

12345678910>>...419

/dports/lang/gnu-apl/apl-1.8/src/testcases/
H A DMakefile.am7 AAA0_Global_Settings.tc \
8 AAA1.tc \
9 AAA2.tc \
10 AAA3.tc \
11 AAA4_Function_headers.tc \
12 Add.tc \
13 And.tc \
14 AP100.tc \
15 AP210.tc \
16 APnnn.tc \
[all …]
H A DMakefile.in280 AAA0_Global_Settings.tc \
281 AAA1.tc \
282 AAA2.tc \
283 AAA3.tc \
284 AAA4_Function_headers.tc \
285 Add.tc \
286 And.tc \
287 AP100.tc \
288 AP210.tc \
289 APnnn.tc \
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-bin-debugger/bintest/
H A Dprint.rb64 tc = []
79 tc = []
95 tc = []
128 tc = []
143 tc = []
159 tc = []
177 tc = []
196 tc = []
223 tc = []
253 tc = []
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-bin-debugger/bintest/
H A Dprint.rb64 tc = []
79 tc = []
95 tc = []
128 tc = []
143 tc = []
159 tc = []
177 tc = []
196 tc = []
223 tc = []
253 tc = []
[all …]
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-bin-debugger/bintest/
H A Dprint.rb64 tc = []
79 tc = []
95 tc = []
128 tc = []
143 tc = []
159 tc = []
177 tc = []
196 tc = []
223 tc = []
253 tc = []
[all …]
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-bin-debugger/bintest/
H A Dprint.rb64 tc = []
79 tc = []
95 tc = []
128 tc = []
143 tc = []
159 tc = []
177 tc = []
196 tc = []
223 tc = []
253 tc = []
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/mrbgems/mruby-bin-debugger/bintest/
H A Dprint.rb61 tc = []
76 tc = []
92 tc = []
125 tc = []
140 tc = []
156 tc = []
174 tc = []
193 tc = []
220 tc = []
250 tc = []
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-bin-debugger/bintest/
H A Dprint.rb61 tc = []
76 tc = []
92 tc = []
125 tc = []
140 tc = []
156 tc = []
174 tc = []
193 tc = []
220 tc = []
250 tc = []
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/mrbgems/mruby-bin-debugger/bintest/
H A Dprint.rb61 tc = []
76 tc = []
92 tc = []
125 tc = []
140 tc = []
156 tc = []
174 tc = []
193 tc = []
220 tc = []
250 tc = []
[all …]
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/IoDevice/
H A DTC8566AF.c140 return tc->sectorBuf[tc->sectorOffset]; in tc8566afExecutionPhasePeek()
153 UInt8 value = tc->sectorBuf[tc->sectorOffset++]; in tc8566afExecutionPhaseRead()
350 DSKE rv = diskReadSector(tc->drive, tc->sectorBuf, tc->sectorNumber, tc->side, in tc8566afCommandPhaseWrite()
481 tc->sectorBuf[tc->sectorOffset++] = value; in tc8566afExecutionPhaseWrite()
484 rv = diskWriteSector(tc->drive, tc->sectorBuf, tc->sectorNumber, tc->side, in tc8566afExecutionPhaseWrite()
507 memset(tc->sectorBuf, tc->fillerByte, 512); in tc8566afExecutionPhaseWrite()
508 rv = diskWrite(tc->drive, tc->sectorBuf, tc->sectorNumber - 1 + in tc8566afExecutionPhaseWrite()
509 … diskGetSectorsPerTrack(tc->drive) * (tc->currentTrack * diskGetSides(tc->drive) + value)); in tc8566afExecutionPhaseWrite()
520 if (++tc->phaseStep == 4 * tc->sectorsPerCylinder - 2) { in tc8566afExecutionPhaseWrite()
537 return tc; in tc8566afCreate()
[all …]
/dports/astro/astrometry/astrometry.net-0.85/catalogs/
H A Dtest_tycho2.c19 CuAssertIntEquals(tc, 1, e->tyc1); in check_line1()
20 CuAssertIntEquals(tc, 8, e->tyc2); in check_line1()
21 CuAssertIntEquals(tc, 1, e->tyc3); in check_line1()
292 check_line1(tc, &entry1); in test_read_raw()
296 check_line2(tc, &entry2); in test_read_raw()
300 check_line3(tc, &entry3); in test_read_raw()
304 check_supp1(tc, &entry4); in test_read_raw()
330 check_line1(tc, ein1); in test_read_raw()
334 check_line2(tc, ein2); in test_read_raw()
338 check_line3(tc, ein3); in test_read_raw()
[all …]
H A Dtest_2mass.c59 CuAssertIntEquals(tc, 6, entry->j_ndet_M); in check_entry1()
60 CuAssertIntEquals(tc, 6, entry->j_ndet_N); in check_entry1()
77 CuAssertIntEquals(tc, 64, entry->scan); in check_entry1()
116 void test_read_2mass(CuTest* tc) { in test_read_2mass() argument
142 check_entry1(tc, &entry); in test_read_2mass()
145 CuAssertPtrNotNull(tc, out); in test_read_2mass()
157 CuAssertPtrNotNull(tc, in); in test_read_2mass()
160 CuAssertPtrNotNull(tc, ein); in test_read_2mass()
161 check_entry1(tc, ein); in test_read_2mass()
168 void test_fits_empty(CuTest* tc) { in test_fits_empty() argument
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/tests/
H A Dtest-todd-coxeter.cpp263 TEST_HLT(tc);
283 TEST_HLT(tc);
371 TEST_HLT(tc);
462 TEST_HLT(tc);
590 TEST_HLT(tc);
609 TEST_HLT(tc);
629 TEST_HLT(tc);
1988 tc.congruence().run_until([&tc]() -> bool { in __anonf81de7810302()
2085 tc.congruence().run_until([&tc]() -> bool { in __anonf81de7810402()
2114 tc.run();
[all …]
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/videostab/stab/klt/
H A Dklt.c31 tc->mindist = 10; in KLTCreateTrackingContext()
49 tc->verbose = TRUE; in KLTCreateTrackingContext()
58 return(tc); in KLTCreateTrackingContext()
148 tc->window_width = tc->window_width+1; in KLTChangeTCPyramid()
153 tc->window_height = tc->window_height+1; in KLTChangeTCPyramid()
167 window_halfwidth = min(tc->window_width,tc->window_height)/2.0f; in KLTChangeTCPyramid()
204 return (tc->pyramid_sigma_fact * tc->subsampling); in _pyramidSigma()
230 tc->window_width = tc->window_width+1; in KLTUpdateTCBorder()
235 tc->window_height = tc->window_height+1; in KLTUpdateTCBorder()
249 window_hw = max(tc->window_width, tc->window_height)/2; in KLTUpdateTCBorder()
[all …]
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/videostab/stab/klt/
H A Dklt.c31 tc->mindist = 10; in KLTCreateTrackingContext()
49 tc->verbose = TRUE; in KLTCreateTrackingContext()
58 return(tc); in KLTCreateTrackingContext()
148 tc->window_width = tc->window_width+1; in KLTChangeTCPyramid()
153 tc->window_height = tc->window_height+1; in KLTChangeTCPyramid()
167 window_halfwidth = min(tc->window_width,tc->window_height)/2.0f; in KLTChangeTCPyramid()
204 return (tc->pyramid_sigma_fact * tc->subsampling); in _pyramidSigma()
230 tc->window_width = tc->window_width+1; in KLTUpdateTCBorder()
235 tc->window_height = tc->window_height+1; in KLTUpdateTCBorder()
249 window_hw = max(tc->window_width, tc->window_height)/2; in KLTUpdateTCBorder()
[all …]
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/videostab/stab/klt/
H A Dklt.c31 tc->mindist = 10; in KLTCreateTrackingContext()
49 tc->verbose = TRUE; in KLTCreateTrackingContext()
58 return(tc); in KLTCreateTrackingContext()
148 tc->window_width = tc->window_width+1; in KLTChangeTCPyramid()
153 tc->window_height = tc->window_height+1; in KLTChangeTCPyramid()
167 window_halfwidth = min(tc->window_width,tc->window_height)/2.0f; in KLTChangeTCPyramid()
204 return (tc->pyramid_sigma_fact * tc->subsampling); in _pyramidSigma()
230 tc->window_width = tc->window_width+1; in KLTUpdateTCBorder()
235 tc->window_height = tc->window_height+1; in KLTUpdateTCBorder()
249 window_hw = max(tc->window_width, tc->window_height)/2; in KLTUpdateTCBorder()
[all …]
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/tests/
H A Dtest-todd-coxeter.cpp257 TEST_HLT(tc);
277 TEST_HLT(tc);
297 REQUIRE(tc.word_to_class_index(tc.class_index_to_word(0)) == 0);
363 TEST_HLT(tc);
454 TEST_HLT(tc);
579 TEST_HLT(tc);
598 TEST_HLT(tc);
618 TEST_HLT(tc);
2081 tc.congruence().run_until([&tc]() -> bool { in __anon473ca5750202()
2113 tc.run();
[all …]
/dports/devel/efl/efl-1.25.1/src/tests/elementary/
H A Delm_suite.h23 void elm_test_check(TCase *tc);
25 void elm_test_entry(TCase *tc);
26 void elm_test_atspi(TCase *tc);
29 void elm_test_list(TCase *tc);
32 void elm_test_box(TCase *tc);
35 void elm_test_menu(TCase *tc);
37 void elm_test_win(TCase *tc);
38 void elm_test_icon(TCase *tc);
40 void elm_test_map(TCase *tc);
42 void elm_test_web(TCase *tc);
[all …]
/dports/www/trac-devel/Trac-1.5.3/trac/admin/tests/
H A Dfunctional.py70 tc.submit()
108 tc.submit()
163 tc.submit()
183 tc.submit()
197 tc.submit()
218 tc.submit()
245 tc.submit()
254 tc.submit()
313 tc.submit()
323 tc.submit()
[all …]
/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.c143 memset(tc, 0, sizeof(*tc)); in tc_init()
242 static struct tc *tc_dup(struct tc *tc) in tc_dup() argument
569 struct tc *tc = a; in retransmit() local
610 struct tc *tc; in do_new_connection() local
640 tc = tc_dup(tc); in do_new_connection()
683 struct tc *tc; in remove_connection() local
706 struct tc *tc = a; in last_ack() local
3630 struct tc *tc; local
3868 struct tc *tc; local
3895 struct tc *tc; local
[all …]
/dports/security/keybase/client-v5.7.1/go/engine/
H A Ddeprovision_test.go83 tc.T.Fatal(err)
91 tc.T.Fatal(err)
95 forceOpenDBs(tc)
117 t := tc.T
146 tc.T.Fatal(err)
150 if LoggedIn(tc) {
235 tc.T.Fatal(err)
247 forceOpenDBs(tc)
271 tc.T.Fatal(err)
281 tc.T.Fatal(err)
[all …]
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dgstvideotimecode.c83 fr = (tc->config.fps_n + (tc->config.fps_d >> 1)) / tc->config.fps_d; in gst_video_time_code_is_valid()
84 if (tc->frames >= fr && (tc->config.fps_n != 0 || tc->config.fps_d != 1)) in gst_video_time_code_is_valid()
109 tc->minutes % 10 && tc->seconds == 0 && tc->frames < fr / 15) { in gst_video_time_code_is_valid()
153 tc->seconds, sep, tc->frames); in gst_video_time_code_to_string()
189 gst_util_fraction_to_double (tc->frames * tc->config.fps_d, tc->config.fps_n, in gst_video_time_code_to_date_time()
290 if (tc->minutes % 10 && tc->seconds == 0 && tc->frames < df) { in gst_video_time_code_init_from_date_time_full()
370 return tc->frames + (ff_nom * (tc->seconds + (60 * (tc->minutes + in gst_video_time_code_frames_since_daily_jam()
473 frames + tc->frames + (ff_nom * (tc->seconds + (sixty * (tc->minutes + in gst_video_time_code_add_frames()
859 tc->config.latest_daily_jam, tc->config.flags, tc->hours, tc->minutes, in gst_video_time_code_copy()
860 tc->seconds, tc->frames, tc->field_count); in gst_video_time_code_copy()
[all …]
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dgstvideotimecode.c83 fr = (tc->config.fps_n + (tc->config.fps_d >> 1)) / tc->config.fps_d; in gst_video_time_code_is_valid()
84 if (tc->frames >= fr && (tc->config.fps_n != 0 || tc->config.fps_d != 1)) in gst_video_time_code_is_valid()
109 tc->minutes % 10 && tc->seconds == 0 && tc->frames < fr / 15) { in gst_video_time_code_is_valid()
153 tc->seconds, sep, tc->frames); in gst_video_time_code_to_string()
189 gst_util_fraction_to_double (tc->frames * tc->config.fps_d, tc->config.fps_n, in gst_video_time_code_to_date_time()
290 if (tc->minutes % 10 && tc->seconds == 0 && tc->frames < df) { in gst_video_time_code_init_from_date_time_full()
370 return tc->frames + (ff_nom * (tc->seconds + (60 * (tc->minutes + in gst_video_time_code_frames_since_daily_jam()
473 frames + tc->frames + (ff_nom * (tc->seconds + (sixty * (tc->minutes + in gst_video_time_code_add_frames()
859 tc->config.latest_daily_jam, tc->config.flags, tc->hours, tc->minutes, in gst_video_time_code_copy()
860 tc->seconds, tc->frames, tc->field_count); in gst_video_time_code_copy()
[all …]
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dgstvideotimecode.c83 fr = (tc->config.fps_n + (tc->config.fps_d >> 1)) / tc->config.fps_d; in gst_video_time_code_is_valid()
84 if (tc->frames >= fr && (tc->config.fps_n != 0 || tc->config.fps_d != 1)) in gst_video_time_code_is_valid()
109 tc->minutes % 10 && tc->seconds == 0 && tc->frames < fr / 15) { in gst_video_time_code_is_valid()
153 tc->seconds, sep, tc->frames); in gst_video_time_code_to_string()
189 gst_util_fraction_to_double (tc->frames * tc->config.fps_d, tc->config.fps_n, in gst_video_time_code_to_date_time()
290 if (tc->minutes % 10 && tc->seconds == 0 && tc->frames < df) { in gst_video_time_code_init_from_date_time_full()
370 return tc->frames + (ff_nom * (tc->seconds + (60 * (tc->minutes + in gst_video_time_code_frames_since_daily_jam()
473 frames + tc->frames + (ff_nom * (tc->seconds + (sixty * (tc->minutes + in gst_video_time_code_add_frames()
859 tc->config.latest_daily_jam, tc->config.flags, tc->hours, tc->minutes, in gst_video_time_code_copy()
860 tc->seconds, tc->frames, tc->field_count); in gst_video_time_code_copy()
[all …]
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dgstvideotimecode.c83 fr = (tc->config.fps_n + (tc->config.fps_d >> 1)) / tc->config.fps_d; in gst_video_time_code_is_valid()
84 if (tc->frames >= fr && (tc->config.fps_n != 0 || tc->config.fps_d != 1)) in gst_video_time_code_is_valid()
109 tc->minutes % 10 && tc->seconds == 0 && tc->frames < fr / 15) { in gst_video_time_code_is_valid()
153 tc->seconds, sep, tc->frames); in gst_video_time_code_to_string()
189 gst_util_fraction_to_double (tc->frames * tc->config.fps_d, tc->config.fps_n, in gst_video_time_code_to_date_time()
290 if (tc->minutes % 10 && tc->seconds == 0 && tc->frames < df) { in gst_video_time_code_init_from_date_time_full()
370 return tc->frames + (ff_nom * (tc->seconds + (60 * (tc->minutes + in gst_video_time_code_frames_since_daily_jam()
473 frames + tc->frames + (ff_nom * (tc->seconds + (sixty * (tc->minutes + in gst_video_time_code_add_frames()
859 tc->config.latest_daily_jam, tc->config.flags, tc->hours, tc->minutes, in gst_video_time_code_copy()
860 tc->seconds, tc->frames, tc->field_count); in gst_video_time_code_copy()
[all …]

12345678910>>...419