Home
last modified time | relevance | path

Searched refs:bcd (Results 1 – 25 of 4108) sorted by relevance

12345678910>>...165

/dports/lang/smalltalk/smalltalk-3.2.5/tests/
H A Ddates.ok840 9:00:02->'09:00:02'->'abcd'->'bcd'
860 1:09:00:02->'1:9:00:02'->'abcd'->'bcd'
864 0:09:00:02->'09:00:02'->'abcd'->'bcd'
868 0:09:00:02->'9:00:02'->'abcd'->'bcd'
872 0:09:00:00->'09:00'->'abcd'->'bcd'
876 0:09:00:00->'9:00'->'abcd'->'bcd'
900 -0:09:00:00->'-09:00'->'abcd'->'bcd'
904 -0:09:00:00->'-9:00'->'abcd'->'bcd'
924 0:09:00:02->'+9:00:02'->'abcd'->'bcd'
928 0:09:00:00->'+09:00'->'abcd'->'bcd'
[all …]
/dports/databases/casstcl/casstcl-2.15.0/generic/
H A Dcasstcl_batch.c40 cass_batch_free (bcd->batch); in casstcl_batchObjectDelete()
163 return bcd; in casstcl_batch_command_to_batchClientData()
188 bcd->ct = ct; in casstcl_createBatchObjectCommand()
190 bcd->batchType = cassBatchType; in casstcl_createBatchObjectCommand()
192 bcd->count = 0; in casstcl_createBatchObjectCommand()
276 bcd->count++; in casstcl_batchObjectObjCmd()
298 bcd->count++; in casstcl_batchObjectObjCmd()
351 bcd->batch = cass_batch_new (bcd->batchType); in casstcl_batchObjectObjCmd()
352 bcd->count = 0; in casstcl_batchObjectObjCmd()
353 CassError cassError = cass_batch_set_consistency (bcd->batch, bcd->consistency); in casstcl_batchObjectObjCmd()
[all …]
/dports/emulators/vice/vice-3.5/src/rtc/
H A Drtc.h56 extern uint8_t rtc_get_centisecond(int bcd);
59 extern uint8_t rtc_get_minute(time_t time_val, int bcd); /* 0 - 59 */
60 extern uint8_t rtc_get_hour(time_t time_val, int bcd); /* 0 - 23 */
62 extern uint8_t rtc_get_day_of_month(time_t time_val, int bcd); /* 1 - 31 */
64 extern uint8_t rtc_get_year(time_t time_val, int bcd); /* 0 - 99 */
65 extern uint8_t rtc_get_century(time_t time_val, int bcd); /* 19 - 20 */
74 extern time_t rtc_set_minute(int minutes, time_t offset, int bcd); /* 0 - 59 */
75 extern time_t rtc_set_hour(int hours, time_t offset, int bcd); /* 0 - 23 */
77 extern time_t rtc_set_day_of_month(int day, time_t offset, int bcd); /* 1 - 31 */
78 extern time_t rtc_set_month(int month, time_t offset, int bcd); /* 1 - 12 */
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/rtc/
H A Drtc.h53 extern uint8_t rtc_get_centisecond(int bcd);
56 extern uint8_t rtc_get_minute(time_t time_val, int bcd); /* 0 - 59 */
57 extern uint8_t rtc_get_hour(time_t time_val, int bcd); /* 0 - 23 */
59 extern uint8_t rtc_get_day_of_month(time_t time_val, int bcd); /* 1 - 31 */
61 extern uint8_t rtc_get_year(time_t time_val, int bcd); /* 0 - 99 */
62 extern uint8_t rtc_get_century(time_t time_val, int bcd); /* 19 - 20 */
71 extern time_t rtc_set_minute(int minutes, time_t offset, int bcd); /* 0 - 59 */
72 extern time_t rtc_set_hour(int hours, time_t offset, int bcd); /* 0 - 23 */
74 extern time_t rtc_set_day_of_month(int day, time_t offset, int bcd); /* 1 - 31 */
75 extern time_t rtc_set_month(int month, time_t offset, int bcd); /* 1 - 12 */
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/test/units/fmtbcd/
H A Dtfmtbcd.pp10 bcd: TBCD;
56 s := BCDToStr(bcd);
85 var bcd: TBCD;
87 bcd := strtobcd(s);
88 if (bcd.Precision <> prec) or (BCDScale(bcd) <> scale) then
90 …writeln('StrToBcd: ', bcdtostr(bcd), ' (', s, ') Precision:', bcd.Precision, ' Scale: ', BCDScale(
221 bcd:=strtobcd('123456789');
228 bcd:=strtobcd('0.09');
245 bcd:=strtobcd('-123.455');
253 bcd:=strtobcd('0');
[all …]
/dports/devel/re2c/re2c-2.2/test/posix_captures/.dat/
H A Drepetition.dat70 (a|ab|c|bcd){0,}(d*) ababcd (0,6)(3,6)(6,6)
71 (a|ab|c|bcd){1,}(d*) ababcd (0,6)(3,6)(6,6)
72 (a|ab|c|bcd){2,}(d*) ababcd (0,6)(3,6)(6,6)
74 (a|ab|c|bcd){4,}(d*) ababcd NOMATCH
79 (a|ab|c|bcd){4,10}(d*) ababcd NOMATCH
80 (a|ab|c|bcd)*(d*) ababcd (0,6)(3,6)(6,6)
81 (a|ab|c|bcd)+(d*) ababcd (0,6)(3,6)(6,6)
87 (ab|a|c|bcd){4,}(d*) ababcd NOMATCH
92 (ab|a|c|bcd){4,10}(d*) ababcd NOMATCH
93 (ab|a|c|bcd)*(d*) ababcd (0,6)(3,6)(6,6)
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/container/bench/detail/
H A Dvarray_util.hpp55 > : bcd::true_type
61 > : bcd::true_type
69 > : bcd::true_type
75 > : bcd::true_type
83 > : bcd::true_type
105 bcd::bool_<
106 bcd::is_same<
121 bcd::bool_<
192 typedef bcd::bool_ in copy()
350 bcd::bool_<
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/bench/detail/
H A Dvarray_util.hpp55 > : bcd::true_type
61 > : bcd::true_type
69 > : bcd::true_type
75 > : bcd::true_type
83 > : bcd::true_type
105 bcd::bool_<
106 bcd::is_same<
121 bcd::bool_<
192 typedef bcd::bool_ in copy()
350 bcd::bool_<
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/container/bench/detail/
H A Dvarray_util.hpp55 > : bcd::true_type
61 > : bcd::true_type
69 > : bcd::true_type
75 > : bcd::true_type
83 > : bcd::true_type
105 bcd::bool_<
106 bcd::is_same<
121 bcd::bool_<
192 typedef bcd::bool_ in copy()
350 bcd::bool_<
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/container/bench/detail/
H A Dvarray_util.hpp55 > : bcd::true_type
61 > : bcd::true_type
69 > : bcd::true_type
75 > : bcd::true_type
83 > : bcd::true_type
105 bcd::bool_<
106 bcd::is_same<
121 bcd::bool_<
192 typedef bcd::bool_ in copy()
350 bcd::bool_<
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/container/bench/detail/
H A Dvarray_util.hpp55 > : bcd::true_type
61 > : bcd::true_type
69 > : bcd::true_type
75 > : bcd::true_type
83 > : bcd::true_type
105 bcd::bool_<
106 bcd::is_same<
121 bcd::bool_<
192 typedef bcd::bool_ in copy()
350 bcd::bool_<
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/container/bench/detail/
H A Dvarray_util.hpp55 > : bcd::true_type
61 > : bcd::true_type
69 > : bcd::true_type
75 > : bcd::true_type
83 > : bcd::true_type
105 bcd::bool_<
106 bcd::is_same<
121 bcd::bool_<
192 typedef bcd::bool_ in copy()
350 bcd::bool_<
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/container/bench/detail/
H A Dvarray_util.hpp55 > : bcd::true_type
61 > : bcd::true_type
69 > : bcd::true_type
75 > : bcd::true_type
83 > : bcd::true_type
105 bcd::bool_<
106 bcd::is_same<
121 bcd::bool_<
192 typedef bcd::bool_ in copy()
350 bcd::bool_<
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/container/bench/detail/
H A Dvarray_util.hpp55 > : bcd::true_type
61 > : bcd::true_type
69 > : bcd::true_type
75 > : bcd::true_type
83 > : bcd::true_type
105 bcd::bool_<
106 bcd::is_same<
121 bcd::bool_<
192 typedef bcd::bool_ in copy()
350 bcd::bool_<
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/container/bench/detail/
H A Dvarray_util.hpp55 > : bcd::true_type
61 > : bcd::true_type
69 > : bcd::true_type
75 > : bcd::true_type
83 > : bcd::true_type
105 bcd::bool_<
106 bcd::is_same<
121 bcd::bool_<
192 typedef bcd::bool_ in copy()
350 bcd::bool_<
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/container/bench/detail/
H A Dvarray_util.hpp55 > : bcd::true_type
61 > : bcd::true_type
69 > : bcd::true_type
75 > : bcd::true_type
83 > : bcd::true_type
105 bcd::bool_<
106 bcd::is_same<
121 bcd::bool_<
192 typedef bcd::bool_ in copy()
350 bcd::bool_<
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/regex-automata-0.1.10/data/tests/fowler/
H A Drepetition-long.dat43 # "ab" then "a" then "bcd".
48 :HA#260:E (a|ab|c|bcd){0,}(d*) ababcd (0,1)(0,1)(1,1)
49 :HA#261:E (a|ab|c|bcd){1,}(d*) ababcd (0,1)(0,1)(1,1)
52 :HA#264:E (a|ab|c|bcd){4,}(d*) ababcd NOMATCH
57 :HA#269:E (a|ab|c|bcd){4,10}(d*) ababcd NOMATCH
58 :HA#270:E (a|ab|c|bcd)*(d*) ababcd (0,1)(0,1)(1,1)
59 :HA#271:E (a|ab|c|bcd)+(d*) ababcd (0,1)(0,1)(1,1)
72 :HA#284:E (ab|a|c|bcd){4,}(d*) ababcd NOMATCH
81 :HA#289:E (ab|a|c|bcd){4,10}(d*) ababcd NOMATCH
82 #:HA#290:E (ab|a|c|bcd)*(d*) ababcd (0,6)(3,6)(6,6)
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/regex-automata-0.1.10/data/tests/fowler/
H A Drepetition-long.dat43 # "ab" then "a" then "bcd".
48 :HA#260:E (a|ab|c|bcd){0,}(d*) ababcd (0,1)(0,1)(1,1)
49 :HA#261:E (a|ab|c|bcd){1,}(d*) ababcd (0,1)(0,1)(1,1)
52 :HA#264:E (a|ab|c|bcd){4,}(d*) ababcd NOMATCH
57 :HA#269:E (a|ab|c|bcd){4,10}(d*) ababcd NOMATCH
58 :HA#270:E (a|ab|c|bcd)*(d*) ababcd (0,1)(0,1)(1,1)
59 :HA#271:E (a|ab|c|bcd)+(d*) ababcd (0,1)(0,1)(1,1)
72 :HA#284:E (ab|a|c|bcd){4,}(d*) ababcd NOMATCH
81 :HA#289:E (ab|a|c|bcd){4,10}(d*) ababcd NOMATCH
82 #:HA#290:E (ab|a|c|bcd)*(d*) ababcd (0,6)(3,6)(6,6)
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/regex-automata-0.1.10/data/tests/fowler/
H A Drepetition-long.dat43 # "ab" then "a" then "bcd".
48 :HA#260:E (a|ab|c|bcd){0,}(d*) ababcd (0,1)(0,1)(1,1)
49 :HA#261:E (a|ab|c|bcd){1,}(d*) ababcd (0,1)(0,1)(1,1)
52 :HA#264:E (a|ab|c|bcd){4,}(d*) ababcd NOMATCH
57 :HA#269:E (a|ab|c|bcd){4,10}(d*) ababcd NOMATCH
58 :HA#270:E (a|ab|c|bcd)*(d*) ababcd (0,1)(0,1)(1,1)
59 :HA#271:E (a|ab|c|bcd)+(d*) ababcd (0,1)(0,1)(1,1)
72 :HA#284:E (ab|a|c|bcd){4,}(d*) ababcd NOMATCH
81 :HA#289:E (ab|a|c|bcd){4,10}(d*) ababcd NOMATCH
82 #:HA#290:E (ab|a|c|bcd)*(d*) ababcd (0,6)(3,6)(6,6)
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/regex-automata-0.1.10/data/tests/fowler/
H A Drepetition-long.dat43 # "ab" then "a" then "bcd".
48 :HA#260:E (a|ab|c|bcd){0,}(d*) ababcd (0,1)(0,1)(1,1)
49 :HA#261:E (a|ab|c|bcd){1,}(d*) ababcd (0,1)(0,1)(1,1)
52 :HA#264:E (a|ab|c|bcd){4,}(d*) ababcd NOMATCH
57 :HA#269:E (a|ab|c|bcd){4,10}(d*) ababcd NOMATCH
58 :HA#270:E (a|ab|c|bcd)*(d*) ababcd (0,1)(0,1)(1,1)
59 :HA#271:E (a|ab|c|bcd)+(d*) ababcd (0,1)(0,1)(1,1)
72 :HA#284:E (ab|a|c|bcd){4,}(d*) ababcd NOMATCH
81 :HA#289:E (ab|a|c|bcd){4,10}(d*) ababcd NOMATCH
82 #:HA#290:E (ab|a|c|bcd)*(d*) ababcd (0,6)(3,6)(6,6)
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/regex-automata-0.1.10/data/tests/fowler/
H A Drepetition-long.dat43 # "ab" then "a" then "bcd".
48 :HA#260:E (a|ab|c|bcd){0,}(d*) ababcd (0,1)(0,1)(1,1)
49 :HA#261:E (a|ab|c|bcd){1,}(d*) ababcd (0,1)(0,1)(1,1)
52 :HA#264:E (a|ab|c|bcd){4,}(d*) ababcd NOMATCH
57 :HA#269:E (a|ab|c|bcd){4,10}(d*) ababcd NOMATCH
58 :HA#270:E (a|ab|c|bcd)*(d*) ababcd (0,1)(0,1)(1,1)
59 :HA#271:E (a|ab|c|bcd)+(d*) ababcd (0,1)(0,1)(1,1)
72 :HA#284:E (ab|a|c|bcd){4,}(d*) ababcd NOMATCH
81 :HA#289:E (ab|a|c|bcd){4,10}(d*) ababcd NOMATCH
82 #:HA#290:E (ab|a|c|bcd)*(d*) ababcd (0,6)(3,6)(6,6)
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/regex-automata-0.1.10/data/tests/fowler/
H A Drepetition-long.dat43 # "ab" then "a" then "bcd".
48 :HA#260:E (a|ab|c|bcd){0,}(d*) ababcd (0,1)(0,1)(1,1)
49 :HA#261:E (a|ab|c|bcd){1,}(d*) ababcd (0,1)(0,1)(1,1)
52 :HA#264:E (a|ab|c|bcd){4,}(d*) ababcd NOMATCH
57 :HA#269:E (a|ab|c|bcd){4,10}(d*) ababcd NOMATCH
58 :HA#270:E (a|ab|c|bcd)*(d*) ababcd (0,1)(0,1)(1,1)
59 :HA#271:E (a|ab|c|bcd)+(d*) ababcd (0,1)(0,1)(1,1)
72 :HA#284:E (ab|a|c|bcd){4,}(d*) ababcd NOMATCH
81 :HA#289:E (ab|a|c|bcd){4,10}(d*) ababcd NOMATCH
82 #:HA#290:E (ab|a|c|bcd)*(d*) ababcd (0,6)(3,6)(6,6)
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/regex-automata-0.1.10/data/tests/fowler/
H A Drepetition-long.dat43 # "ab" then "a" then "bcd".
48 :HA#260:E (a|ab|c|bcd){0,}(d*) ababcd (0,1)(0,1)(1,1)
49 :HA#261:E (a|ab|c|bcd){1,}(d*) ababcd (0,1)(0,1)(1,1)
52 :HA#264:E (a|ab|c|bcd){4,}(d*) ababcd NOMATCH
57 :HA#269:E (a|ab|c|bcd){4,10}(d*) ababcd NOMATCH
58 :HA#270:E (a|ab|c|bcd)*(d*) ababcd (0,1)(0,1)(1,1)
59 :HA#271:E (a|ab|c|bcd)+(d*) ababcd (0,1)(0,1)(1,1)
72 :HA#284:E (ab|a|c|bcd){4,}(d*) ababcd NOMATCH
81 :HA#289:E (ab|a|c|bcd){4,10}(d*) ababcd NOMATCH
82 #:HA#290:E (ab|a|c|bcd)*(d*) ababcd (0,6)(3,6)(6,6)
[all …]
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/regex-automata-0.1.9/data/tests/fowler/
H A Drepetition-long.dat43 # "ab" then "a" then "bcd".
48 :HA#260:E (a|ab|c|bcd){0,}(d*) ababcd (0,1)(0,1)(1,1)
49 :HA#261:E (a|ab|c|bcd){1,}(d*) ababcd (0,1)(0,1)(1,1)
52 :HA#264:E (a|ab|c|bcd){4,}(d*) ababcd NOMATCH
57 :HA#269:E (a|ab|c|bcd){4,10}(d*) ababcd NOMATCH
58 :HA#270:E (a|ab|c|bcd)*(d*) ababcd (0,1)(0,1)(1,1)
59 :HA#271:E (a|ab|c|bcd)+(d*) ababcd (0,1)(0,1)(1,1)
72 :HA#284:E (ab|a|c|bcd){4,}(d*) ababcd NOMATCH
81 :HA#289:E (ab|a|c|bcd){4,10}(d*) ababcd NOMATCH
82 #:HA#290:E (ab|a|c|bcd)*(d*) ababcd (0,6)(3,6)(6,6)
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/regex-automata-0.1.10/data/tests/fowler/
H A Drepetition-long.dat43 # "ab" then "a" then "bcd".
48 :HA#260:E (a|ab|c|bcd){0,}(d*) ababcd (0,1)(0,1)(1,1)
49 :HA#261:E (a|ab|c|bcd){1,}(d*) ababcd (0,1)(0,1)(1,1)
52 :HA#264:E (a|ab|c|bcd){4,}(d*) ababcd NOMATCH
57 :HA#269:E (a|ab|c|bcd){4,10}(d*) ababcd NOMATCH
58 :HA#270:E (a|ab|c|bcd)*(d*) ababcd (0,1)(0,1)(1,1)
59 :HA#271:E (a|ab|c|bcd)+(d*) ababcd (0,1)(0,1)(1,1)
72 :HA#284:E (ab|a|c|bcd){4,}(d*) ababcd NOMATCH
81 :HA#289:E (ab|a|c|bcd){4,10}(d*) ababcd NOMATCH
82 #:HA#290:E (ab|a|c|bcd)*(d*) ababcd (0,6)(3,6)(6,6)
[all …]

12345678910>>...165