| /src/crypto/external/apache2/openssl/dist/test/ |
| v3ext.c | 122 const char *ip1; member in struct:ip_ranges_st 177 ASN1_OCTET_STRING *ip1 = NULL, *ip2 = NULL; local 192 ip1 = a2i_IPADDRESS(ranges[i].ip1); 193 if (!TEST_ptr(ip1)) 195 if (!TEST_true(ip1->length == 4 || ip1->length == 16)) 200 if (!TEST_int_eq(ip2->length, ip1->length)) 202 if (!TEST_true(memcmp(ip1->data, ip2->data, ip1->length) <= 0) 234 ASN1_OCTET_STRING *ip1 = NULL, *ip2 = NULL; local 424 ASN1_OCTET_STRING *ip1[3] = { NULL, NULL }; local [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| v3ext.c | 122 const char *ip1; member in struct:ip_ranges_st 177 ASN1_OCTET_STRING *ip1 = NULL, *ip2 = NULL; local 192 ip1 = a2i_IPADDRESS(ranges[i].ip1); 193 if (!TEST_ptr(ip1)) 195 if (!TEST_true(ip1->length == 4 || ip1->length == 16)) 200 if (!TEST_int_eq(ip2->length, ip1->length)) 202 if (!TEST_true(memcmp(ip1->data, ip2->data, ip1->length) <= 0) 234 ASN1_OCTET_STRING *ip1 = NULL, *ip2 = NULL; local 428 ASN1_OCTET_STRING *ip1[3] = { NULL, NULL }; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| v3ext.c | 122 const char *ip1; member in struct:ip_ranges_st 177 ASN1_OCTET_STRING *ip1 = NULL, *ip2 = NULL; local 192 ip1 = a2i_IPADDRESS(ranges[i].ip1); 193 if (!TEST_ptr(ip1)) 195 if (!TEST_true(ip1->length == 4 || ip1->length == 16)) 200 if (!TEST_int_eq(ip2->length, ip1->length)) 202 if (!TEST_true(memcmp(ip1->data, ip2->data, ip1->length) <= 0) [all...] |
| /src/sbin/clri/ |
| clri.c | 76 struct ufs1_dinode *ip1; local 192 ip1 = &((struct ufs1_dinode *)ibuf) 195 generation = ip1->di_gen + 1; 196 memset(ip1, 0, sizeof(*ip1)); 197 ip1->di_gen = generation;
|
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstd_fast.c | 168 const BYTE* ip1; local 178 size_t hash1; /* hash for ip1 */ 186 /* ip0 and ip1 are always adjacent. The targetLength skipping and 189 * between pairs of positions, from ip0 to ip2 or ip1 to ip3. */ 210 ip1 = ip0 + 1; 219 hash1 = ZSTD_hashPtr(ip1, hlog, mls); 242 * This write is known to be safe because the ip1 is before the 244 hashTable[hash1] = (U32)(ip1 - base); 261 * This write is known to be safe because the ip1 == ip0 + 1, so 262 * we know we will resume searching after ip1 */ 477 const BYTE* ip1 = ip0 + stepSize; \/* we assert below that stepSize >= 1 *\/ local 719 const BYTE* ip1; local [all...] |
| zstd_double_fast.c | 137 size_t hl1; /* the long hash at ip1 */ 140 U32 idxl1; /* the long match index for ip1 */ 144 const BYTE* matchl1; /* the long match for ip1 */ 147 const BYTE* ip1; /* the next position */ local 165 ip1 = ip + step; 167 if (ip1 > ilimit) { 192 hl1 = ZSTD_hashPtr(ip1, hBitsL, 8); 214 if (ip1 >= nextStep) { 215 PREFETCH_L1(ip1 + 64); 216 PREFETCH_L1(ip1 + 128) [all...] |
| /src/external/bsd/zstd/dist/lib/decompress/ |
| huf_decompress_amd64.S | 76 #define ip1 r9 define 142 movq 8(%rax), %ip1 210 /* If (ip1 < ip0) go to exit */ 211 cmpq %ip0, %ip1 214 /* If (ip2 < ip1) go to exit */ 215 cmpq %ip1, %ip2 272 movq %ip1, 0(%rsp) 295 movq 0(%rsp), %ip1 306 movq %ip1, 0(%rsp) 322 movq 0(%rsp), %ip1 [all...] |
| /src/tests/ipf/ |
| t_pools.sh | 80 test_case ip1 iptest text text 100 atf_add_test_case ip1
|
| /src/external/bsd/pcc/dist/pcc/arch/m16c/ |
| order.c | 569 mktailopt(struct interpass *ip1, struct interpass *ip2) 576 p = ip1->ip_node->n_left->n_left; 580 p = ip1->ip_node->n_left; 586 tfree(ip1->ip_node); 590 ip1->type = IP_ASM; 591 ip1->ip_asm = "\tmov.w FB,SP\n\tpop.w FB\n"; 592 pass2_compile(ip1); 598 pass2_compile(ip1);
|
| /src/tests/ipf/expected/ |
| Makefile | 82 ip1 \
|
| /src/external/bsd/zstd/dist/tests/ |
| roundTripCrash.c | 114 const char* ip1 = (const char*)buff1; local 119 if (ip1[pos]!=ip2[pos])
|
| /src/tests/ipf/regress/ |
| Makefile | 84 ip1 \
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| v3_ncons.c | 242 char *ip1 = ossl_ipaddr_to_asc(ip->data, len1); 244 int ret = ip1 != NULL && ip2 != NULL 245 && BIO_printf(bp, "IP:%s/%s", ip1, ip2) > 0; 247 OPENSSL_free(ip1);
|
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| v3_ncons.c | 212 char *ip1 = ossl_ipaddr_to_asc(ip->data, len1); 214 int ret = ip1 != NULL && ip2 != NULL 215 && BIO_printf(bp, "IP:%s/%s", ip1, ip2) > 0; 217 OPENSSL_free(ip1);
|
| /src/sys/dev/i2c/ |
| emcfan.c | 850 int ip1, ip2; local 853 ip1 = 10000 / poles; 855 printf("poles: %d ; ip1: %d\n",poles,ip1); 870 irpm = (ip1 * ip3 * ftach * 60) / 100000000000;
|
| /src/external/bsd/ipf/dist/ |
| ip_nat6.c | 1537 /* result = ip1 - ip2 */ 1539 ipf_nat6_ip6subtract(ip1, ip2) 1540 i6addr_t *ip1, *ip2; 1548 l1 = *ip1;
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| DNSCommon.c | 806 mDNSexport mDNSBool mDNSSameAddress(const mDNSAddr *ip1, const mDNSAddr *ip2) 808 if (ip1->type == ip2->type) 810 switch (ip1->type) 813 case mDNSAddrType_IPv4: return (mDNSBool)(mDNSSameIPv4Address(ip1->ip.v4, ip2->ip.v4)); 814 case mDNSAddrType_IPv6: return (mDNSBool)(mDNSSameIPv6Address(ip1->ip.v6, ip2->ip.v6));
|
| mDNSEmbeddedAPI.h | 3059 extern mDNSBool mDNSSameAddress(const mDNSAddr *ip1, const mDNSAddr *ip2);
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_nat6.c | 1504 /* result = ip1 - ip2 */ 1506 ipf_nat6_ip6subtract(i6addr_t *ip1, i6addr_t *ip2) 1513 l1 = *ip1;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-aarch64.c | 9072 REGDEF_ALIAS (ip1, 17, R_64), REGDEF_ALIAS (IP1, 17, R_64),
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-aarch64.c | 8964 REGDEF_ALIAS (ip1, 17, R_64), REGDEF_ALIAS (IP1, 17, R_64),
|