Home
last modified time | relevance | path

Searched refs:rt2 (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Droute.c106 rt_cmp_netmask(const struct rt *rt1, const struct rt *rt2) in rt_cmp_netmask() argument
109 if (rt1->rt_flags & RTF_HOST && rt2->rt_flags & RTF_HOST) in rt_cmp_netmask()
111 return sa_cmp(&rt1->rt_netmask, &rt2->rt_netmask); in rt_cmp_netmask()
115 rt_cmp_dest(const struct rt *rt1, const struct rt *rt2) in rt_cmp_dest() argument
122 rt_maskedaddr(&ma2.sa, &rt2->rt_dest, &rt2->rt_netmask); in rt_cmp_dest()
127 return rt_cmp_netmask(rt1, rt2); in rt_cmp_dest()
133 const struct rt *rt1 = node1, *rt2 = node2; in rt_compare_os() local
137 c = rt_cmp_dest(rt1, rt2); in rt_compare_os()
142 c = (int)(rt1->rt_ifp->metric - rt2->rt_ifp->metric); in rt_compare_os()
150 const struct rt *rt1 = node1, *rt2 = node2; in rt_compare_list() local
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/additional/ns1/
H A Dnamed2.conf.in49 zone "rt2.example" {
51 file "rt2.db";
H A Dnamed1.conf.in49 zone "rt2.example" {
51 file "rt2.db";
H A Dnamed3.conf.in50 zone "rt2.example" {
52 file "rt2.db";
H A Dnamed4.conf.in59 zone "rt2.example" {
61 file "rt2.db";
H A Drt.db15 NS ns1.rt2.example.
H A Droot.db19 rt2.example. NS ns1.
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c109 uint64_t rt0, rt1, rt2, st2, c; in poly1305_init_ext() local
145 rt2 = r2; in poly1305_init_ext()
160 st2 = rt2 * (5 << 2); in poly1305_init_ext()
163 d[1] = ((uint128_t) rt2 * st2) + ((uint128_t)(rt0 * 2) * rt1); in poly1305_init_ext()
164 d[2] = ((uint128_t) rt1 * rt1) + ((uint128_t)(rt2 * 2) * rt0); in poly1305_init_ext()
174 rt2 = (uint64_t) d[2] & 0x3ffffffffff; in poly1305_init_ext()
182 rt2 += c; /* even if rt2 overflows, it will still fit in rp4 safely, and in poly1305_init_ext()
188 R[3] = (uint32_t)((rt1 >> 34) | (rt2 << 10)) & 0x3ffffff; in poly1305_init_ext()
189 R[4] = (uint32_t)((rt2 >> 16)); in poly1305_init_ext()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/additional/ns2/
H A Droot.db18 rt2.example. NS ns1.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Drbtree.d1802 auto rt2 = new RedBlackTree!(T, "a < b", true)(); in test() local
1990 auto rt2 = redBlackTree!"a > b"(1.1, 2.1); variable
1991 assert(rt2.length == 2);
1992 assert(array(rt2[]) == [2.1, 1.1]);
2010 auto rt2 = redBlackTree!string("hello"); variable
2011 assert(rt2.to!string == "RedBlackTree([\"hello\"])");
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Daarch64.cc264 aarch64_mem_op_p(Insntype insn, unsigned int *rt, unsigned int *rt2, in aarch64_mem_op_p() argument
283 *rt2 = *rt; in aarch64_mem_op_p()
287 *rt2 = aarch64_rt2 (insn); in aarch64_mem_op_p()
299 *rt2 = aarch64_rt2 (insn); in aarch64_mem_op_p()
312 *rt2 = *rt; in aarch64_mem_op_p()
332 *rt2 = *rt + 3; in aarch64_mem_op_p()
337 *rt2 = *rt + 2; in aarch64_mem_op_p()
341 *rt2 = *rt; in aarch64_mem_op_p()
346 *rt2 = *rt + 1; in aarch64_mem_op_p()
366 *rt2 = *rt + r; in aarch64_mem_op_p()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfnn-aarch64.c3670 aarch64_mem_op_p (uint32_t insn, unsigned int *rt, unsigned int *rt2, in aarch64_mem_op_p() argument
3689 *rt2 = *rt; in aarch64_mem_op_p()
3693 *rt2 = AARCH64_RT2 (insn); in aarch64_mem_op_p()
3705 *rt2 = AARCH64_RT2 (insn); in aarch64_mem_op_p()
3718 *rt2 = *rt; in aarch64_mem_op_p()
3738 *rt2 = *rt + 3; in aarch64_mem_op_p()
3743 *rt2 = *rt + 2; in aarch64_mem_op_p()
3747 *rt2 = *rt; in aarch64_mem_op_p()
3752 *rt2 = *rt + 1; in aarch64_mem_op_p()
3772 *rt2 = *rt + r; in aarch64_mem_op_p()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Daarch64.cc264 aarch64_mem_op_p(Insntype insn, unsigned int *rt, unsigned int *rt2, in aarch64_mem_op_p() argument
283 *rt2 = *rt; in aarch64_mem_op_p()
287 *rt2 = aarch64_rt2 (insn); in aarch64_mem_op_p()
299 *rt2 = aarch64_rt2 (insn); in aarch64_mem_op_p()
312 *rt2 = *rt; in aarch64_mem_op_p()
332 *rt2 = *rt + 3; in aarch64_mem_op_p()
337 *rt2 = *rt + 2; in aarch64_mem_op_p()
341 *rt2 = *rt; in aarch64_mem_op_p()
346 *rt2 = *rt + 1; in aarch64_mem_op_p()
366 *rt2 = *rt + r; in aarch64_mem_op_p()
[all …]
/netbsd-src/usr.sbin/mrouted/
H A Droute.c47 static int compare_rts(const void *rt1, const void *rt2);
708 compare_rts(const void *rt1, const void *rt2) in compare_rts() argument
711 const struct newrt *r2 = (const struct newrt *)rt2; in compare_rts()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfnn-aarch64.c3762 aarch64_mem_op_p (uint32_t insn, unsigned int *rt, unsigned int *rt2, in aarch64_mem_op_p() argument
3781 *rt2 = *rt; in aarch64_mem_op_p()
3785 *rt2 = AARCH64_RT2 (insn); in aarch64_mem_op_p()
3797 *rt2 = AARCH64_RT2 (insn); in aarch64_mem_op_p()
3810 *rt2 = *rt; in aarch64_mem_op_p()
3830 *rt2 = *rt + 3; in aarch64_mem_op_p()
3835 *rt2 = *rt + 2; in aarch64_mem_op_p()
3839 *rt2 = *rt; in aarch64_mem_op_p()
3844 *rt2 = *rt + 1; in aarch64_mem_op_p()
3864 *rt2 = *rt + r; in aarch64_mem_op_p()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Drbtree.d1943 auto rt2 = new RedBlackTree!(T, "a < b", true)();
2138 auto rt2 = redBlackTree!"a > b"(1.1, 2.1);
2139 assert(rt2.length == 2);
2140 assert(array(rt2[]) == [2.1, 1.1]);
2158 auto rt2 = redBlackTree!string("hello");
2159 assert(rt2.to!string == "RedBlackTree([\"hello\"])");
/netbsd-src/external/mpl/bind/dist/bin/tests/system/additional/
H A Dtests.sh37 $DIG $DIGOPTS +rec -t RT rt.rt2.example @10.53.0.1 >dig.out.$n || ret=1
140 $DIG $DIGOPTS +norec -t RT rt.rt2.example @10.53.0.1 >dig.out.$n || ret=1
/netbsd-src/external/gpl3/gdb/dist/sim/arm/
H A Darmsupp.c497 int rt2 = BITS (16, 19); in handle_VFP_xfer() local
505 state->Reg[rt2] = VFP_dword (vm) >> 32; in handle_VFP_xfer()
509 VFP_dword (vm) = state->Reg[rt2]; in handle_VFP_xfer()
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeARM_64.c56 #define RT2(rt2) (reg_map[rt2] << 10) argument
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Darm-dis.c6667 unsigned long rt2 = arm_decode_field (given, 16, 19); in is_mve_unpredictable() local
6669 if ((rt == 0xd) || (rt2 == 0xd)) in is_mve_unpredictable()
6674 else if ((rt == 0xf) || (rt2 == 0xf)) in is_mve_unpredictable()
6679 else if (rt == rt2 && matched_insn != MVE_VMOV2_GP_TO_VEC_LANE) in is_mve_unpredictable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td244 : InstSE<(outs), (ins GPR32Opnd:$rt, GPR32Opnd:$rt2, mem_simm12:$addr),
252 : InstSE<(outs GPR32Opnd:$rt, GPR32Opnd:$rt2), (ins mem_simm12:$addr),
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Darm-dis.c6692 unsigned long rt2 = arm_decode_field (given, 16, 19); in is_mve_unpredictable() local
6694 if ((rt == 0xd) || (rt2 == 0xd)) in is_mve_unpredictable()
6699 else if ((rt == 0xf) || (rt2 == 0xf)) in is_mve_unpredictable()
6704 else if (rt == rt2 && matched_insn != MVE_VMOV2_GP_TO_VEC_LANE) in is_mve_unpredictable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td3567 list<dag> pattern, bits<4> rt2 = 0b1111>
3571 let Inst{11-8} = rt2;
3582 list<dag> pattern, bits<4> rt2 = 0b1111>
3586 let Inst{11-8} = rt2;
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc11308 operands_ok_ldd_std (rtx rt, rtx rt2, HOST_WIDE_INT offset) in operands_ok_ldd_std() argument
11321 t2 = REGNO (rt2); in operands_ok_ldd_std()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c11326 operands_ok_ldd_std (rtx rt, rtx rt2, HOST_WIDE_INT offset) in operands_ok_ldd_std() argument
11339 t2 = REGNO (rt2); in operands_ok_ldd_std()

12