Home
last modified time | relevance | path

Searched refs:rt1 (Results 1 – 22 of 22) sorted by relevance

/netbsd/external/bsd/dhcpcd/dist/src/
H A Droute.c121 rt_maskedaddr(&ma1.sa, &rt1->rt_dest, &rt1->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()
150 const struct rt *rt1 = node1, *rt2 = node2; in rt_compare_list() local
152 if (rt1->rt_order > rt2->rt_order) in rt_compare_list()
154 if (rt1->rt_order < rt2->rt_order) in rt_compare_list()
162 const struct rt *rt1 = node1, *rt2 = node2; in rt_compare_proto() local
166 assert(rt1->rt_ifp != NULL); in rt_compare_proto()
168 ifp1 = rt1->rt_ifp; in rt_compare_proto()
[all …]
/netbsd/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
144 rt1 = r1; in poly1305_init_ext()
162 d[0] = ((uint128_t) rt0 * rt0) + ((uint128_t)(rt1 * 2) * st2); in poly1305_init_ext()
164 d[2] = ((uint128_t) rt1 * rt1) + ((uint128_t)(rt2 * 2) * rt0); in poly1305_init_ext()
170 rt1 = (uint64_t) d[1] & 0xfffffffffff; in poly1305_init_ext()
179 rt1 += c; in poly1305_init_ext()
180 c = (rt1 >> 44); in poly1305_init_ext()
181 rt1 = rt1 & 0xfffffffffff; in poly1305_init_ext()
186 R[1] = (uint32_t)((rt0 >> 26) | (rt1 << 18)) & 0x3ffffff; in poly1305_init_ext()
187 R[2] = (uint32_t)((rt1 >> 8)) & 0x3ffffff; in poly1305_init_ext()
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Drbtree.d2135 assert(rt1.length == 5);
2155 auto rt1 = redBlackTree!string();
2172 const rt1 = redBlackTree(5,4,3,2,1);
2174 assert(!rt1.empty);
2175 assert(rt1.length == 5);
2176 assert(5 in rt1);
2184 assert(rt1.equalRange(3).equal([3]));
2185 assert(rt1[].equal([1, 2, 3, 4, 5]));
2192 static assert(is(typeof(rt1.empty)));
2193 static assert(is(typeof(rt1.length)));
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Drbtree.d1986 auto rt1 = redBlackTree(5, 4, 3, 2, 1); variable
1987 assert(rt1.length == 5);
1988 assert(array(rt1[]) == [1, 2, 3, 4, 5]);
2007 auto rt1 = redBlackTree!string(); variable
2024 const rt1 = redBlackTree(5,4,3,2,1); variable
2025 static assert(is(typeof(rt1.length)));
2026 static assert(is(typeof(5 in rt1)));
2030 assert(rt1.upperBound(3).equal([4, 5]));
2032 assert(rt1.equalRange(3).equal([3]));
2033 assert(rt1[].equal([1, 2, 3, 4, 5]));
[all …]
/netbsd/sys/net/
H A Dif_mpls.c218 struct rtentry *rt1; in mpls_output() local
280 if ((rt1 = rtalloc1(rt->rt_gateway, 1)) == NULL) { in mpls_output()
285 err = mpls_send_frame(m, rt1->rt_ifp, rt); in mpls_output()
286 rt_unref(rt1); in mpls_output()
/netbsd/external/bsd/flex/dist/tests/
H A Dtestwrapper.sh16 while getopts :d:i:rt1 OPTION ; do
/netbsd/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
710 const struct newrt *r1 = (const struct newrt *)rt1; in compare_rts()
/netbsd/external/bsd/unbound/dist/testdata/
H A Dtest_ldnsrr.440 all.rr.org. IN KX 2 rt1.example.com.
H A Dtest_ldnsrr.c452 all.rr.org. 3600 IN KX 2 rt1.example.com.
/netbsd/external/gpl3/gdb/dist/sim/arm/
H A Darmsupp.c493 int rt1 = BITS (12, 15); in handle_VFP_xfer() local
501 state->Reg[rt1] = VFP_dword (vm) & 0xffffffff; in handle_VFP_xfer()
508 VFP_dword (vm) |= (state->Reg[rt1] & 0xffffffff); in handle_VFP_xfer()
/netbsd/external/gpl3/gdb.old/dist/sim/arm/
H A Darmsupp.c493 int rt1 = BITS (12, 15); in handle_VFP_xfer() local
501 state->Reg[rt1] = VFP_dword (vm) & 0xffffffff; in handle_VFP_xfer()
508 VFP_dword (vm) |= (state->Reg[rt1] & 0xffffffff); in handle_VFP_xfer()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Daarch64-tdep.c429 unsigned rt1; in aarch64_analyze_prologue() local
451 rt1 = inst.operands[0].reg.regno; in aarch64_analyze_prologue()
455 rt1 += AARCH64_X_REGISTER_COUNT; in aarch64_analyze_prologue()
459 stack.store (pv_add_constant (regs[rn], imm), size, regs[rt1]); in aarch64_analyze_prologue()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Daarch64-tdep.c429 unsigned rt1; in aarch64_analyze_prologue() local
451 rt1 = inst.operands[0].reg.regno; in aarch64_analyze_prologue()
455 rt1 += AARCH64_X_REGISTER_COUNT; in aarch64_analyze_prologue()
459 stack.store (pv_add_constant (regs[rn], imm), size, regs[rt1]); in aarch64_analyze_prologue()
/netbsd/external/gpl3/gdb/dist/gold/
H A Daarch64.cc8311 unsigned rt1, rt2; in is_erratum_843419_sequence() local
8316 if (Insn_utilities::aarch64_mem_op_p(insn2, &rt1, &rt2, &pair, &load) in is_erratum_843419_sequence()
/netbsd/external/gpl3/binutils/dist/gold/
H A Daarch64.cc8311 unsigned rt1, rt2; in is_erratum_843419_sequence() local
8316 if (Insn_utilities::aarch64_mem_op_p(insn2, &rt1, &rt2, &pair, &load) in is_erratum_843419_sequence()
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Daarch64.cc8311 unsigned rt1, rt2; in is_erratum_843419_sequence() local
8316 if (Insn_utilities::aarch64_mem_op_p(insn2, &rt1, &rt2, &pair, &load) in is_erratum_843419_sequence()
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Daarch64.cc8311 unsigned rt1, rt2; in is_erratum_843419_sequence() local
8316 if (Insn_utilities::aarch64_mem_op_p(insn2, &rt1, &rt2, &pair, &load) in is_erratum_843419_sequence()
/netbsd/sys/arch/i386/conf/
H A DGENERIC1295 #rt1 at isa? port 0x284
H A DALL1566 rt1 at isa? port 0x284
/netbsd/sys/arch/amd64/conf/
H A DALL1465 rt1 at isa? port 0x284
/netbsd/external/gpl3/gcc/dist/
H A DMD5SUMS76815 ec4732697fc99c163cf88b265ea978b3 gcc/testsuite/gnat.dg/rt1.adb
76816 a7aee243e94afba01b2278bede4ca9d6 gcc/testsuite/gnat.dg/rt1.ads
/netbsd/external/gpl3/gcc.old/dist/
H A DMD5SUMS76815 ec4732697fc99c163cf88b265ea978b3 gcc/testsuite/gnat.dg/rt1.adb
76816 a7aee243e94afba01b2278bede4ca9d6 gcc/testsuite/gnat.dg/rt1.ads