Searched refs:nd (Results 1 - 23 of 23) sorted by relevance

/barrelfish-master/lib/gdtoa/
H A Dsmisc.c37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9;
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
46 x = (nd + 8) / 9;
67 for(; i < nd; i++)
H A Dstrtod.c96 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
208 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
209 if (nd < 9)
211 else if (nd < 16)
213 nd0 = nd;
226 if (!nd) {
243 if (nd++ < 9)
245 else if (nd <= DBL_DIG + 1)
247 if (nd
[all...]
H A Dstrtodg.c327 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
407 for(decpt = nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
408 if (nd < 9)
410 else if (nd < 16)
412 nd0 = nd;
425 if (!nd) {
442 if (nd++ < 9)
444 else if (nd <= DBL_DIG + 1)
446 if (nd
[all...]
/barrelfish-master/lib/libc/net/
H A Dgetnetnamadr.c404 struct netdata *nd; local
408 if ((nd = __netdata_init()) == NULL)
410 if (getnetbyname_r(name, &nd->net, nd->data, sizeof(nd->data), &rval,
419 struct netdata *nd; local
423 if ((nd = __netdata_init()) == NULL)
425 if (getnetbyaddr_r(addr, af, &nd->net, nd->data, sizeof(nd
[all...]
H A Dgetnetbyht.c178 struct netdata *nd; local
182 if ((nd = __netdata_init()) == NULL)
184 if (getnetent_r(&nd->net, nd->data, sizeof(nd->data), &rval,
H A Dgetaddrinfo.c1671 struct in6_ndireq nd; local
1676 memset(&nd, 0, sizeof(nd));
1677 strlcpy(nd.ifname, name, sizeof(nd.ifname));
1678 if (_ioctl(fd, SIOCGIFINFO_IN6, &nd) < 0) {
1683 return ((nd.ndi.flags & ND6_IFF_IFDISABLED) != 0);
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dcm.c380 struct rb_node *nd; local
412 nd = rb_first(sl_id_map);
413 while (nd) {
415 rb_entry(nd, struct id_map_entry, node);
416 nd = rb_next(nd);
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dppc64-mont.pl132 $na="f4"; $nb="f5"; $nc="f6"; $nd="f7";
279 lfd $nd,`$FRAME+56`($sp)
295 fcfid $nd,$nd
352 fmadd $T1b,$N0,$nd,$T1b
354 fmadd $T2b,$N1,$nd,$T2b
356 fmadd $T3b,$N2,$nd,$T3b
358 fmadd $dotb,$N3,$nd,$dotb
470 fmadd $T1b,$N0,$nd,$T1b
473 fmadd $T2b,$N1,$nd,
[all...]
H A Dsparcv9a-mont.pl110 $na="%f8"; $nb="%f10"; $nc="%f12"; $nd="%f14";
220 ldda [%sp+$bias+$frame+0]%asi,$nd
230 fxtod $nd,$nd
241 fmuld $nlo,$nd,$nlod
253 fmuld $nhi,$nd,$nhid
311 fmuld $nlo,$nd,$nlod
336 fmuld $nhi,$nd,$nhid
399 fmuld $nlo,$nd,$nlod
422 fmuld $nhi,$nd,
[all...]
/barrelfish-master/tools/
H A Dqemu-wrapper.sh139 if test "$ROOT" != "(nd)"; then
143 if test "$ROOT" != "(nd)"; then
150 if test "$ROOT" != "(nd)"; then
/barrelfish-master/lib/cxx/cxx/
H A Ddebug.cpp556 for (__i_node* nd = __ibeg_[h]; nd != nullptr; nd = nd->__next_)
558 if (nd->__i_ == __i)
560 r = nd;
/barrelfish-master/usr/eclipseclp/Opium/demo/
H A Dsimplify.pl19 There is a clause missing which matches 2nd parameter = []. \n \
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_div.c70 int i,nm,nd;
97 nd=BN_num_bits(d);
108 if (!BN_lshift(D,D,nm-nd)) goto end;
109 for (i=nm-nd; i>=0; i--)
/barrelfish-master/usr/eclipseclp/Contrib/
H A Darrays.pl21 % Updating the 2nd element to a 5 for example would make the array into
/barrelfish-master/include/vm/
H A Dswap_pager.c2032 struct nameidata nd; local
2050 NDINIT(&nd, LOOKUP, ISOPEN | FOLLOW | AUDITVNODE1, UIO_USERSPACE,
2052 error = namei(&nd);
2056 NDFREE(&nd, NDF_ONLY_PNBUF);
2057 vp = nd.ni_vp;
2196 struct nameidata nd; local
2206 NDINIT(&nd, LOOKUP, FOLLOW | AUDITVNODE1, UIO_USERSPACE, uap->name,
2208 error = namei(&nd);
2211 NDFREE(&nd, NDF_ONLY_PNBUF);
2212 vp = nd
[all...]
/barrelfish-master/doc/018-Practical-guide/
H A Dreadme.tex199 root~~~~(nd)\\
H A DhelloWorldApp.tex404 root (nd)
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha512-ia64.pl124 input=r48; // 2nd arg
141 { .mmi; $ADDP input=0,r33 // 2nd arg
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Denvironment.pl791 % 2nd arg is either `full' or `match'; `full' is if a `full' specification
H A Dbranch_and_bound.pl588 fail % to undo the call-effect and succeed with 2nd clause
/barrelfish-master/doc/013-capability-mgmt/
H A Dtype_system.tex145 \arg 2nd cap-dependent parameter.
/barrelfish-master/usr/eclipseclp/documents/applications/
H A Dtutorial.tex1245 The second argument of {\it group\_lp} serves as an accumulator\index{accumulator} to collect items with the same key. As long as the next item uses the same key, it is put into this accumulator (2nd clause). If the remaining list is empty (1st clause) or it starts with an element of a different key (3rd clause), the accumulated list is put into the output list.
/barrelfish-master/lib/tommath/
H A Dtommath.tex932 padded upwards to 2nd multiple of \textbf{MP\_PREC} larger than \textbf{alloc} (line 25). The XREALLOC function is used
5249 for the package. The subsequent section discusses a set of algorithms which allow a single digit to be the 2nd operand for a variety of operations.

Completed in 360 milliseconds