Searched refs:remainder (Results 26 - 50 of 131) sorted by relevance

123456

/macosx-10.10.1/rsync-45/rsync/
H A Dsender.c85 (double)s->count, (long)s->blength, (long)s->remainder);
90 if (s->remainder)
91 s->flength -= s->blength - s->remainder;
108 if (i == s->count-1 && s->remainder != 0)
109 s->sums[i].len = s->remainder;
H A Dreceiver.c167 if (sum.remainder)
168 sum.flength -= sum.blength - sum.remainder;
214 if (i == (int)sum.count-1 && sum.remainder != 0)
215 len = sum.remainder;
/macosx-10.10.1/sudo-73/src/
H A Dsudoreplay.c430 size_t remainder = nread; local
438 remainder--;
440 while ((ep = memchr(ep + 1, '\n', remainder)) != NULL) {
443 remainder = (size_t)(&buf[nread - 1] - ep);
460 remainder -= linelen;
542 size_t count, remainder, nbytes = 0; local
552 remainder = nbytes - nwritten;
553 if (remainder == 0)
560 if (count == remainder) {
565 if (count > remainder) {
[all...]
/macosx-10.10.1/groff-38/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp73 unsigned char remainder; member in struct:char_info_word
80 unsigned char remainder; member in struct:lig_kern_command
139 i = t->char_info[c - t->bc].remainder;
142 + t->lig_kern[i].remainder);
150 + t->lig_kern[i].remainder];
177 int i = char_info[c1 - bc].remainder;
179 i = 256*lig_kern[i].op_byte + lig_kern[i].remainder;
188 *cp = lig_kern[i].remainder;
350 char_info[i].remainder = *ptr++;
364 lig_kern[i].remainder
[all...]
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_bignum.rb71 assert_equal(7, a.remainder(b))
72 assert_equal(7, a.remainder(-b))
73 assert_equal(-7, (-a).remainder(b))
74 assert_equal(-7, (-a).remainder(-b))
405 assert_equal(0, T32.remainder(1))
406 assert_raise(TypeError) { T32.remainder("foo") }
H A Dtest_float.rb188 assert_equal(3.5, 11.5.remainder(4))
189 assert_equal(3.5, 11.5.remainder(-4))
190 assert_equal(-3.5, (-11.5).remainder(4))
191 assert_equal(-3.5, (-11.5).remainder(-4))
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Ddnssd_clientlib.c252 unsigned long keylen, itemlen, remainder; local
256 remainder = (unsigned long)((txtRec->buffer + txtRec->datalen) - (item + itemlen));
258 memmove(item, item + itemlen, remainder);
/macosx-10.10.1/bc-21/bc/dc/
H A Dnumeric.c124 /* divide two dc_nums, place quotient into *quotient and remainder
125 * into *remainder;
129 dc_divrem DC_DECLARG((a, b, kscale, quotient, remainder))
134 dc_num *remainder DC_DECLEND
137 bc_init_num((bc_num *)remainder);
139 (bc_num *)quotient, (bc_num *)remainder, kscale)){
158 fprintf(stderr, "%s: remainder by zero\n", progname);
176 fprintf(stderr, "%s: remainder by zero\n", progname);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dmath.h83 using std::tr1::remainder;
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/vn/
H A Dvn.c303 u_int32_t remainder; local
311 remainder = block_remainder(offset, blocksize);
314 block_round(resid + remainder, blocksize),
323 this_offset = (off_t)this_block_number * blocksize + remainder;
325 this_resid = this_block_count * blocksize - remainder;
396 u_int32_t remainder; local
404 remainder = block_remainder(offset, blocksize);
405 resid_block_count = block_round(resid + remainder, blocksize);
407 if (remainder > 0
436 shadow_block_number * blocksize + remainder); local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Crypt-OpenSSL-Bignum-0.04/
H A DBignum.xs213 BIGNUM* remainder;
216 croak( "usage: $bn->add( $bn2, $ctx, [, $quotient [, $remainder ] ] )" );
218 remainder = ( items < 5 ) ? BN_new() : sv2bn( ST(4) );
219 checkOpenSslCall( BN_div( quotient, remainder, a, b, ctx ) );
221 ST(1) = ( (items < 5 ) ? proto_obj( remainder ) : ST(4) );
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DStringHasher.h96 bool remainder = length & 1; local
104 if (remainder)
H A DMediaTime.cpp373 int64_t remainder = m_timeValue % m_timeScale; local
374 m_timeValue = newWholePart + (remainder * timeScale) / m_timeScale;
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/demos/
H A Dlibm.tcl82 {double remainder(double, double)}
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkPanedwindow.c300 * This doesn't distribute the remainder pixels as evenly as it could
310 int difference, delta, remainder, pos, i; local
328 remainder = difference % totalWeight;
329 if (remainder < 0) {
331 remainder += totalWeight;
334 delta = remainder = 0;
336 /* ASSERT: 0 <= remainder < totalWeight */
346 if (weight > remainder)
347 weight = remainder;
348 remainder
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDCLCommandPool.cpp149 UInt32 remainder ; local
160 remainder = blockSize - inSize ;
167 allocatedBlock = (DCLCommand*) (foundFreeBlock + remainder) ;
172 if (remainder > 0)
178 CFArraySetValueAtIndex(mFreeBlockSizes, index, (const void*) remainder) ;
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_io.c457 user_ssize_t remainder; local
468 /* subtract requestSize from uio_resid and save remainder */
469 remainder = uio_resid(uiop) - requestsize;
477 uio_setresid(uiop, (uio_resid(uiop) + remainder));
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dpolynomials.tcl387 foreach {quotient remainder} [DivRemPolyn $polyn1 $polyn2] {break}
392 # Divide two polynomials and return the remainder
427 foreach {quotient remainder} [DivRemPolyn $polyn1 $polyn2] {break}
428 return $remainder
432 # Divide two polynomials and return the quotient and remainder
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationkeys.cpp376 int32_t remainder = commonSecondaries % SEC_COMMON_MAX_COUNT; local
379 b = SEC_COMMON_LOW + remainder;
381 b = SEC_COMMON_HIGH - remainder;
384 commonSecondaries -= remainder;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DderiveKey.cpp267 uint8 *remainder = digestOut + toMove; local
275 memmove(ivDataP, remainder, toMove);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cggeometry.py128 slice, remainder = CGRectDivide(rect, None, None, 10, CGRectMinYEdge)
130 self.failUnlessIsInstance(remainder, CGRect)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cggeometry.py128 slice, remainder = CGRectDivide(rect, None, None, 10, CGRectMinYEdge)
130 self.assertIsInstance(remainder, CGRect)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_cggeometry.py128 slice, remainder = CGRectDivide(rect, None, None, 10, CGRectMinYEdge)
130 self.assertIsInstance(remainder, CGRect)
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dlibm.test137 {double remainder(double, double)}
/macosx-10.10.1/apache-793/httpd/modules/metadata/
H A Dmod_headers.c610 const char *remainder; local
625 remainder = value + pmatch[0].rm_eo;
628 remainder = process_regexp(hdr, value + pmatch[0].rm_eo, r);
629 if (remainder == NULL)
631 diffsz += strlen(remainder) - strlen(value + pmatch[0].rm_eo);
636 strcat(ret, remainder);

Completed in 171 milliseconds

123456