HomeSort by: relevance | last modified time | path
    Searched refs:remains (Results 1 - 25 of 28) sorted by relevancy

1 2

  /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/usr.bin/make/unit-tests/
escape.exp 65 only one tab should be elided, second tab remains'
67 only one tab should be elided, second tab remains
95 only one tab should be elided, second tab remains'
97 only one tab should be elided, second tab remains
escape.mk 206 only one tab should be elided, second tab remains'
247 only one tab should be elided, second tab remains'
  /src/common/lib/libc/arch/m68k/string/
memcmp.S 93 andl #3,%d0 | what remains
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
hwloop-bits.S 48 # - Hardware clears LT LSB, but LB remains until we lower
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
hwloop-bits.S 48 # - Hardware clears LT LSB, but LB remains until we lower
  /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/sys/arch/sparc/sparc/
bsd_fdintr.s 77 ! assumes %l6 remains unchanged between ASSERT and DEASSERT
101 * assumes %l5 remains unchanged between ASSERT and DEASSERT
  /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
curl.d 258 download of an individual chunk started. Note that parameter "remains" works
260 alias curl_chunk_bgn_callback = c_long function(const(void) *transfer_info, void *ptr, int remains);
272 callback and we are not interested in "remains" parameter too. */
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreihwl/
sqr_basecase.asm 423 jmp L(outer) C loop until a small corner remains
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
sqr_basecase.asm 399 jmp L(outer) C loop until a small corner remains
  /src/external/lgpl3/gmp/dist/mpn/x86_64/k8/
sqr_basecase.asm 43 C addmul_2s loops when perhaps 3x2s respectively a 2x2s 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
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
utf.d 1131 well-formed, then a `UTFException` is thrown and `index` remains
1353 sequence. If an exception is thrown, the `str` itself remains unchanged,
  /src/external/mit/isl/dist/doc/
implementation.tex 807 by $t \ge -b(\vec p)$ while and non-negative value remains non-negative
1408 All that remains is to explain how to check the cyclicity of $R$.
1791 In the first iteration, $R_{00}$ remains the same ($\emptyset^+ = \emptyset$).
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 7443 % hook remains in the body, and when macro is to be expanded the body is
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 7443 % hook remains in the body, and when macro is to be expanded the body is
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 7379 % hook remains in the body, and when macro is to be expanded the body is
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 7381 % hook remains in the body, and when macro is to be expanded the body is
  /src/external/lgpl3/gmp/dist/doc/
texinfo.tex 7443 % hook remains in the body, and when macro is to be expanded the body is
  /src/external/lgpl3/mpc/dist/doc/
texinfo.tex 7443 % hook remains in the body, and when macro is to be expanded the body is
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 8369 % hook remains in the body, and when macro is to be expanded the body is
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 8369 % hook remains in the body, and when macro is to be expanded the body is

Completed in 97 milliseconds

1 2