Searched refs:remains (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Deq.c85 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])))
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/adjtimed/
H A Dadjtimed.c75 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
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/m68k/string/
H A Dmemcmp.S80 andl #3,%d0 | what remains
/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs_vnops.c571 size_t remains; local
587 remains = sizeof(cde->d_name) - 1;
590 sz = (*ntmp->ntm_wput)(fname, remains,
593 remains -= sz;
H A Dntfs_subr.c1694 size_t remains = tocopy; local
1695 for(; remains; remains--)
1844 size_t remains = tocopy; local
1845 for(; remains; remains--)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_prime.pl25 # * Copyright remains Eric Young's, and as such any Copyright notices in
48 * Copyright remains Eric Young's, and as such any Copyright notices in
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dadd_cr.pl80 * Copyright remains Eric Young's, and as such any Copyright notices in
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dkeysets.pl70 * Copyright remains Eric Young's, and as such any Copyright notices in
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobj_dat.pl192 * Copyright remains Eric Young's, and as such any Copyright notices in
H A Dobjects.pl143 * Copyright remains Eric Young's, and as such any Copyright notices in
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dbsd_fdintr.s77 ! assumes %l6 remains unchanged between ASSERT and DEASSERT
101 * assumes %l5 remains unchanged between ASSERT and DEASSERT
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dregexec.c3649 bitset remains;
3669 not_subset |= remains[k] = ~accepts[k] & dests_ch[j][k];
3674 new group state, which has the `remains'. */
3677 bitset_copy (dests_ch[ndests], remains);
3645 bitset remains; local
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.tex2789 move $ty$ downards so the equality remains valid. The $iy$ variable is the number of iterations until
5203 the table of precomputed powers of $G$ remains relatively small.
5346 $x$ and $y$ by $j = \lfloor (\beta / 2) / x_n \rfloor$ the quotient remains unchanged and the remainder is simply $j$ times the original

Completed in 234 milliseconds