Searched refs:diffs (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/share/doc/usd/18.msdiffs/
H A DMakefile5 SRCS= ms.diffs
/freebsd-10.0-release/contrib/top/
H A Dutils.c265 * percentages(cnt, out, new, old, diffs) - calculate percentage change
267 * "cnt" is size of each array and "diffs" is used for scratch space.
273 long percentages(cnt, out, new, old, diffs)
279 long *diffs;
290 dp = diffs;
318 *out++ = (int)((*diffs++ * 1000 + half_total) / total_change);
/freebsd-10.0-release/contrib/jemalloc/
H A DFREEBSD-upgrade27 # Fix patch conflicts as necessary, then regenerate diffs to update line
41 # diffs applied.
71 # Apply diffs before generating files.
72 patch -p1 < "${src}/FREEBSD-diffs"
83 (cd ${work}; git add -A; git diff --cached) > FREEBSD-diffs
114 rediff) # Regenerate diffs based on working tree.
/freebsd-10.0-release/contrib/ee/
H A Dcreate.make285 diffs="`cmp make.lcl.old make.local`"
286 if [ -n "${diffs}" ]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptions.h333 OptionsSetDiff (const OptionSet &set_a, const OptionSet &set_b, OptionSet &diffs);
/freebsd-10.0-release/contrib/ntp/clockstuff/
H A Dchutest.c270 static struct timeval diffs[10] = { 0 }; local
304 diffs[chudata.ncodechars] = diff;
319 diffs[i].tv_sec, diffs[i].tv_usec);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp90 Options::OptionsSetDiff (const OptionSet& set_a, const OptionSet& set_b, OptionSet& diffs) argument
102 diffs.insert(*pos_a);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c189 property diffs in LIST, received from the server. */ argument
192 apr_array_header_t **diffs)
196 *diffs = apr_array_make(pool, list->nelts, sizeof(svn_prop_t));
205 _("Prop diffs element not a list"));
206 prop = apr_array_push(*diffs);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c761 apr_array_header_t *diffs; local
763 SVN_ERR(svn_prop_diffs(&diffs, new_actual_props, base_props,
766 if (diffs->nelts == 0)
1032 apr_array_header_t *diffs; local
1034 SVN_ERR(svn_prop_diffs(&diffs, new_actual_props, base_props,
1037 if (diffs->nelts == 0)
12480 apr_array_header_t *diffs; local
12482 SVN_ERR(svn_prop_diffs(&diffs, working_props, base_props, scratch_pool));
12484 if (diffs->nelts == 0)
/freebsd-10.0-release/contrib/ipfilter/
H A DHISTORY1414 Attempt to use in_proto.c.diff, not "..diffs" for SunOS4 - David Wilson
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c2244 int i, diffs;
2248 diffs = 0;
2256 diffs++;
2258 *same = (diffs == 0);
7533 /* If the sources are related or we're ignoring ancestry in diffs,
7599 /* Deduce property diffs. */
2240 int i, diffs; local

Completed in 420 milliseconds