Searched refs:diff (Results 201 - 225 of 479) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/mips/atheros/
H A Duart_dev_ar933x.c144 int diff; local
153 diff = abs(ar933x_uart_get_baud(clk, tscale, tstep) - baud);
154 if (diff < min_diff) {
155 min_diff = diff;
/freebsd-11-stable/usr.bin/bmake/unit-tests/
H A DMakefile96 TOOL_DIFF?= diff
/freebsd-11-stable/share/examples/ipfw/
H A Dchange_rules.sh43 # will also be sent to root with a unified diff of the rule change.
150 diff -F "^# .*[A-Za-z]" -u ${edit_file}.$DATE ${edit_file} \
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh71 etcupdate diff [-d workdir] [-D destdir] [-I patterns] [-L logfile]
221 # Remove empty files. These just clutter the output of 'diff'.
347 diff -qI '\$FreeBSD.*\$' $1 $2 >/dev/null 2>&1
433 # Output a diff of two directory entries with the same relative name
487 diff -u $diffargs -L "$3 ($4)" $1/$3 -L "$3 ($5)" $2/$3
689 diff --changed-group-format='<<<<<<< (local)
886 echo -n "Select: (p) postpone, (df) diff-full, (e) edit,"
895 diff -u ${DESTDIR}$1 ${CONFLICTS}$1
903 (df) diff-full - show all changes made to merged file
1198 # nothing. Otherwise, generate a diff o
[all...]
/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c1558 struct timeval diff; local
1579 diff = sub_tval(systemt, latest);
1582 (long)diff.tv_sec, (long)diff.tv_usec);
1583 if (0 != cgt_rc || labs((long)diff.tv_sec) < 3600) {
1591 diff = sub_tval(latest, mono);
1594 (long)diff.tv_sec, (long)diff.tv_usec);
1595 if (labs((long)diff.tv_sec) < 3600) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c44 #include "diff.h"
128 * test_identical_suffix() and and test_token_compare() in diff-diff3-test.c.
404 diff options like ignore_eol_style or ignore_space. */
515 * the previous diff (and blame) output (if there are multiple diff solutions,
518 * room to find the exact same diff as before).
523 /* If you change this number, update test_identical_suffix() in diff-diff3-test.c */
621 diff options like ignore_eol_style or ignore_space. */
767 * rest of the diff algorithm, which increases performance by reducing the
1104 " during diff"),
1316 svn_diff_file_diff_2(svn_diff_t **diff, const char *original, const char *modified, const svn_diff_file_options_t *options, apr_pool_t *pool) argument
1336 svn_diff_file_diff3_2(svn_diff_t **diff, const char *original, const char *modified, const char *latest, const svn_diff_file_options_t *options, apr_pool_t *pool) argument
1358 svn_diff_file_diff4_2(svn_diff_t **diff, const char *original, const char *modified, const char *latest, const char *ancestor, const svn_diff_file_options_t *options, apr_pool_t *pool) argument
1849 svn_diff_file_output_unified4(svn_stream_t *output_stream, svn_diff_t *diff, const char *original_path, const char *modified_path, const char *original_header, const char *modified_header, const char *header_encoding, const char *relative_to_dir, svn_boolean_t show_c_function, int context_size, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
2312 output_conflict(void *baton, apr_off_t original_start, apr_off_t original_length, apr_off_t modified_start, apr_off_t modified_length, apr_off_t latest_start, apr_off_t latest_length, svn_diff_t *diff) argument
2377 svn_diff_file_output_merge3(svn_stream_t *output_stream, svn_diff_t *diff, const char *original_path, const char *modified_path, const char *latest_path, const char *conflict_original, const char *conflict_modified, const char *conflict_latest, const char *conflict_separator, svn_diff_conflict_display_style_t style, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/
H A Dfp-bit.c649 int diff;
657 diff = a_normal_exp - b_normal_exp;
658 sdiff = diff;
660 if (diff < 0)
661 diff = -diff;
662 if (diff < FRAC_NBITS)
666 b_normal_exp += diff;
667 LSHIFT (b_fraction, diff);
671 a_normal_exp += diff;
[all...]
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1377 gunzip -c < ${X}-${Y}.gz > diff
1378 gunzip -c < files/${X}.gz > diff-OLD
1381 grep -E '^-' diff |
1384 look "${PREFIX}" diff-OLD
1386 sort > diff-rm
1387 grep -E '^\+' diff |
1388 cut -c 2- > diff-add
1391 comm -23 diff-OLD diff-rm |
1392 sort - diff
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A DMakefile.in89 TOOL_DIFF?= diff
/freebsd-11-stable/sys/kern/
H A Dkern_cpu.c423 int bdiff, count, diff, error, i, n, numdevs; local
501 diff = abs(levels[i].total_set.freq - rate);
502 if (diff < bdiff) {
503 bdiff = diff;
866 int best, count, diff, bdiff, devcount, error, freq, i, n; local
901 diff = abs(levels[i].total_set.freq - freq);
902 if (diff < bdiff) {
903 bdiff = diff;
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dpreworld_test.sh241 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \
247 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
/freebsd-11-stable/lib/libedit/
H A Drefresh.c457 * in the first or second diff, diff is the difference between the
461 re_clear_eol(EditLine *el, int fx, int sx, int diff) argument
464 ELRE_DEBUG(1, (__F, "re_clear_eol sx %d, fx %d, diff %d\n",
465 sx, fx, diff));
471 if (fx > diff)
472 diff = fx;
473 if (sx > diff)
474 diff = sx;
476 ELRE_DEBUG(1, (__F, "re_clear_eol %d\n", diff));
[all...]
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dcrypt_blowfish.c548 BF_word safety, sign, diff, tmp[2]; local
587 sign = diff = 0;
609 diff |= tmp[0] ^ tmp[1]; /* Non-zero on any differences */
616 * At this point, "diff" is zero iff the correct and buggy algorithms produced
624 diff |= diff >> 16; /* still zero iff exact match */
625 diff &= 0xffff; /* ditto */
626 diff += 0xffff; /* bit 16 set iff "diff" was non-zero (on non-match) */
628 sign &= ~diff
[all...]
/freebsd-11-stable/targets/pseudo/clang/
H A DMakefile.depend30 usr.bin/clang/llvm-diff \
/freebsd-11-stable/contrib/tzdata/
H A DMakefile808 diff -u $(TZS) $(TZS_NEW); \
843 diff -r $@.dir $@-t.dir;; \
845 diff -r $@.dir $@-shrunk.dir
920 if git diff --quiet $$file; then \
991 diff -u $(TIME_T_ALTERNATIVES_HEAD).dir/to$$range.tzs \
993 if diff -q Makefile Makefile 2>/dev/null; then \
998 diff $$quiet_option -r $(TIME_T_ALTERNATIVES_HEAD).dir/etc \
1000 diff $$quiet_option -r \
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c525 u_long diff; local
592 diff = pmp->pm_bpcluster - on;
593 n = diff > uio->uio_resid ? uio->uio_resid : diff;
594 diff = dep->de_FileSize - uio->uio_offset;
595 if (diff < n)
596 n = diff;
597 diff = blsize - bp->b_resid;
598 if (diff < n)
599 n = diff;
1470 int diff; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c465 int diff, iret, tclen, oline; local
540 diff = newilen - tclen;
541 if (diff >= r_end - rp) {
546 newsize = r_end - record + diff + BFRAG;
569 rp += diff;
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c477 int diff, iret, tclen; local
556 diff = newilen - tclen;
557 if (diff >= r_end - rp) {
562 newsize = r_end - record + diff + BFRAG;
585 rp += diff;
/freebsd-11-stable/lib/libc/gen/
H A Dgetcap.c394 int diff, iret, tclen; local
473 diff = newilen - tclen;
474 if (diff >= r_end - rp) {
479 newsize = r_end - record + diff + BFRAG;
502 rp += diff;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Drrm.c158 struct os_time curr, diff; local
170 os_time_sub(&curr, &nr->lci_date, &diff);
173 if (diff.sec > 0xffff)
177 diff_l = diff.sec * 10 + diff.usec / 100000;
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_io.c327 int diff; local
356 diff = chunksize - ((struct fuse_write_out *)fdi.answ)->size;
357 if (diff < 0) {
361 uio->uio_resid += diff;
362 uio->uio_offset -= diff;
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1325 struct timeval diff; local
1327 evutil_timersub(&tv[i+1], &tv[i], &diff);
1328 tt_int_op(diff.tv_sec, ==, 0);
1329 total_diff += diff.tv_usec;
1330 TT_BLATHER(("Difference = %d", (int)diff.tv_usec));
1367 struct timeval diff; local
1369 evutil_timersub(&tv[i+1], &tv[i], &diff);
1370 tt_int_op(diff.tv_sec, ==, 0);
1371 total_diff += diff.tv_usec;
1372 TT_BLATHER(("Step difference = %d", (int)diff
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Drrm.c307 struct os_reltime t, diff; local
340 os_reltime_sub(&t, &wpa_s->lci_time, &diff);
342 diff_l = diff.sec * 10 + diff.usec / 100000;
1519 struct os_reltime update_time, diff; local
1530 &update_time, &diff);
1533 (diff.sec || diff.usec >= 8000)) {
1539 (unsigned int) diff.sec,
1540 (unsigned int) diff
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.proc.c1236 struct timeval tetime, diff; local
1245 tvsub(&diff, &pp->p_etime, &pp->p_btime);
1246 if (timercmp(&diff, &tetime, >))
1247 tetime = diff;
1252 timeval_t tetime, diff;
1261 tvsub(&diff, &pp->p_etime, &pp->p_btime);
1262 if (timercmp(&diff, &tetime, >))
1263 tetime = diff;
1271 time_t tetime, diff;
1278 clock_t tetime, diff;
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_irq.c859 u32 cur_vblank, diff, tslot, rc; local
880 diff = cur_vblank - dev->last_vblank[crtc];
882 diff += dev->max_vblank_count;
884 DRM_DEBUG("last_vblank[%d]=0x%x, cur_vblank=0x%x => diff=0x%x\n",
885 crtc, dev->last_vblank[crtc], cur_vblank, diff);
889 crtc, diff);
896 tslot = atomic_read(&dev->_vblank_count[crtc]) + diff;
901 atomic_add(diff, &dev->_vblank_count[crtc]);

Completed in 190 milliseconds

1234567891011>>