Home
last modified time | relevance | path

Searched refs:t03 (Results 1 – 25 of 1026) sorted by relevance

12345678910>>...42

/dports/security/nettle/nettle-3.7.3/
H A Dserpent-set-key.c89 t03 = a ^ b ; \
95 t09 = t03 & t07; \
113 t03 = ~ b ; \
115 t05 = a | t03; \
137 t03 = d ^ t01; \
138 w = t02 ^ t03; \
143 t09 = t03 ^ t07; \
159 t03 = a & d ; \
161 t05 = b | t03; \
183 t03 = a ^ t02; \
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A Dserpent-set-key.c89 t03 = a ^ b ; \
95 t09 = t03 & t07; \
113 t03 = ~ b ; \
115 t05 = a | t03; \
137 t03 = d ^ t01; \
138 w = t02 ^ t03; \
143 t09 = t03 ^ t07; \
159 t03 = a & d ; \
161 t05 = b | t03; \
183 t03 = a ^ t02; \
[all …]
/dports/security/ncrypt/ncrypt-0.8.1/
H A Dserpentsboxes.h45 t03 = a ^ b ; \
51 t09 = t03 & t07; \
69 t03 = b | c ; \
75 t09 = t03 & t08; \
80 t14 = t03 ^ t10; \
94 t03 = ~ b ; \
96 t05 = a | t03; \
118 t03 = a & c ; \
122 t07 = d | t03; \
125 t10 = t04 | t03; \
[all …]
/dports/security/p5-Crypt-Serpent/Crypt-Serpent-1.01/
H A Dserpentsboxes.h41t03, t05, t06, t07, t08, t09, t11, t12, t13, t14, t15, t17, t01; t01 = b ^ c ; t02 = a | d …
46t03, t04, t05, t06, t08, t09, t10, t12, t13, t14, t15, t17, t18, t01; t01 = c ^ d ; t02 = a …
51t03, t04, t05, t06, t07, t08, t10, t11, t12, t13, t16, t17, t01; t01 = a | d ; t02 = c ^ d …
56t03, t04, t05, t06, t07, t08, t09, t10, t11, t14, t15, t17, t01; t01 = a ^ b ; t02 = b | d …
61t03, t05, t06, t07, t08, t09, t10, t12, t13, t14, t01; t01 = a | c ; t02 = a ^ b ; t03 = d…
76t03, t04, t05, t06, t07, t09, t11, t12, t13, t14, t16, t01; t01 = c | d ; t02 = a | d ; t0…
81t03, t04, t05, t06, t08, t09, t10, t11, t12, t13, t14, t15, t16, t01; t01 = a | b ; t02 = b …
86t03, t04, t05, t06, t07, t09, t10, t11, t12, t13, t15, t01; t01 = b | d ; t02 = c | d ; t0…
91t03, t04, t05, t07, t08, t09, t10, t11, t12, t13, t14, t01; t01 = b ^ d ; t02 = b | d ; t0…
96t03, t04, t05, t07, t08, t09, t10, t12, t13, t15, t16, t01; t01 = a & d ; t02 = c ^ t01; t0…
[all …]
/dports/www/p5-HTML-Breadcrumbs/HTML-Breadcrumbs-0.7/
H A DMANIFEST23 t/t03/bar
24 t/t03/bog
25 t/t03/cgi
26 t/t03/foo
27 t/t03/foon
28 t/t03/full1
29 t/t03/n123
30 t/t03/n678
31 t/t03/n678full
H A DChangeLog108 t/t01/home t/t02/bar t/t02/bar2 t/t02/bog t/t02/foo t/t03/bar
109 t/t03/cgi t/t03/foo t/t03/foon t/t03/n123 t/t03/n678
110 t/t03/n678full t/t04/bar t/t04/bog t/t04/bog2 t/t04/foo
134 ==> t/t03/.arch-ids/=dont-care
141 t/t01 t/t01/.arch-ids t/t02 t/t02/.arch-ids t/t03
142 t/t03/.arch-ids t/t04 t/t04/.arch-ids t/t05 t/t05/.arch-ids
/dports/sysutils/p5-File-DirCompare/File-DirCompare-0.7/
H A DMANIFEST39 t/t03/new/bbb
40 t/t03/new/ccc
41 t/t03/new/ddd
42 t/t03/new/eee
44 t/t03/new/jjj/lll
45 t/t03/new/jjj/mmm
46 t/t03/old/aaa
47 t/t03/old/ccc
48 t/t03/old/ddd
49 t/t03/old/fff
[all …]
/dports/math/arb/arb-2.21.1/acb_elliptic/
H A Dp_jet.c19 acb_t t01, t02, t03, t04; in acb_elliptic_p_jet() local
41 acb_init(t03); in acb_elliptic_p_jet()
56 acb_modular_theta(t01, t02, t03, t04, t, tau, prec); in acb_elliptic_p_jet()
59 acb_mul(t, t02, t03, prec); in acb_elliptic_p_jet()
65 acb_pow_ui(t03, t03, 4, prec); in acb_elliptic_p_jet()
66 acb_add(t, t02, t03, prec); in acb_elliptic_p_jet()
85 acb_clear(t03); in acb_elliptic_p_jet()
/dports/java/cryptix-jce/src/cryptix.jce.provider.cipher/
H A DSerpent.java270 t03 = x0 ^ x1 ; in blockEncrypt()
276 t09 = t03 & t07; in blockEncrypt()
306 t03 = ~ x1 ; in blockEncrypt()
308 t05 = x0 | t03; in blockEncrypt()
342 t03 = x3 ^ t01; in blockEncrypt()
343 y0 = t02 ^ t03; in blockEncrypt()
348 t09 = t03 ^ t07; in blockEncrypt()
376 t03 = x0 & x3 ; in blockEncrypt()
378 t05 = x1 | t03; in blockEncrypt()
413 t03 = x0 ^ t02; in blockEncrypt()
[all …]
/dports/databases/p5-DBIx-Perlish/DBIx-Perlish-1.06/t/
H A D04.joins.t42 "select * from x t01 left outer join y t02 on t01.id > t02.id, z t03, w t04 where t02.id = t03.y_id…
54 "select * from x t03 left outer join y t04 on t03.id > t04.id, w t01, z t02 where t04.id = t02.y_id…
66 "select * from x t02 left outer join y t03 on t02.id > t03.id, w t01, z t04 where t03.id = t04.y_id…
86 "select * from x t02 full outer join y t03 on t02.id > t03.id, w t01, z t04 where t03.id = t04.y_id…
146 …rod.datacenters t03 on t02.id_datacenter = t03.id_datacenter inner join types t04 on t01.id_type =…
177 … product_eda_adsl t07 on t04.id = t07.id, product_mab_dsl t02, product_type t03, product_type t05",
187 "select * from host_service t03 inner join services t02 on t03.id_service = t02.id_service inner jo…
197 "select * from host_service t03 left outer join services t02 on t03.id_service = t02.id_service rig…
/dports/games/openra/OpenRA-release-20200503/mods/ra/maps/a-nuclear-winter/
H A Dmap.yaml106 Actor302: t03
139 Actor323: t03
174 Actor344: t03
180 Actor347: t03
204 Actor367: t03
258 Actor392: t03
273 Actor397: t03
461 Actor521: t03
585 Actor833: t03
771 Actor898: t03
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/binlog/r/
H A Dbinlog_mysqlbinlog-cp932.result5 rename table t3 to t03, t4 to t04;
7 select HEX(f) from t03;
19 drop table t3, t4, t03, t04;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/binlog/r/
H A Dbinlog_mysqlbinlog-cp932.result5 rename table t3 to t03, t4 to t04;
7 select HEX(f) from t03;
19 drop table t3, t4, t03, t04;
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/binlog/r/
H A Dbinlog_mysqlbinlog-cp932.result5 rename table t3 to t03, t4 to t04;
7 select HEX(f) from t03;
19 drop table t3, t4, t03, t04;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/binlog/r/
H A Dbinlog_mysqlbinlog-cp932.result5 rename table t3 to t03, t4 to t04;
7 select HEX(f) from t03;
19 drop table t3, t4, t03, t04;
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/binlog/r/
H A Dbinlog_mysqlbinlog-cp932.result5 rename table t3 to t03, t4 to t04;
7 select HEX(f) from t03;
19 drop table t3, t4, t03, t04;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/binlog/r/
H A Dbinlog_mysqlbinlog-cp932.result5 rename table t3 to t03, t4 to t04;
7 select HEX(f) from t03;
19 drop table t3, t4, t03, t04;
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/binlog/r/
H A Dbinlog_mysqlbinlog-cp932.result5 rename table t3 to t03, t4 to t04;
7 select HEX(f) from t03;
19 drop table t3, t4, t03, t04;
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/binlog/r/
H A Dbinlog_mysqlbinlog-cp932.result5 rename table t3 to t03, t4 to t04;
7 select HEX(f) from t03;
19 drop table t3, t4, t03, t04;
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/binlog/r/
H A Dbinlog_mysqlbinlog-cp932.result5 rename table t3 to t03, t4 to t04;
7 select HEX(f) from t03;
19 drop table t3, t4, t03, t04;
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/binlog/r/
H A Dbinlog_mysqlbinlog-cp932.result5 rename table t3 to t03, t4 to t04;
7 select HEX(f) from t03;
19 drop table t3, t4, t03, t04;
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/binlog/r/
H A Dbinlog_mysqlbinlog-cp932.result5 rename table t3 to t03, t4 to t04;
6 select HEX(f) from t03;
18 drop table t3, t4, t03, t04;
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/binlog_encryption/
H A Dbinlog_mysqlbinlog-cp932.result5 rename table t3 to t03, t4 to t04;
6 select HEX(f) from t03;
18 drop table t3, t4, t03, t04;
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/binlog/r/
H A Dbinlog_mysqlbinlog-cp932.result5 rename table t3 to t03, t4 to t04;
6 select HEX(f) from t03;
18 drop table t3, t4, t03, t04;
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/binlog_encryption/
H A Dbinlog_mysqlbinlog-cp932.result5 rename table t3 to t03, t4 to t04;
6 select HEX(f) from t03;
18 drop table t3, t4, t03, t04;

12345678910>>...42