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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.h48 #define test_ndev_flag(nd, flag) test_bit(ND_##flag, (nd)->d_state)
49 #define set_ndev_flag(nd, flag) set_bit(ND_##flag, (nd)->d_state)
50 #define clear_ndev_flag(nd, flag) clear_bit(ND_##flag, (nd)->d_state)
52 #define NDevOpen(nd) test_ndev_flag(nd, Open)
53 #define NDevSetOpen(nd) set_ndev_flag(nd, Ope
[all...]
/haiku/src/libs/mapm/
H A Dmapmfact.c46 * change 'nd' calculation
139 int ii, nmul, ndigits, nd, jj, kk, mm, ct; local
154 nd = ndigits - 20;
192 if (iprod1->m_apm_datalength > nd)
210 nd = ndigits - 20;
/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c446 s2b(const char *s, int nd0, int nd, ULong y9) argument
452 x = (nd + 8) / 9;
473 for (; i < nd; i++)
1128 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1163 for (nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
1164 if (nd < 9)
1166 else if (nd < 16)
1168 nd0 = nd;
1171 if (!nd) {
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCServer.cpp389 ServerNode* nd = _Insert(node); local
390 if (nd != node) {
391 nd->fRefCount++;
395 *_server = nd->fServer;
/haiku/src/bin/unzip/
H A Dinflate.c950 unsigned nd; /* number of distance codes */ local
968 nd = 1 + ((unsigned)b & 0x1f); /* number of distance codes */
973 if (nl > MAXLITLENS || nd > MAXDISTS)
1002 n = nl + nd;
1077 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, G.cpdext, &td, &bd);
1079 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, cpdext, &td, &bd);
H A Dinflatef.c708 unsigned nd; /* number of distance codes */ local
726 nd = 1 + ((unsigned)b & 0x1f); /* number of distance codes */
731 if (nl > MAXLITLENS || nd > MAXDISTS)
760 n = nl + nd;
835 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, G.cpdext, &td, &bd);
837 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, cpdext, &td, &bd);

Completed in 158 milliseconds