Searched refs:n2 (Results 51 - 75 of 219) sorted by relevance

123456789

/freebsd-current/lib/msun/ld80/
H A Ds_expl.c163 int k, n, n2; local
220 /* Reduce x to (k*ln2 + endpoint[n2] + r1 + r2). */
223 n2 = (unsigned)n % INTERVALS;
236 * expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2).
241 t = (long double)tbl[n2].lo + tbl[n2].hi;
244 t = SUM2P(tbl[n2].hi - 1, tbl[n2].lo * (r1 + 1) + t * q +
245 tbl[n2]
[all...]
/freebsd-current/contrib/pjdfstest/tests/chmod/
H A D04.t18 n2=`namegen`
27 expect 0 symlink ${n2} ${n0}/${n1}
/freebsd-current/contrib/pjdfstest/tests/chown/
H A D04.t14 n2=`namegen`
21 expect 0 symlink ${n2} ${n0}/${n1}
/freebsd-current/contrib/googletest/googletest/samples/
H A Dsample3_unittest.cc99 for (const QueueNode<int>*n1 = q->Head(), *n2 = new_q->Head();
100 n1 != nullptr; n1 = n1->next(), n2 = n2->next()) {
101 EXPECT_EQ(2 * n1->element(), n2->element());
/freebsd-current/crypto/openssl/ms/
H A Dcmp.pl21 $n2=sysread(IN1,$b2,4096);
23 last if ($n1 != $n2);
/freebsd-current/contrib/pjdfstest/tests/rename/
H A D07.t29 n2=`namegen`
39 expect EPERM rename ${n0}/${n1} ${n2}
41 expect ENOENT rename ${n2} ${n0}/${n1}
56 expect 0 rename ${n0}/${n1} ${n2}
57 expect 0 rename ${n2} ${n0}/${n1}
H A D15.t16 n2=`namegen`
25 expect EXDEV rename ${n0}/${n1} ${n2}
H A D00.t14 n2=`namegen`
31 expect 0 rename ${n1} ${n2}
34 expect ${type},${inode},0644,2 lstat ${n2} type,inode,mode,nlink
36 expect 0 unlink ${n2}
54 expect 0 rename ${n1} ${n2}
57 expect symlink,${sinode} lstat ${n2} type,inode
59 expect 0 unlink ${n2}
/freebsd-current/usr.bin/comm/
H A Dcomm.c63 ssize_t n1, n2; local
110 n1 = n2 = -1;
123 n2 = getline(&line2, &line2len, fp2);
124 if (n2 < 0 && ferror(fp2))
126 if (n2 > 0 && line2[n2 - 1] == '\n')
127 line2[n2 - 1] = '\0';
132 if (n2 >= 0)
136 if (n2 < 0) {
/freebsd-current/lib/libc/tests/sys/
H A Dqueue_test.c46 } *n1, *n2, *n3, *np; local
84 n2 = malloc(sizeof(struct entry));
85 ATF_REQUIRE(n2 != NULL);
86 n2->i = i++;
88 SLIST_INSERT_AFTER(n1, n2, entries);
94 SLIST_INSERT_AFTER(n2, n3, entries);
113 ATF_REQUIRE_EQ(SLIST_FIRST(&head), n2); local
127 SLIST_REMOVE_AFTER(n2, entries);
140 ATF_REQUIRE_EQ(SLIST_FIRST(&head), n2); local
157 } *n1, *n2, *n local
[all...]
/freebsd-current/lib/msun/ld128/
H A Ds_expl.c205 int k, n, n2; local
266 /* Reduce x to (k*ln2 + endpoint[n2] + r1 + r2). */
269 n2 = (unsigned)n % INTERVALS;
282 * expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2).
288 t = tbl[n2].lo + tbl[n2].hi;
291 t = SUM2P(tbl[n2].hi - 1, tbl[n2].lo * (r1 + 1) + t * q +
292 tbl[n2]
[all...]
/freebsd-current/crypto/openssl/crypto/idea/
H A Di_skey.c93 long n1, n2, q, r, b1, b2, t; local
99 n2 = xin;
104 r = (n1 % n2);
105 q = (n1 - r) / n2;
110 n1 = n2;
111 n2 = r;
/freebsd-current/contrib/pjdfstest/tests/granular/
H A D04.t15 n2=`namegen`
17 expect 0 mkdir ${n2} 0755
19 cd ${n2}
46 expect 0 rmdir ${n2}
/freebsd-current/contrib/pjdfstest/tests/rmdir/
H A D11.t14 n2=`namegen`
16 expect 0 mkdir ${n2} 0755
18 cd ${n2}
58 expect 0 rmdir ${n2}
/freebsd-current/contrib/pjdfstest/tests/unlink/
H A D11.t14 n2=`namegen`
16 expect 0 mkdir ${n2} 0755
18 cd ${n2}
64 expect 0 rmdir ${n2}
/freebsd-current/contrib/pjdfstest/tests/link/
H A D00.t14 n2=`namegen`
29 expect 0 link ${n1} ${n2}
32 expect ${type},3 lstat ${n2} type,nlink
39 expect ${type},0201,3,65534,65533 lstat ${n2} type,mode,nlink,uid,gid
44 expect ${type},0201,2,65534,65533 lstat ${n2} type,mode,nlink,uid,gid
46 expect 0 unlink ${n2}
49 expect ENOENT lstat ${n2} type,mode,nlink,uid,gid
54 expect ENOENT lstat ${n2} type,mode,nlink,uid,gid
H A D05.t16 n2=`namegen`
33 expect EMLINK link ${n0}/${n1} ${n0}/${n2}
H A D11.t12 n2=`namegen`
38 expect EPERM -u 65534 -g 65534 link ${n1} ${n2}
H A D15.t16 n2=`namegen`
31 expect ENOSPC link ${n0}/${n1} ${n0}/${n2}
/freebsd-current/tools/test/stress2/misc/
H A Dposix_fadvise.sh40 n2=`vmstat -m | grep fadvise | awk '{print $2 + 0}'`
41 if [ $((n2 - n1)) -gt 10 ]; then
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_instr.c73 int n2; local
75 n2 = getcchar(cell, 0, 0, 0, 0);
76 if (n2 > 0
77 && (wch = typeCalloc(wchar_t, (unsigned) n2 + 1)) != 0) {
/freebsd-current/tools/regression/geom/ConfCmp/
H A DConfCmp.c276 static int compare_node2(struct node *n1, struct node *n2, int in);
279 compare_node(struct node *n1, struct node *n2, int in) argument
284 i = strcmp(n1->name, n2->name);
287 if (n1->id && n2->id)
288 i = refcmp(n1->id, n2->id);
289 else if (n1->id || n2->id)
293 if (n1->ref && n2->ref)
294 i = refcmp(n1->ref, n2->ref);
295 else if (n1->ref || n2->ref)
300 i = refcmp(sbuf_data(n1->cont), sbuf_data(n2
334 compare_node2(struct node *n1, struct node *n2, int in) argument
[all...]
/freebsd-current/sbin/ipf/ipfsync/
H A Dipsyncm.c59 int nfd = -1, lfd = -1, n1, n2, n3, len; local
203 n2 = sizeof(*sh) + len;
204 n3 = write(nfd, buff, n2);
211 if (n3 != n2) {
213 n3, n2);
226 inbuf -= n2;
228 bcopy(buff+n2, buff, inbuf);
/freebsd-current/crypto/openssl/test/testutil/
H A Dformat_output.c49 size_t n1, n2, i; local
72 n1 = n2 = 0;
79 b2[n2 = l2 > width ? width : l2] = 0;
80 for (i = 0; i < n2; i++)
85 if (n1 > 0 && n2 > 0) {
86 const size_t j = n1 < n2 ? n1 : n2;
97 if (n1 == n2 && !diff) {
98 test_printf_stderr("%4u: '%s'\n", cnt, n2 > n1 ? b2 : b1);
106 else if (n2 >
275 size_t l1, l2, n1, n2, i, len; local
434 size_t n1, n2, i; local
[all...]
/freebsd-current/contrib/ofed/libibumad/
H A Dsysfs.c162 size_t n1, n2; local
193 n2 = sizeof(name2);
194 if (sysctl(lsname, n1, name2, &n2, 0, 0) < 0) {
199 n2 /= sizeof(int);
200 if (n2 < oidlen)
207 memcpy(chname + 2, name2, n2 * sizeof(int));
208 memcpy(lsname + 2, name2, n2 * sizeof(int));
209 n1 = 2 + n2;
216 if (n2 > oidlen + 1) {
222 if (sysctl(chname, n2
[all...]

Completed in 161 milliseconds

123456789