HomeSort by: relevance | last modified time | path
    Searched defs:remains (Results 1 - 5 of 5) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
eq.c 85 unsigned long remains = n_bits - (vsize * GMP_NUMB_BITS); local
87 while (k >= 0 && remains >= GMP_NUMB_BITS && !up[k])
90 remains -= GMP_NUMB_BITS;
93 or remains < GMP_NUMB_BITS: check high bits from up[k]
95 if (k >= 0 && (((remains < GMP_NUMB_BITS) &&
96 (up[k] >> (GMP_NUMB_BITS - remains))) ||
97 (remains >= GMP_NUMB_BITS && up[k])))
  /src/external/bsd/ntp/dist/adjtimed/
adjtimed.c 75 struct timeval remains; local
231 AdjustClockRate(&msg.msgb.tv, &remains);
234 msg.msgb.tv = remains;
245 if (remains.tv_sec + remains.tv_usec != 0L) {
248 tvtod(remains));
252 tvtod(remains));
282 struct itimerval period, remains; local
332 setitimer(ITIMER_REAL, &period, &remains);
337 dt = ((remains.it_value.tv_sec * MILLION) + remains.it_value.tv_usec)
    [all...]
  /src/sys/fs/ntfs/
ntfs_vnops.c 577 size_t remains; local
593 remains = sizeof(cde->d_name) - 1;
596 sz = (*ntmp->ntm_wput)(fname, remains,
599 remains -= sz;
ntfs_subr.c 1449 size_t remains = tocopy; local
1450 for (; remains; remains--)
1586 size_t remains = tocopy; local
1587 for (; remains; remains--)
  /src/external/gpl2/xcvs/dist/lib/
regexec.c 3652 bitset remains;
3672 not_subset |= remains[k] = ~accepts[k] & dests_ch[j][k];
3677 new group state, which has the `remains'. */
3680 bitset_copy (dests_ch[ndests], remains);
3648 bitset remains; local

Completed in 29 milliseconds