HomeSort by: relevance | last modified time | path
    Searched refs:diffs (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/
findoptdiff 26 # for each pass, if they do differ, are placed in a diffs.# file.
80 diffs="diffs."$((counter++))
81 diff "$opt1ll" "$opt2ll" > $diffs
87 head $diffs
88 echo 'Switches:' $switches_to_use >> $diffs
90 rm $diffs
  /src/external/mit/expat/dist/tests/
udiffer.py 55 diffs = list(difflib.unified_diff(first, second, fromfile=config.first,
57 if diffs:
58 sys.stdout.writelines(diffs)
  /src/share/doc/usd/18.msdiffs/
Makefile 8 SRCS= ms.diffs
  /src/external/bsd/tradcpp/dist/tests/
Makefile 9 all: run-tests .WAIT show-diffs
21 show-diffs:
22 @echo '*** Test diffs ***'
37 .PHONY: all run-tests show-diffs clean good
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-nextprime.c 36 run (const char *start, int reps, const char *end, short diffs[])
48 if (diffs != NULL &&
49 (! mpz_fits_sshort_p (x) || diffs[i] != (short) mpz_get_ui (x)))
  /src/external/gpl3/gdb.old/dist/libsframe/testsuite/libsframe.encode/
encode-1.c 95 int diffs; local
122 diffs = memcmp (sf_buf, sframe_buf, sz);
125 return diffs == 0;
  /src/external/gpl3/gdb/dist/libsframe/testsuite/libsframe.encode/
encode-1.c 116 int diffs; local
143 diffs = memcmp (sf_buf, sframe_buf, sz);
146 return diffs == 0;
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/builtin_commands/
diff.py 56 diffs = difflib.diff_bytes(difflib.unified_diff, filelines[0],
60 diffs = [diff.decode(errors="backslashreplace") for diff in diffs]
67 diffs = func(filelines[0], filelines[1], filepaths[0], filepaths[1],
70 for diff in diffs:
  /src/external/apache2/llvm/dist/clang/utils/
CmpDriver 188 diffs = list(diff.getDiffs())
189 if diffs:
194 for i,(aElt,bElt) in enumerate(diffs):
  /src/external/gpl3/gcc/dist/contrib/legacy/
mklog 214 # Context diffs have extra whitespace after first char;
258 diffs = []
312 diffs.append(d)
341 return diffs
375 diffs = parse_patch(contents)
379 for d in diffs:
386 for d in diffs:
  /src/external/gpl3/gcc.old/dist/contrib/legacy/
mklog 214 # Context diffs have extra whitespace after first char;
258 diffs = []
312 diffs.append(d)
341 return diffs
375 diffs = parse_patch(contents)
379 for d in diffs:
386 for d in diffs:
  /src/external/bsd/top/dist/
utils.c 415 * percentages(cnt, out, new, old, diffs) - calculate percentage change
417 * "cnt" is size of each array and "diffs" is used for scratch space.
424 percentages(int cnt, int *out, long *new, long *old, long *diffs)
435 dp = diffs;
460 *out++ = (int)((*diffs++ * 1000 + half_total) / total_change);
  /src/external/bsd/ntp/dist/clockstuff/
chutest.c 285 static struct timeval diffs[10]; local
318 diffs[chudata.ncodechars] = diff;
333 diffs[i].tv_sec, diffs[i].tv_usec);
  /src/external/bsd/top/dist/machine/
m_netbsd.c 1403 * percentages(cnt, out, new, old, diffs) - calculate percentage change
1405 * "cnt" is size of each array and "diffs" is used for scratch space.
1412 percentages64(cnt, out, new, old, diffs)
1417 u_int64_t *diffs;
1427 dp = diffs;
1447 *out++ = (int)((*diffs++ * 1000 + half_total) / total_change);
m_aix5.c 189 long percentages(int cnt, int *out, long *new, long *old, long *diffs);
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
CmpRuns.py 597 diffs = old.get_diffs(new)
600 for key, (old_value, new_value) in diffs.items()]
  /src/external/apache2/llvm/dist/llvm/utils/Reviewing/
find_interesting_reviews.py 294 print("Updated D{0} modified on {1} ({2} diffs)".format(
580 diffs = sorted(
582 if len(diffs) == 0:
584 diff = diffs[0]
  /src/external/gpl3/gcc/dist/maintainer-scripts/
gcc_release 339 # Build diffs against an old release.
348 inform "Building diffs against version $old_vers"
375 (${BZIP2} -d -c $1 | ${TAR} xf - ) || error "Could not unpack $1 for diffs"
378 (${XZ} -d -c $1 | ${TAR} xf - ) || error "Could not unpack $1 for diffs"
381 (${XZ} -d -c $3 | ${TAR} xf - ) || error "Could not unpack $3 for diffs"
384 error "Trouble making diffs from $1 to $3"
401 mkdir -m 755 -p "${FTP_PATH}/diffs"
404 mkdir -p "${FTP_PATH}/diffs" \
417 SUBDIR="diffs/";
488 "Diffs from "${BRANCH}"-"${LAST_DATE}" are available in the diffs/ subdirectory
    [all...]
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
gcc_release 339 # Build diffs against an old release.
348 inform "Building diffs against version $old_vers"
375 (${BZIP2} -d -c $1 | ${TAR} xf - ) || error "Could not unpack $1 for diffs"
378 (${XZ} -d -c $1 | ${TAR} xf - ) || error "Could not unpack $1 for diffs"
381 (${XZ} -d -c $3 | ${TAR} xf - ) || error "Could not unpack $3 for diffs"
384 error "Trouble making diffs from $1 to $3"
401 mkdir -m 755 -p "${FTP_PATH}/diffs"
404 mkdir -p "${FTP_PATH}/diffs" \
417 SUBDIR="diffs/";
488 "Diffs from "${BRANCH}"-"${LAST_DATE}" are available in the diffs/ subdirectory
    [all...]
  /src/external/gpl3/autoconf/dist/
maint.mk 1217 (unset CDPATH; cd $(srcdir) && $(VC) diff) > vc-diffs || :
1218 if test -s vc-diffs; then \
1219 cat vc-diffs; \
1223 rm vc-diffs; \
  /src/external/bsd/ipf/dist/
HISTORY 1260 Diffs for ip_output.c and ip_input.c updated to fix bug with fastroute and
1414 Attempt to use in_proto.c.diff, not "..diffs" for SunOS4 - David Wilson
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
systime.d 11843 auto diffs = [0L, lt, ot];
11848 sort(diffs);
11849 testTZs = [diffAA[diffs[0]], diffAA[diffs[1]], diffAA[diffs[2]]];

Completed in 28 milliseconds