Home
last modified time | relevance | path

Searched refs:tc_time (Results 1 – 25 of 37) sorted by relevance

12

/dports/games/crafty/crafty-25.2_1/
H A Dtime.c294 simple_average = (tc_time - tc_safety_margin) / tc_moves; in TimeSet()
359 time_limit > 3 * tc_time / tc_moves) in TimeSet()
360 time_limit = 3 * tc_time / tc_moves; in TimeSet()
H A Doption.c1076 tc_moves, tc_time / 6000, (tc_time / 100) % 60); in Option()
1088 tc_time / 6000); in Option()
1183 tc_time = atoi(args[2]) * 60; in Option()
1185 tc_time = tc_time + atoi(strchr(args[2], ':') + 1); in Option()
1186 tc_time *= 100; in Option()
1199 tc_secondary_time = tc_time; in Option()
1205 tc_time / 100); in Option()
3651 tc_time = 180000; in Option()
3693 tc_time / 100); in Option()
3704 tc_time / 100); in Option()
[all …]
H A Ddata.h207 extern int tc_time;
H A Ddata.c648 int tc_time = 180000; variable
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/mozlog/mozlog/formatters/html/
H A Dhtml.py106 tc_time = (data["time"] - self.start_times.pop(data["test"])) / 1000.
191 html.td('%.2f' % tc_time, class_='col-duration'),
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozlog/mozlog/formatters/html/
H A Dhtml.py104 tc_time = (data["time"] - self.start_times.pop(data["test"])) / 1000.
189 html.td('%.2f' % tc_time, class_='col-duration'),
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/mozlog/mozlog/formatters/html/
H A Dhtml.py128 tc_time = (data["time"] - self.start_times.pop(data["test"])) / 1000.0
244 html.td("%.2f" % tc_time, class_="col-duration"),
/dports/www/firefox/firefox-99.0/testing/mozbase/mozlog/mozlog/formatters/html/
H A Dhtml.py128 tc_time = (data["time"] - self.start_times.pop(data["test"])) / 1000.0
244 html.td("%.2f" % tc_time, class_="col-duration"),
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/mozlog/mozlog/formatters/html/
H A Dhtml.py128 tc_time = (data["time"] - self.start_times.pop(data["test"])) / 1000.0
244 html.td("%.2f" % tc_time, class_="col-duration"),
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/mozlog/mozlog/formatters/html/
H A Dhtml.py108 tc_time = (data["time"] - self.start_times.pop(data["test"])) / 1000.
215 html.td('%.2f' % tc_time, class_='col-duration'),
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/data/db/sqlite/
H A Dtables-1.13.sql270 tc_time INTEGER ) /*$wgDBTableOptions*/; field
H A Dtables-1.15.sql341 tc_time int NOT NULL field
H A Dtables-1.17.sql360 tc_time binary(14) NOT NULL field
H A Dtables-1.16.sql346 tc_time binary(14) NOT NULL field
H A Dtables-1.19.sql386 tc_time binary(14) NOT NULL field
H A Dtables-1.18.sql378 tc_time binary(14) NOT NULL field
H A Dtables-1.20.sql388 tc_time binary(14) NOT NULL field
H A Dtables-1.22.sql392 tc_time binary(14) NOT NULL field
H A Dtables-1.23.sql395 tc_time binary(14) NOT NULL field
H A Dtables-1.21.sql394 tc_time binary(14) NOT NULL field
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dauxlily.c719 tc->tc_time = (time_t)n_time_now(TRU1)->ts_sec; in time_current_update()
726 t = tc->tc_time; in time_current_update()
738 cp = su_cs_pcopy(tc->tc_ctime, n_time_ctime((s64)tc->tc_time, tmp)); in time_current_update()
H A Dheader.c2963 if (m->m_time == 0 || m->m_time > time_current.tc_time) { in substdate()
2967 if (m->m_time == 0 || m->m_time > time_current.tc_time) in substdate()
2968 m->m_time = time_current.tc_time; in substdate()
3021 (UCMP(64, t, >, time_current.tc_time + n_DATE_SECSDAY) || in n_header_textual_date_info()
3023 UCMP(64, t + _6M, <, time_current.tc_time))){ in n_header_textual_date_info()
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/data/db/sqlite/
H A Dtables-1.29.sql443 tc_time binary(14) NOT NULL field
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/data/db/sqlite/
H A Dtables-1.27.sql436 tc_time binary(14) NOT NULL field
H A Dtables-1.28.sql437 tc_time binary(14) NOT NULL field

12