Searched refs:k2 (Results 1 - 25 of 104) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dreg_60508.t19 k2.1 = >\x{2022}
20 k2.2 = \x{2022}
34 $k2 = "\x{f1}\x{2022}";
35 $k2 =~ s/([\360-\362])/>/g;
36 print "k2.1 = $k2\n";
37 f($k2);
38 print "k2.2 = $k2\n";
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.c/
H A Dpr29947-2.c10 test1 (long j1, long k1, long j2, long k2) argument
18 if (i < j2 || i > k2)
25 if (e || (c != j2 > k2 ? 0 : k2 - j2 + 1))
30 test2 (long j1, long k1, long j2, long k2) argument
38 if (i < j2 || i > k2)
45 if (e || (c != j2 > k2 ? 0 : k2 - j2 + 1))
50 test3 (long j1, long k1, long j2, long k2) argument
58 if (i < j2 || i > k2)
70 test4(long j1, long k1, long j2, long k2) argument
90 test5(long j1, long k1, long j2, long k2) argument
111 test6(long j1, long k1, long j2, long k2) argument
132 test7(long j1, long k1, long j2, long k2) argument
153 test8(long j1, long k1, long j2, long k2) argument
174 test9(long j1, long k1, long j2, long k2) argument
189 test10(long j1, long k1, long j2, long k2) argument
204 test11(long j1, long k1, long j2, long k2) argument
219 test12(long j1, long k1, long j2, long k2) argument
234 test13(long j1, long k1, long j2, long k2) argument
250 test14(long j1, long k1, long j2, long k2) argument
266 test15(long j1, long k1, long j2, long k2) argument
282 test16(long j1, long k1, long j2, long k2) argument
299 test(long j1, long k1, long j2, long k2) argument
[all...]
H A Dpr29947-1.c10 test1 (long j1, long k1, long j2, long k2) argument
18 if (i < j2 || i > k2)
25 if (e || (c != j2 > k2 ? 0 : k2 - j2 + 1))
30 test2 (long j1, long k1, long j2, long k2) argument
38 if (i < j2 || i > k2)
45 if (e || (c != j2 > k2 ? 0 : k2 - j2 + 1))
50 test3 (long j1, long k1, long j2, long k2) argument
58 if (i < j2 || i > k2)
70 test4(long j1, long k1, long j2, long k2) argument
90 test5(long j1, long k1, long j2, long k2) argument
111 test6(long j1, long k1, long j2, long k2) argument
132 test7(long j1, long k1, long j2, long k2) argument
153 test8(long j1, long k1, long j2, long k2) argument
174 test9(long j1, long k1, long j2, long k2) argument
189 test10(long j1, long k1, long j2, long k2) argument
204 test11(long j1, long k1, long j2, long k2) argument
219 test12(long j1, long k1, long j2, long k2) argument
234 test13(long j1, long k1, long j2, long k2) argument
250 test14(long j1, long k1, long j2, long k2) argument
266 test15(long j1, long k1, long j2, long k2) argument
282 test16(long j1, long k1, long j2, long k2) argument
299 test(long j1, long k1, long j2, long k2) argument
[all...]
/openbsd-current/regress/usr.bin/ssh/unittests/sshkey/
H A Dtest_file.c38 struct sshkey *k1, *k2; local
67 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
69 ASSERT_PTR_NE(k2, NULL);
70 ASSERT_INT_EQ(sshkey_equal(k1, k2), 1);
71 sshkey_free(k2);
76 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k2, NULL), 0);
78 ASSERT_PTR_NE(k2, NULL);
79 ASSERT_INT_EQ(sshkey_equal(k1, k2), 1);
80 sshkey_free(k2);
86 (const char *)sshbuf_ptr(pw), &k2, NUL local
177 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
196 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
275 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
294 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
359 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
423 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
488 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
[all...]
H A Dtest_sshkey.c173 struct sshkey *k1 = NULL, *k2 = NULL, *k3 = NULL, *k4 = NULL; local
377 k2 = get_private("ed25519_2");
407 ASSERT_INT_EQ(sshkey_from_private(k2, &k1->cert->signature_key), 0);
408 ASSERT_INT_EQ(sshkey_certify(k1, k2, NULL, NULL, NULL), 0);
415 sshkey_free(k2);
422 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2,
424 signature_tests(k1, k2, "ssh-rsa");
426 sshkey_free(k2);
431 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2,
433 signature_tests(k1, k2, "rs
[all...]
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass53-frag.c14 union { int l; char c[sizeof (int)]; } k2; local
15 k2.l = 0;
19 k2.c [sizeof (int)-1] ++;
20 return k2.l;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dns2.C5 static int k1,k2; member in struct:foo::X
14 int X::k2; member in class:X
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dbusop.awk98 k2[1] = "<RAW>"; k2[2] = "<ASI>";
99 v2[k2[1]] = "";
100 v2[k2[2]] = "asi";
101 generate_code(text, lines, k2, v2);
102 v2[k2[1]] = "raw_";
103 v2[k2[2]] = "sasi";
104 generate_code(raw_text, raw_lines, k2, v2);
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dcaller.pl123 my ($k1, $k2, $k3, $k4);
126 $k2 = $k1;
129 utf8::upgrade $k2;
133 $^H{$k2} = 2;
145 is(hint_fetch($k2), 2, "UTF-8 or not, it's the same");
152 my ($k1, $k2, $k3);
154 ($k1, $k2, $k3) = ("\0", "\0\0", "\0\0\0");
156 $^H{$k2} = 2;
161 is(hint_fetch($k2), 2, "Keys with the same hash value don't clash");
166 $^H{$k2}
[all...]
H A Dmultideref.t60 our ($i1, $i2, $k1, $k2) = (3, 1, 'foo', 'c');
67 ::is($a[$i1]{$k1}[$i2]{$k2}, 3, 'fetch: pkg indices');
68 ::is($r->[$i1]{$k1}[$i2]{$k2}, 3, 'fetch: deref pkg indices');
79 ::is($a[$i1]{$k1}[$i2]{$k2} = 7, 7, 'store: pkg indices');
80 ::is($a[$i1]{$k1}[$i2]{$k2}, 7, 'store: pkg indices 2');
81 ::is($r->[$i1]{$k1}[$i2]{$k2} = 9, 9, 'store: deref pkg indices');
82 ::is($r->[$i1]{$k1}[$i2]{$k2}, 9, 'store: deref pkg indices 2');
101 ::is(local $a[$i1]{$k1}[$i2]{$k2} = 21, 21, 'local pkg indices');
102 ::is($a[$i1]{$k1}[$i2]{$k2}, 21, 'local pkg indices 2');
104 ::is($a[$i1]{$k1}[$i2]{$k2}, 1
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Df90-intrinsic-bit.f15 integer*1 k, k2, k3, ka variable
60 k2 = 3
65 call c_l(BTEST(7,k2),.true.,'BTEST(integer,integer*1)')
69 call c_l(BTEST(j,k2),.true.,'BTEST(integer*2,integer*1)')
73 call c_l(BTEST(k,k2),.true.,'BTEST(integer*1,integer*1)')
77 call c_l(BTEST(m,k2),.true.,'BTEST(integer*8,integer*1)')
85 k2 = 1
92 call c_i1(IAND(k,k2),ka,'IAND(integer*1,integer*1)')
101 k2 = 1
108 call c_i(IBCLR(14,k2),1
[all...]
H A Df90-intrinsic-numeric.f13 integer*1 k, k2, ka variable
91 k2 = -3
95 call c_i1(DIM(k,k2),ka,'DIM(integer*1)')
120 k2 = 2
124 call c_i1(MAX(k,k2),ka,'MAX(integer*1,integer*1)')
133 k2 = 2
137 call c_i1(MIN(k,k2),ka,'MIN(integer*1,integer*1)')
154 k2 = 5
156 call c_i1(MOD(k,k2),ka,'MOD(integer*1,integer*1) 1')
157 call c_i1(MOD(-k,k2),
[all...]
/openbsd-current/usr.sbin/unbound/testcode/
H A Dunitecs.c215 addrkey_t k2[] = {0x55, 0x5D, 0x5A}; local
217 unit_assert( !unittest_wrapper_addrtree_issub(k1, 24, k2, 24, 0) );
218 unit_assert( unittest_wrapper_addrtree_issub(k1, 8, k2, 16, 0) );
219 unit_assert( unittest_wrapper_addrtree_issub(k2, 12, k1, 13, 0) );
220 unit_assert( !unittest_wrapper_addrtree_issub(k1, 16, k2, 12, 0) );
221 unit_assert( unittest_wrapper_addrtree_issub(k1, 12, k2, 12, 0) );
222 unit_assert( !unittest_wrapper_addrtree_issub(k1, 13, k2, 13, 0) );
223 unit_assert( unittest_wrapper_addrtree_issub(k1, 24, k2, 24, 13) );
224 unit_assert( !unittest_wrapper_addrtree_issub(k1, 24, k2, 20, 13) );
225 unit_assert( unittest_wrapper_addrtree_issub(k1, 20, k2, 2
241 addrkey_t k2[] = {0,0,0,0,0,0,0,0}; local
264 addrkey_t k2[] = {0x5A, 0xF0}; local
[all...]
H A Dunitlruhash.c85 testkey_type* k2 = newkey(12 + 1024); local
108 unit_assert( k->entry.hash == k2->entry.hash );
109 unit_assert( bin_find_entry(table, &bin, h, k2, NULL) == NULL );
133 unit_assert( k->entry.hash == k2->entry.hash );
134 unit_assert( bin_find_entry(table, &bin, h, k2, NULL) == NULL );
155 delkey(k2);
165 testkey_type* k2 = newkey(14); local
184 lru_front(table, &k2->entry);
185 unit_assert( table->lru_start == &k2->entry &&
188 lru_remove(table, &k2
212 testkey_type* k2 = newkey(14); local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.warn/
H A Dimpint2.C33 int k2 = 3.5f; // WARNING - float to int local
58 int k2 = -1; local
H A Dimpint.C39 int k2 = 3.5f; // WARNING - float to int local
/openbsd-current/usr.sbin/unbound/util/storage/
H A Ddnstree.h212 int name_tree_compare(const void* k1, const void* k2);
215 int addr_tree_compare(const void* k1, const void* k2);
218 int addr_tree_addrport_compare(const void* k1, const void* k2);
/openbsd-current/sbin/unwind/libunbound/util/storage/
H A Ddnstree.h212 int name_tree_compare(const void* k1, const void* k2);
215 int addr_tree_compare(const void* k1, const void* k2);
218 int addr_tree_addrport_compare(const void* k1, const void* k2);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_dccg.c62 enum pixel_rate_div *k2)
68 *k2 = PIXEL_RATE_DIV_NA;
97 *k2 = (enum pixel_rate_div)val_k2;
104 enum pixel_rate_div k2)
112 if (k1 == PIXEL_RATE_DIV_NA || k2 == PIXEL_RATE_DIV_NA) {
118 if (k1 == cur_k1 && k2 == cur_k2)
125 OTG0_PIXEL_RATE_DIVK2, k2);
130 OTG1_PIXEL_RATE_DIVK2, k2);
135 OTG2_PIXEL_RATE_DIVK2, k2);
140 OTG3_PIXEL_RATE_DIVK2, k2);
58 dccg32_get_pixel_rate_div( struct dccg *dccg, uint32_t otg_inst, enum pixel_rate_div *k1, enum pixel_rate_div *k2) argument
100 dccg32_set_pixel_rate_div( struct dccg *dccg, uint32_t otg_inst, enum pixel_rate_div k1, enum pixel_rate_div k2) argument
[all...]
/openbsd-current/lib/libc/db/btree/
H A Dbt_utils.c144 DBT k2; local
165 k2.data = bl->bytes;
166 k2.size = bl->ksize;
173 k2.data = bi->bytes;
174 k2.size = bi->ksize;
180 &k2.size, &t->bt_rdata.data, &t->bt_rdata.size))
182 k2.data = t->bt_rdata.data;
184 return ((*t->bt_cmp)(k1, &k2));
/openbsd-current/lib/libcrypto/des/
H A Ddes.h95 #define DES_ecb2_encrypt(i,o,k1,k2,e) \
96 DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
98 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
99 DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
101 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
102 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
104 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
105 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
H A Dofb64ede.c68 DES_key_schedule *k1, DES_key_schedule *k2,
93 DES_encrypt3(ti, k1, k2, k3);
66 DES_ede3_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *k1, DES_key_schedule *k2, DES_key_schedule *k3, DES_cblock *ivec, int *num) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_dccg.c62 enum pixel_rate_div *k2)
68 *k2 = PIXEL_RATE_DIV_NA;
97 *k2 = (enum pixel_rate_div)val_k2;
104 enum pixel_rate_div k2)
111 if (k1 == PIXEL_RATE_DIV_NA || k2 == PIXEL_RATE_DIV_NA) {
117 if (k1 == cur_k1 && k2 == cur_k2)
124 OTG0_PIXEL_RATE_DIVK2, k2);
129 OTG1_PIXEL_RATE_DIVK2, k2);
134 OTG2_PIXEL_RATE_DIVK2, k2);
139 OTG3_PIXEL_RATE_DIVK2, k2);
58 dccg314_get_pixel_rate_div( struct dccg *dccg, uint32_t otg_inst, enum pixel_rate_div *k1, enum pixel_rate_div *k2) argument
100 dccg314_set_pixel_rate_div( struct dccg *dccg, uint32_t otg_inst, enum pixel_rate_div k1, enum pixel_rate_div k2) argument
[all...]
/openbsd-current/regress/usr.bin/sort/
H A Dstests10 #In 25E, -k2.3,2.1b, the fields are not necessarily out of order.
253 xsort A -t ' ' -k2,2
255 xsort B -t ' ' -k2.1,2.0
263 xsort C -t ' ' -k2,2
265 xsort D -t ' ' -k2.1,2.0
273 xsort E -k2
292 xsort "" -tX -k2 -k1r,1
609 xsort "" -t: -k9 -k8 -k7 -k6 -k5 -k4 -k3 -k2 -k1
640 $SORTPROG -k2b -k2 in >xx &&
642 $SORTPROG -k2,2.
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dinfo.c215 ffeinfoKindtype k2)
219 || (k2 == FFEINFO_kindtypeANY))
223 > ffetype_size (ffeinfo_types_[bt][k2]))
225 return k2;
212 ffeinfo_kindtype_max(ffeinfoBasictype bt, ffeinfoKindtype k1, ffeinfoKindtype k2) argument

Completed in 190 milliseconds

12345