Searched refs:k2 (Results 76 - 100 of 104) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dpat_rt_report.t977 my $k2 = "\x{f1}\x{2022}";
978 $k2 =~ s/([\360-\362])/>/g;
979 fswash($k2);
981 is($k2, "\x{2022}", "utf8::SWASHNEW doesn't cause capture leaks; Bug 60508");
/openbsd-current/usr.sbin/unbound/iterator/
H A Diter_utils.c964 * @param k2: rrset
968 rrset_equal(struct ub_packed_rrset_key* k1, struct ub_packed_rrset_key* k2) argument
973 k2->entry.data;
975 if(k1->rk.dname_len != k2->rk.dname_len ||
976 k1->rk.flags != k2->rk.flags ||
977 k1->rk.type != k2->rk.type ||
978 k1->rk.rrset_class != k2->rk.rrset_class ||
979 query_dname_compare(k1->rk.dname, k2->rk.dname) != 0)
H A Diter_fwd.c53 fwd_cmp(const void* k1, const void* k2) argument
57 struct iter_forward_zone* n2 = (struct iter_forward_zone*)k2;
/openbsd-current/sbin/unwind/libunbound/iterator/
H A Diter_utils.c964 * @param k2: rrset
968 rrset_equal(struct ub_packed_rrset_key* k1, struct ub_packed_rrset_key* k2) argument
973 k2->entry.data;
975 if(k1->rk.dname_len != k2->rk.dname_len ||
976 k1->rk.flags != k2->rk.flags ||
977 k1->rk.type != k2->rk.type ||
978 k1->rk.rrset_class != k2->rk.rrset_class ||
979 query_dname_compare(k1->rk.dname, k2->rk.dname) != 0)
H A Diter_fwd.c53 fwd_cmp(const void* k1, const void* k2) argument
57 struct iter_forward_zone* n2 = (struct iter_forward_zone*)k2;
/openbsd-current/usr.sbin/unbound/daemon/
H A Dacl_list.c555 acl_interface_compare(const void* k1, const void* k2) argument
558 struct addr_tree_node* n2 = (struct addr_tree_node*)k2;
/openbsd-current/gnu/usr.bin/perl/
H A Dpeep.c477 OP *k1, *k2; local
479 k2 = OpSIBLING(k1);
481 if (!k2)
493 argop = k2;
634 OP *k2 = cBINOPx(topop)->op_last; local
635 if ( k2->op_type == OP_PADSV
636 && k2->op_targ == t
1995 * For other things (like @{$h{k1}{k2}}) extra scope or
H A Dop.c8755 const OP * const k2 = OpSIBLING(k1); local
8760 if (k2 && k2->op_type == OP_READLINE
8761 && (k2->op_flags & OPf_STACKED)
8764 warnop = k2->op_type;
9082 const OP * const k2 = k1 ? OpSIBLING(k1) : NULL; local
9085 if (k2 && (k2->op_type == OP_READLINE || k2->op_type == OP_READDIR)
9086 && (k2
9178 const OP * const k2 = (k1) ? OpSIBLING(k1) : NULL; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512_x86-64_windows_msvc.asm51 vpcmpud k2, ymm2, ymm0, 1
55 vpaddd ymm4 {k2}, ymm4, ymm6
57 ; vpaddd ymm4 {k2}, ymm4, dword ptr [ADD1] {1to8}
59 knotw k2, k1
60 vmovdqa32 ymm2 {k2}, ymm0
61 vmovdqa32 ymm3 {k2}, ymm0
62 vmovdqa32 ymm4 {k2}, ymm1
63 vmovdqa32 ymm5 {k2}, ymm1
1081 vpcmpud k2, zmm2, zmm0, 1
1082 vpaddd zmm1 {k2}, zmm
[all...]
H A Dblake3_avx512_x86-64_unix.S68 vpcmpltud k2, ymm2, ymm0
70 vpaddd ymm4 {k2}, ymm4, dword ptr [ADD1+rip] {1to8}
72 knotw k2, k1
73 vmovdqa32 ymm2 {k2}, ymm0
74 vmovdqa32 ymm3 {k2}, ymm0
75 vmovdqa32 ymm4 {k2}, ymm1
76 vmovdqa32 ymm5 {k2}, ymm1
1090 vpcmpltud k2, zmm2, zmm0
1091 vpaddd zmm1 {k2}, zmm1, dword ptr [ADD1+rip] {1to16}
2074 kmovw k2, ea
[all...]
H A Dblake3_avx512_x86-64_windows_gnu.S54 vpcmpltud k2, ymm2, ymm0
56 vpaddd ymm4 {k2}, ymm4, dword ptr [ADD1+rip] {1to8}
58 knotw k2, k1
59 vmovdqa32 ymm2 {k2}, ymm0
60 vmovdqa32 ymm3 {k2}, ymm0
61 vmovdqa32 ymm4 {k2}, ymm1
62 vmovdqa32 ymm5 {k2}, ymm1
1076 vpcmpltud k2, zmm2, zmm0
1077 vpaddd zmm1 {k2}, zmm1, dword ptr [ADD1+rip] {1to16}
2072 kmovw k2, ea
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dipa-type-escape.c181 struct type_brand_s * k2 = (struct type_brand_s *) sk2; local
183 int value = strcmp(k1->name, k2->name);
185 return k2->seq - k1->seq;
H A Dc-common.c3630 case_compare (splay_tree_key k1, splay_tree_key k2)
3635 return k2 ? -1 : 0;
3636 else if (!k2)
3639 return tree_int_cst_compare ((tree) k1, (tree) k2);
3615 case_compare(splay_tree_key k1, splay_tree_key k2) argument
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DShell.pm1205 for my $k2 (sort keys %{$CPAN::META->{$k}}) {
1207 $k2,
1208 Devel::Size::total_size($CPAN::META->{$k}{$k2})/1024,
1209 scalar keys %{$CPAN::META->{$k}{$k2}};
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DCalc.pm1496 my $k2 = $k * $k;
1511 my $m = ($k2 - $sum);
1515 while ($j <= $i && ($m < $BASE2) && (($k2 - $sum) < $BASE2)) {
1516 $m *= ($k2 - $sum);
1520 # print STDERR "\n k2 $k2 m $m sum $sum odd $odd\n"; sleep(1);
1531 # print STDERR "Calculate $k2 - $sum = $m (x = ", $c->_str($cx), ")\n";
/openbsd-current/lib/libcrypto/ec/
H A Dec_asn1.c79 long k2; member in struct:x9_62_pentanomial_st
154 .offset = offsetof(X9_62_PENTANOMIAL, k2),
155 .field_name = "k2",
/openbsd-current/games/adventure/
H A Dmain.c52 int loc, newloc, oldloc, oldlc2, wzdark, gaveup, kq, k, k2; variable
/openbsd-current/usr.sbin/unbound/validator/
H A Dval_anchor.c60 anchor_cmp(const void* k1, const void* k2) argument
64 struct trust_anchor* n2 = (struct trust_anchor*)k2;
/openbsd-current/sbin/unwind/libunbound/validator/
H A Dval_anchor.c60 anchor_cmp(const void* k1, const void* k2) argument
64 struct trust_anchor* n2 = (struct trust_anchor*)k2;
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dsignatures.t1482 %h = qw(k1 v1 k2 v2);
1483 t161(1, k1 => $h{k2}, k2 => $h{k1});
1489 is t161x(), "1 (k1,v2) (k2,v1)", 'handle commonality in slurpy hash';
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-common.c4060 case_compare (k1, k2)
4062 splay_tree_key k2;
4067 return k2 ? -1 : 0;
4068 else if (!k2)
4071 return tree_int_cst_compare ((tree) k1, (tree) k2);
H A Dfunction.c3372 insns_for_mem_comp (k1, k2)
3374 const void * k2;
3377 struct insns_for_mem_entry *m2 = (struct insns_for_mem_entry *) k2;
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c2300 tree k2 = (tree) k2_p;
2301 return (k1->key == k2);
2299 tree k2 = (tree) k2_p; local
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c209 splay_tree_key k2));
4911 splay_tree_compare_integer_csts (k1, k2)
4913 splay_tree_key k2;
4915 return tree_int_cst_compare ((tree) k1, (tree) k2);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dclass.c204 splay_tree_key k2);
4507 splay_tree_compare_integer_csts (splay_tree_key k1, splay_tree_key k2)
4509 return tree_int_cst_compare ((tree) k1, (tree) k2);
4503 splay_tree_compare_integer_csts(splay_tree_key k1, splay_tree_key k2) argument

Completed in 763 milliseconds

12345