Searched refs:n1 (Results 276 - 300 of 313) sorted by relevance

<<111213

/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c120 sfs_node_t *n1 = vp->v_data; local
124 equal = n1->sn_id == n2->sn_id &&
125 n1->sn_parent_id == n2->sn_parent_id;
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_nat.c8244 /* Parameters: n1(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,
8264 n1->in_size - offsetof(ipnat_t, in_tuc)) != 0)
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,
8271 sizeof(n1
[all...]
/freebsd-current/contrib/one-true-awk/
H A Drun.c1603 int n1, n2; local
1608 n1 = strlen(getsval(x));
1609 adjbuf(&s, &ssz, n1 + 1, recsize, 0, "cat1");
1610 memcpy(s, x->sval, n1);
1616 adjbuf(&s, &ssz, n1 + n2 + 1, recsize, 0, "cat2");
1617 memcpy(s + n1, y->sval, n2);
1618 s[n1 + n2] = '\0';
/freebsd-current/sys/net/
H A Dbpf.c2895 int error, n, n1; local
2900 n1 = 0;
2903 n1++;
2906 bfl->bfl_len = n1;
2909 if (n1 > bfl->bfl_len)
2912 lst = malloc(n1 * sizeof(u_int), M_TEMP, M_WAITOK);
/freebsd-current/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y477 numeric_or(char *n1, char *n2)
482 i1 = strtoul(n1, NULL, 10);
491 i1, n1, i2, n2, result, ret);
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c629 int const n1 = (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/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c1010 unsigned n0, n1; local
1026 n1 = (p->MinContext->NumStats + 2) >> 1;
1027 if (n0 != n1)
1028 p->MinContext->Stats = STATS_REF(ShrinkUnits(p, stats, n0, n1));
H A Darchive_match.c1304 cmp_node_mbs(const struct archive_rb_node *n1, argument
1307 struct match_file *f1 = (struct match_file *)(uintptr_t)n1;
1333 cmp_node_wcs(const struct archive_rb_node *n1, argument
1336 struct match_file *f1 = (struct match_file *)(uintptr_t)n1;
H A Darchive_write_set_format_xar.c1927 file_cmp_node(const struct archive_rb_node *n1, argument
1930 const struct file *f1 = (const struct file *)n1;
2529 file_hd_cmp_node(const struct archive_rb_node *n1, argument
2532 const struct hardlink *h1 = (const struct hardlink *)n1;
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh352 atf_check -s exit:0 -o inline:'11\n7\n18\n4\n1\n' -e empty \
/freebsd-current/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h389 LUA_API void (lua_upvaluejoin) (lua_State *L, int fidx1, int n1,
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc123 const NotCopyable n1(1), n2(2);
124 EXPECT_TRUE(m.Matches(n1));
132 NotCopyable n1(1), n2(2);
133 EXPECT_FALSE(m.Matches(n1));
/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/usr.sbin/rpc.lockd/
H A Dlockd_lock.c178 int same_netobj(const netobj *n0, const netobj *n1);
653 same_netobj(const netobj *n0, const netobj *n1) argument
661 if (n0->n_len == n1->n_len) {
663 retval = !bcmp(n0->n_bytes, n1->n_bytes, n0->n_len);
/freebsd-current/contrib/bc/src/
H A Dnum.c1772 BcBigDig n1, dividend, quotient; local
1776 n1 = (BcBigDig) n[len];
1777 dividend = n1 * BC_BASE_POW + (BcBigDig) n[len - 1];
3056 BcNum* n1; local
3258 n1 = &flen1;
3265 while ((idigits = bc_num_intDigits(n1)) <= n->scale)
3291 bc_num_mulArray(n1, base, n2);
3296 temp = n1;
3297 n1 = n2;
/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/crypto/openssh/contrib/cygwin/
H A Dssh-host-config619 /usr/bin/id -Gnz | xargs -0n1 echo " "
/freebsd-current/contrib/expat/xmlwf/
H A Dxmlwf.c239 fputts(T("n1:"), fp);
241 fputts(T(" xmlns:n1"), fp);
282 fputts(T("n1:"), fp);
374 const NotationList *const n1 = *(const NotationList *const *)a; local
377 return xcscmp(n1->notationName, n2->notationName);
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dmain.c888 int n1, n2; local
900 n1 = (int)fread(buff1, 1, sizeof(buff1), f1);
902 if (n1 != n2)
904 if (n1 == 0 && n2 == 0) {
909 if (memcmp(buff1, buff2, n1) != 0)
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl135 $n1="r20";
322 mr $n1,$n0
327 lwz $n0,0($n1) ; pull n0[0,1] value
328 lwz $n1,4($n1)
349 mullw $t3,$t4,$n1
967 mullw $t3,$t4,$n1
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c1207 char n1[DT_TYPE_NAMELEN]; local
1253 dt_node_type_name(lproto, n1, sizeof (n1)), rid->di_name,
/freebsd-current/contrib/lua/src/
H A Dlua.h465 LUA_API void (lua_upvaluejoin) (lua_State *L, int fidx1, int n1,
H A Dlvm.c924 lua_Number n1; lua_Number n2; \
925 if (tonumberns(v1, n1) && tonumberns(v2, n2)) { \
926 pc++; setfltvalue(s2v(ra), fop(L, n1, n2)); \
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_main.c1044 int n1, n2; local
1056 n1 = (int)fread(buff1, 1, sizeof(buff1), f1);
1058 if (n1 != n2)
1060 if (n1 == 0 && n2 == 0) {
1065 if (memcmp(buff1, buff2, n1) != 0)
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlapi.c1274 LUA_API void lua_upvaluejoin (lua_State *L, int fidx1, int n1, argument
1277 UpVal **up1 = getupvalref(L, fidx1, n1, &f1);

Completed in 446 milliseconds

<<111213