Home
last modified time | relevance | path

Searched refs:ip1 (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c1442 int ip1, jp1, kp1; in fingerprint() local
2036 int im1, ip1, ip2; in safe_x_ring() local
6495 if (sw[ip1][j][k] && sw[ip1][jp1][k]) in check_tlinks()
6496 link_tswitches(t, 1, sw[ip1][j][k], sw[ip1][jp1][k]); in check_tlinks()
6501 if (sw[ip1][j][kp1] && sw[ip1][jp1][kp1]) in check_tlinks()
6502 link_tswitches(t, 1, sw[ip1][j][kp1], sw[ip1][jp1][kp1]); in check_tlinks()
6508 if (sw[ip1][j][k] && sw[ip1][j][kp1]) in check_tlinks()
6509 link_tswitches(t, 2, sw[ip1][j][k], sw[ip1][j][kp1]); in check_tlinks()
6514 if (sw[ip1][jp1][k] && sw[ip1][jp1][kp1]) in check_tlinks()
6515 link_tswitches(t, 2, sw[ip1][jp1][k], sw[ip1][jp1][kp1]); in check_tlinks()
[all …]
/freebsd/crypto/openssl/test/
H A Dv3ext.c122 const char *ip1; member
192 ip1 = a2i_IPADDRESS(ranges[i].ip1); in test_addr_ranges()
193 if (!TEST_ptr(ip1)) in test_addr_ranges()
195 if (!TEST_true(ip1->length == 4 || ip1->length == 16)) in test_addr_ranges()
202 if (!TEST_true(memcmp(ip1->data, ip2->data, ip1->length) <= 0)) in test_addr_ranges()
218 ip1 = ip2 = NULL; in test_addr_ranges()
224 ASN1_OCTET_STRING_free(ip1); in test_addr_ranges()
243 ip1 = a2i_IPADDRESS(ranges[0].ip1); in test_addr_fam_len()
244 if (!TEST_ptr(ip1)) in test_addr_fam_len()
310 ASN1_OCTET_STRING_free(ip1); in test_addr_fam_len()
[all …]
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress_amd64.S55 #define ip1 r9 macro
120 movq 8(%rax), %ip1
190 cmpq %ip0, %ip1
194 cmpq %ip1, %ip2
251 movq %ip1, 0(%rsp)
274 movq 0(%rsp), %ip1
285 movq %ip1, 0(%rsp)
301 movq 0(%rsp), %ip1
323 movq %ip1, 8(%rax)
484 cmpq %ip0, %ip1
[all …]
/freebsd/contrib/bc/tests/dc/errors/
H A D02.txt5 [lip0+si10]ip1+pR
10 [lip0+si10}ip1+si30li<L]sL0sJlLx
H A D23.txt3 [[Done!]pR]sMY�ip1-si0li!<LeM]sL10silLx
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c113 const BYTE* ip1; in ZSTD_compressBlock_fast_noDict_generic() local
155 ip1 = ip0 + 1; in ZSTD_compressBlock_fast_noDict_generic()
164 hash1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
209 ip0 = ip1; in ZSTD_compressBlock_fast_noDict_generic()
210 ip1 = ip2; in ZSTD_compressBlock_fast_noDict_generic()
238 ip0 = ip1; in ZSTD_compressBlock_fast_noDict_generic()
239 ip1 = ip2; in ZSTD_compressBlock_fast_noDict_generic()
241 ip3 = ip1 + step; in ZSTD_compressBlock_fast_noDict_generic()
246 PREFETCH_L1(ip1 + 64); in ZSTD_compressBlock_fast_noDict_generic()
247 PREFETCH_L1(ip1 + 128); in ZSTD_compressBlock_fast_noDict_generic()
[all …]
H A Dzstd_double_fast.c93 const BYTE* ip1; /* the next position */ in ZSTD_compressBlock_doubleFast_noDict_generic() local
111 ip1 = ip + step; in ZSTD_compressBlock_doubleFast_noDict_generic()
113 if (ip1 > ilimit) { in ZSTD_compressBlock_doubleFast_noDict_generic()
160 if (ip1 >= nextStep) { in ZSTD_compressBlock_doubleFast_noDict_generic()
161 PREFETCH_L1(ip1 + 64); in ZSTD_compressBlock_doubleFast_noDict_generic()
162 PREFETCH_L1(ip1 + 128); in ZSTD_compressBlock_doubleFast_noDict_generic()
166 ip = ip1; in ZSTD_compressBlock_doubleFast_noDict_generic()
167 ip1 += step; in ZSTD_compressBlock_doubleFast_noDict_generic()
175 } while (ip1 <= ilimit); in ZSTD_compressBlock_doubleFast_noDict_generic()
190 ip = ip1; in ZSTD_compressBlock_doubleFast_noDict_generic()
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_fast.c61 const BYTE* ip1; in ZSTD_compressBlock_fast_generic() local
74 ip1 = ip0 + 1; in ZSTD_compressBlock_fast_generic()
90 while (ip1 < ilimit) { /* < instead of <=, because check at ip0+2 */ in ZSTD_compressBlock_fast_generic()
95 size_t const h1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_generic()
96 U32 const val1 = MEM_read32(ip1); in ZSTD_compressBlock_fast_generic()
98 U32 const current1 = (U32)(ip1-base); in ZSTD_compressBlock_fast_generic()
113 assert(ip0 + 1 == ip1); in ZSTD_compressBlock_fast_generic()
129 ip0 = ip1; in ZSTD_compressBlock_fast_generic()
136 ip1 += step; in ZSTD_compressBlock_fast_generic()
174 ip1 = ip0 + 1; in ZSTD_compressBlock_fast_generic()
/freebsd/contrib/netbsd-tests/ipf/
H A Dt_pools.sh80 test_case ip1 iptest text text
100 atf_add_test_case ip1
/freebsd/sys/netinet6/
H A Din6_jail.c73 prison_qcmp_v6(const void *ip1, const void *ip2) in prison_qcmp_v6() argument
78 ia6a = (const struct in6_addr *)ip1; in prison_qcmp_v6()
/freebsd/sys/netinet/
H A Din_jail.c73 prison_qcmp_v4(const void *ip1, const void *ip2) in prison_qcmp_v4() argument
82 iaa = ntohl(((const struct in_addr *)ip1)->s_addr); in prison_qcmp_v4()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_ncons.c212 char *ip1 = ossl_ipaddr_to_asc(ip->data, len1); in print_nc_ipadd() local
214 int ret = ip1 != NULL && ip2 != NULL in print_nc_ipadd()
215 && BIO_printf(bp, "IP:%s/%s", ip1, ip2) > 0; in print_nc_ipadd()
217 OPENSSL_free(ip1); in print_nc_ipadd()
/freebsd/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m4631 define({ip1},{local1})
638 ld [out2+256], ip1
658 and local0, ip1, local0
723 and temp1, ip1, temp1
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat6.c1498 ipf_nat6_ip6subtract(i6addr_t *ip1, i6addr_t *ip2) in ipf_nat6_ip6subtract() argument
1506 l1 = *ip1; in ipf_nat6_ip6subtract()
/freebsd/sys/dev/irdma/
H A Dirdma_cm.c3998 irdma_ip_vlan_match(u32 *ip1, u16 vlan_id1, in irdma_ip_vlan_match() argument
4003 !memcmp(ip1, ip2, ipv4 ? 4 : 16); in irdma_ip_vlan_match()