Searched refs:n2 (Results 176 - 200 of 219) sorted by relevance

123456789

/freebsd-current/contrib/netcat/
H A Dnetcat.c1053 ssize_t n = *bufpos, n2 = 0; local
1072 n2 = write_wrapper(fd, "\r\n", 2);
1073 if (n2 <= 0)
1074 return n2;
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c373 int const n2 = (huffNode[lowS].count < huffNode[lowN].count) ? lowS-- : lowN++; local
374 huffNode[nodeNb].count = huffNode[n1].count + huffNode[n2].count;
375 huffNode[n1].parent = huffNode[n2].parent = (U16)nodeNb;
/freebsd-current/usr.sbin/autofs/
H A Dcommon.c288 struct node *n, *n2, *tmp, *tmp2, *tmproot; local
324 TAILQ_FOREACH_REVERSE_SAFE(n2,
326 node_move_after(n2, n);
/freebsd-current/usr.sbin/bhyve/
H A Drfb.c798 int64_t n1, n2; local
800 n2 = prev->tv_sec * 1000000 + prev->tv_usec;
801 return (n1 - n2);
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c121 sfs_node_t *n2 = arg; local
124 equal = n1->sn_id == n2->sn_id &&
125 n1->sn_parent_id == n2->sn_parent_id;
/freebsd-current/contrib/ntp/util/
H A Dntp-keygen.c2156 int n2, /* arg 2 */
2163 fprintf(stderr, "%s %d %d %lu\r", (char *)chr, n1, n2,
2169 n2, d1);
2174 n1, n2, d2);
2179 (char *)chr, n1, n2, d3);
2154 cb( int n1, int n2, void *chr ) argument
/freebsd-current/sys/net/
H A Dif_vlan.c492 int hwidth2, i, j, n, n2; local
505 n2 = 1 << hwidth2;
510 hash2 = malloc(sizeof(struct ifvlanhead) * n2, M_VLAN, M_WAITOK);
516 for (j = 0; j < n2; j++)
521 j = HASH(ifv->ifv_vid, n2 - 1);
528 trunk->hmask = n2 - 1;
532 "VLAN hash table resized from %d to %d buckets\n", n, n2);
/freebsd-current/sys/kern/
H A Dvfs_cache.c2471 struct namecache *ncp, *n2, *ndd; local
2551 CK_SLIST_FOREACH(n2, ncpp, nc_hash) {
2552 if (n2->nc_dvp == dvp &&
2553 n2->nc_nlen == cnp->cn_namelen &&
2554 !bcmp(n2->nc_name, cnp->cn_nameptr, n2->nc_nlen)) {
2555 MPASS(cache_ncp_canuse(n2));
2556 if ((n2->nc_flag & NCF_NEGATIVE) != 0)
2561 KASSERT(n2->nc_vp == vp,
2563 __func__, n2
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y477 numeric_or(char *n1, char *n2)
483 i2 = strtoul(n2, NULL, 10);
491 i1, n1, i2, n2, result, ret);
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c630 int const n2 = (huffNode[lowS].count < huffNode[lowN].count) ? lowS-- : lowN++; local
631 huffNode[nodeNb].count = huffNode[n1].count + huffNode[n2].count;
632 huffNode[n1].parent = huffNode[n2].parent = (U16)nodeNb;
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dhost_controller_baseband.c966 int n0, n1, n2; local
971 if (sscanf(argv[0], "%x:%x:%x", &n2, &n1, &n0) != 3)
976 cp.uclass[2] = (n2 & 0xff);
/freebsd-current/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1032 netbufcmp(struct netbuf *n1, struct netbuf *n2) argument
1034 return ((n1->len != n2->len) || memcmp(n1->buf, n2->buf, n1->len));
/freebsd-current/usr.bin/xinstall/
H A Dxinstall.c1098 int n1, n2; local
1127 n2 = read(to_fd, buf2, n1);
1128 if (n2 == n1)
/freebsd-current/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h390 int fidx2, int n2);
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc123 const NotCopyable n1(1), n2(2);
125 EXPECT_FALSE(m.Matches(n2));
132 NotCopyable n1(1), n2(2);
134 EXPECT_TRUE(m.Matches(n2));
/freebsd-current/sys/powerpc/ps3/
H A Dps3-hvcall.h80 int lv1_get_repository_node_value(uint64_t lpar_id, uint64_t n1, uint64_t n2, uint64_t n3, uint64_t n4, uint64_t *v1, uint64_t *v2);
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_nat.c8245 /* n2(I) - first rule to compare */
8254 ipf_nat_cmp_rules(ipnat_t *n1, ipnat_t *n2) argument
8256 if (n1->in_size != n2->in_size)
8259 if (bcmp((char *)&n1->in_v, (char *)&n2->in_v,
8263 if (bcmp((char *)&n1->in_tuc, (char *)&n2->in_tuc,
8266 if (n1->in_ndst.na_atype != n2->in_ndst.na_atype)
8268 if (n1->in_ndst.na_function != n2->in_ndst.na_function)
8270 if (bcmp((char *)&n1->in_ndst.na_addr, (char *)&n2->in_ndst.na_addr,
8273 if (n1->in_nsrc.na_atype != n2->in_nsrc.na_atype)
8275 if (n1->in_nsrc.na_function != n2
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_match.c1305 const struct archive_rb_node *n2)
1308 struct match_file *f2 = (struct match_file *)(uintptr_t)n2;
1334 const struct archive_rb_node *n2)
1337 struct match_file *f2 = (struct match_file *)(uintptr_t)n2;
1304 cmp_node_mbs(const struct archive_rb_node *n1, const struct archive_rb_node *n2) argument
1333 cmp_node_wcs(const struct archive_rb_node *n1, const struct archive_rb_node *n2) argument
/freebsd-current/contrib/libucl/src/
H A Ducl_schema.c439 ucl_schema_elt_compare (struct ucl_compare_node *n1, struct ucl_compare_node *n2) argument
441 const ucl_object_t *o1 = n1->obj, *o2 = n2->obj;
/freebsd-current/contrib/expat/xmlwf/
H A Dxmlwf.c375 const NotationList *const n2 = *(const NotationList *const *)b; local
377 return xcscmp(n1->notationName, n2->notationName);
/freebsd-current/contrib/bearssl/src/x509/
H A Dx509_minimal.c1462 size_t n1, n2; local
1469 n2 = CTX->pad[0];
1470 if (n1 == n2 && eqnocase(&CTX->pad[1], CTX->server_name, n1)) {
1474 if (n2 >= 2 && CTX->pad[1] == '*' && CTX->pad[2] == '.') {
1483 if ((n2 - 2) == n1
/freebsd-current/contrib/one-true-awk/
H A Drun.c1603 int n1, n2; local
1615 n2 = strlen(getsval(y));
1616 adjbuf(&s, &ssz, n1 + n2 + 1, recsize, 0, "cat2");
1617 memcpy(s + n1, y->sval, n2);
1618 s[n1 + n2] = '\0';
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c1208 char n2[DT_TYPE_NAMELEN]; local
1254 argn, dt_node_type_name(rproto, n2, sizeof (n2)));
/freebsd-current/contrib/sqlite3/
H A Dshell.c3511 int n2 = sqlite3_column_bytes(pStmt, i); local
3513 sha3_step_vformat(&cx,"T%d:",n2);
3514 SHA3Update(&cx, z2, n2);
3518 int n2 = sqlite3_column_bytes(pStmt, i); local
3520 sha3_step_vformat(&cx,"B%d:",n2);
3521 SHA3Update(&cx, z2, n2);
26699 int n2, i; local
26734 n2 = strlen30(zCmd);
26736 if( cli_strncmp(zCmd, aCtrl[i].zCtrlName, n2)==0 ){
27364 int i, n2; local
27456 int i, n2; local
28927 int n2 = nAlloc*2 + 10; local
29020 int i, n2; local
[all...]
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dmain.c888 int n1, n2; local
901 n2 = (int)fread(buff2, 1, sizeof(buff2), f2);
902 if (n1 != n2)
904 if (n1 == 0 && n2 == 0) {

Completed in 574 milliseconds

123456789