Searched refs:diff (Results 251 - 275 of 363) sorted by relevance

<<1112131415

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delfxx-ia64.c2244 unsigned int i, kept, dup, diff, dest, src, len;
2337 for (diff = dup + 1, src++; diff < count; diff++, src++)
2339 if (info [diff].addend != curr)
2343 got_offset = info [diff].got_offset;
2350 info [diff - 1].got_offset = got_offset;
2352 if (diff < count)
2356 prev = info [diff].addend;
2357 got_offset = info [diff]
2238 unsigned int i, kept, dup, diff, dest, src, len; local
[all...]
H A Dcoff-arm.c102 symvalue diff; local
107 diff = reloc_entry->addend;
111 | (((x & howto->src_mask) + diff) & howto->dst_mask))
113 if (diff != 0)
/freebsd-10.0-release/contrib/gcc/
H A Difcvt.c919 HOST_WIDE_INT itrue, ifalse, diff, tmp;
936 diff = trunc_int_for_mode (itrue - ifalse, mode);
942 if (diff == STORE_FLAG_VALUE || diff == -STORE_FLAG_VALUE)
967 diff = trunc_int_for_mode (-diff, mode);
980 if (diff == STORE_FLAG_VALUE || diff == -STORE_FLAG_VALUE)
983 (diff == STORE_FLAG_VALUE
1012 target, GEN_INT (diff), if_inf
916 HOST_WIDE_INT itrue, ifalse, diff, tmp; local
[all...]
/freebsd-10.0-release/sys/netinet/
H A Dsctp_cc_functions.c1972 uint32_t diff = htcp_cong_time(ca); local
1974 if (diff > (uint32_t) hz) {
1975 diff -= hz;
1976 factor = 1 + (10 * diff + ((diff / 2) * (diff / 2) / hz)) / hz;
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c293 ssize_t diff = *ravail - *avail; local
311 *b += diff;
312 *avail -= diff;
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Drevoke.c772 int diff; local
776 &crl->crl.tbsCertList.issuer, &diff);
777 if (ret || diff)
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py221 diff=_("Allows lookup of paths within a dataset,\n\t\t\t\tgiven an object number. Ordinary users need this\n\t\t\t\tin order to use zfs diff"),
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dintegration_test.sh401 <tc id="diff">
405 <so> This test is meant to simulate a diff.</so>
/freebsd-10.0-release/contrib/bmake/
H A Dparse.c633 int diff; local
640 diff = strcmp(str, parseKeywords[cur].name);
642 if (diff == 0) {
644 } else if (diff < 0) {
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c158 /* ### OPTIMIZE: Use from_mergeinfo when diff'ing. */
538 and maybe a diff of property values containing conflict markers.
557 svn_diff_t *diff;
583 /* Pick a suitable base for the conflict diff.
596 /* If any of the property values involved in the diff is binary data,
597 * do not generate a diff. */
608 SVN_ERR(svn_diff_mem_string_diff3(&diff, original, mine, incoming,
610 if (svn_diff_contains_conflicts(diff))
633 SVN_ERR(svn_diff_mem_string_output_merge2(stream, diff,
647 /* If we could not print a conflict diff jus
555 svn_diff_t *diff; local
[all...]
/freebsd-10.0-release/sys/contrib/altq/altq/
H A Daltq_subr.c978 u_int64_t start, end, diff; local
987 diff = (u_int64_t)(tv_end.tv_sec - tv_start.tv_sec) * 1000000
989 if (diff != 0)
990 machclk_freq = (u_int)((end - start) * 1000000 / diff);
/freebsd-10.0-release/sys/kern/
H A Dkern_linker.c880 u_long diff, bestdiff, off; local
886 if (LINKER_SEARCH_SYMBOL(lf, value, &es, &diff) != 0)
888 if (es != 0 && diff < bestdiff) {
890 bestdiff = diff;
/freebsd-10.0-release/contrib/gdtoa/
H A Dstrtodg.c769 delta = diff(bb, bd);
926 rvb = diff(rvb, ab);
H A Ddtoa.c627 delta = diff(S, mhi);
H A Dgdtoa.c625 delta = diff(S, mhi);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.c861 int diff = strcmp(entry_name, name); local
862 if (diff < 0)
/freebsd-10.0-release/sys/pci/
H A Dncr.c5575 u_long dsa, scratcha, diff; local
5598 diff = scratcha - NCB_SCRIPTH_PHYS (np, tryloop);
5600 /* assert ((diff <= MAX_START * 20) && !(diff % 20));*/
5602 if ((diff <= MAX_START * 20) && !(diff % 20)) {
6842 u_long diff; local
6868 diff = (np->disc_phys - np->disc_ref) & 0xff;
6869 np->disc_ref += diff;
6874 np->profile.num_disc += diff;
[all...]
/freebsd-10.0-release/tools/regression/usr.bin/sed/
H A Dmultitest.t93 if diff -c $REGRESS/${TESTNAME} current.out ; then
/freebsd-10.0-release/tools/regression/usr.sbin/etcupdate/
H A Dtests.sh972 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out
977 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out
/freebsd-10.0-release/usr.sbin/crunch/examples/
H A Dreally-big.conf112 progs bc cpio diff diff3 gas gawk grep gzip sdiff sort tar
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_norm.c186 int diff; local
188 if ((diff = a->fr_id - b->fr_id))
189 return (diff);
190 else if ((diff = a->fr_p - b->fr_p))
191 return (diff);
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c2030 int mult, div, diff; local
2034 diff = hcorrection[ichain] - lcorrection[ichain];
2035 bf = 2 * diff * mult / div;
2040 diff = htemperature[ichain] - ltemperature[ichain];
2041 bf = 2 * diff * mult / div;
2046 diff = hvoltage[ichain] - lvoltage[ichain];
2047 bf = 2 * diff * mult / div;
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Di386.c11243 HOST_WIDE_INT diff;
11245 diff = ct - cf;
11286 diff = ct - cf;
11306 diff = ct - cf;
11312 if (diff == 1)
11339 else if (diff == -1 && ct)
11390 if (diff < 0)
11394 diff = -diff;
11435 if (! (diff
11218 HOST_WIDE_INT diff; local
[all...]
/freebsd-10.0-release/contrib/binutils/
H A DMakefile.def46 host_modules= { module= diff; };
428 dependencies = { module=all-diff; on=all-intl; };
429 dependencies = { module=all-diff; on=all-build-texinfo; };
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DIntegersSubsetMapping.h429 void diff(self *LExclude, self *Intersection, self *RExclude, function in class:llvm::IntegersSubsetMapping

Completed in 315 milliseconds

<<1112131415