Searched refs:diff (Results 176 - 200 of 479) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/cron/lib/
H A Dmisc.c59 register int diff; local
68 diff = 0;
70 diff = *left - *right;
73 return diff;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.h79 constexpr ptrdiff_t diff(uintptr_t A, uintptr_t B) { function in namespace:__xray
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h25 namespace diff { namespace in namespace:clang
123 } // end namespace diff
/freebsd-11-stable/usr.bin/svn/lib/libsvn_client/
H A DMakefile25 diff.c \
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dsvn.c127 N_("Specify differencing options for external diff or\n"
129 "internal diff or blame. Default: '-u'. Options are\n"
131 "separated by spaces. Internal diff and blame take:\n"
195 N_("disable merge tracking; diff nodes as if related")},
283 {"reverse-diff", opt_reverse_diff, 0,
287 {"diff", opt_diff, 0, N_("produce diff output")}, /* maps to show_diff */
288 /* diff options */
289 {"diff-cmd", opt_diff_cmd, 1, N_("use ARG as diff comman
[all...]
/freebsd-11-stable/usr.bin/clang/
H A DMakefile30 SUBDIR+= llvm-diff
/freebsd-11-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dt_vfs.sh108 atf_check -s exit:0 diff -ru ${thedir} /rump/mnt2/${thedir}
117 atf_check -s exit:0 diff -ru ${thedir} /rump/mnt2/${thedir}
170 atf_check -s exit:0 diff -ru ${thedir}.2 /rump/${thedir}
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh380 # we need to have both the 'awk' and 'diff' programs available.
394 DIFF=`searchpath diff "$PATH"`
396 test "$DIFF" = ":" && echo >&2 "$NOPROG 'diff' in PATH" && NO="$NO 'diff'"
441 # Report the unresolved references, as a diff between the two pass files,
514 # (Missing 'awk' or 'diff' may have disabled it, to avoid display
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_modes.c921 int diff; local
923 diff = ((b->type & DRM_MODE_TYPE_PREFERRED) != 0) -
925 if (diff)
926 return diff;
927 diff = b->hdisplay * b->vdisplay - a->hdisplay * a->vdisplay;
928 if (diff)
929 return diff;
931 diff = b->vrefresh - a->vrefresh;
932 if (diff)
933 return diff;
[all...]
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_smap.c416 size_t cnt_orig, cnt_new, cnt, diff; local
446 diff = cnt_new - cnt_orig;
453 if (diff > cnt)
454 diff = cnt;
459 if (vs_insertln(sp, diff))
463 memmove(p + diff, p,
464 (((TMAP - p) - diff) + 1) * sizeof(SMAP));
477 diff = cnt_orig - cnt_new;
481 if (vs_deleteln(sp, diff))
485 memmove(p, p + diff, (((TMA
[all...]
/freebsd-11-stable/usr.bin/bmake/tests/
H A Dcommon.sh69 echo " diff - diff actual and expected results"
376 diff -u $EXPECTED -
377 #diff -q $EXPECTED - 1>/dev/null 2>/dev/null
420 echo diff -u $EXPECTED $RESULT
422 diff -u $EXPECTED $RESULT
501 setup | run | compare | diff | clean | reset | show | \
/freebsd-11-stable/sys/arm/allwinner/clk/
H A Daw_lcdclk.c295 int64_t diff, fcur, best; local
302 diff = (int64_t)fout - fcur;
303 if (diff > 0 && diff < best) {
304 best = diff;
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dkbd.c340 bitstr_t diff[bitstr_size(xsize)]; local
375 memset(diff, 0, bitstr_size(xsize));
381 bit_set(diff, i);
395 bit_ffs(diff, xsize, &f2);
397 kbd_write(diff, f2, 0, s->vkbd);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp176 bool Result = diff(L, R, true, true);
186 diff(Pair.first, Pair.second);
190 void diff(BasicBlock *L, BasicBlock *R) { function in class:__anon2844::FunctionDifferenceEngine
200 // If the instructions differ, start the more sophisticated diff
202 if (diff(LeftI, RightI, false, false)) {
245 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) { function in class:__anon2844::FunctionDifferenceEngine
489 void diff(Function *L, Function *R) { function in class:__anon2844::FunctionDifferenceEngine
514 return !diff(L, R, false, false);
666 void DifferenceEngine::diff(Function *L, Function *R) { function in class:DifferenceEngine
681 FunctionDifferenceEngine(*this).diff(
684 void DifferenceEngine::diff(Module *L, Module *R) { function in class:DifferenceEngine
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_pptpgre.c760 long diff; local
848 diff = sample - hpriv->rtt;
849 hpriv->rtt += PPTP_ACK_ALPHA(diff);
850 if (diff < 0)
851 diff = -diff;
852 hpriv->dev += PPTP_ACK_BETA(diff - hpriv->dev);
889 diff = PPTP_SEQ_DIFF(seq, hpriv->recvSeq);
890 if (diff <= 0) { /* late or duplicate packet */
891 if (diff <
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-niter.c286 tree bound, d, assumption, diff; local
304 diff = fold_build2 (FLOOR_MOD_EXPR, niter_type, d, step);
307 diff = fold_build2 (MINUS_EXPR, niter_type, step,
310 TYPE_MAX_VALUE (type), fold_convert (type, diff));
325 diff = fold_build2 (FLOOR_MOD_EXPR, niter_type, d, step);
328 diff = fold_build2 (MINUS_EXPR, niter_type, step,
331 TYPE_MIN_VALUE (type), fold_convert (type, diff));
354 tree assumption = boolean_true_node, bound, diff; local
359 diff = fold_build2 (MINUS_EXPR, type,
368 TYPE_MIN_VALUE (type), diff);
1782 tree init, step, diff, estimation; local
[all...]
/freebsd-11-stable/contrib/diff/lib/
H A Dstrftime.c1243 int diff; local
1245 diff = tp->tm_gmtoff;
1248 diff = 0;
1278 diff = tm_diff (&ltm, &gtm);
1282 if (diff < 0)
1285 diff = -diff;
1290 diff /= 60;
1291 DO_NUMBER (4, (diff / 60) * 100 + diff
[all...]
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_fp.c614 printf("Span Set %x: width=%x, diff=%x\n", element,
616 (unsigned int)span_set->diff);
636 printf("Span=%x, Quad=%x, diff=%x\n", span,
637 element, quad->diff);
689 if (quad->diff == 0) {
696 quad->diff)) == 0) {
702 quad->diff);
748 span_set->span_row_data_width) * span_set->diff;
811 quad->diff) == 0) {
815 quad->diff);
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dpe-mips.c57 symvalue diff; local
76 diff = symbol->value + reloc_entry->addend;
79 diff = reloc_entry->addend;
87 diff = reloc_entry->addend;
90 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_mask))
92 if (diff != 0)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c561 UARCH diff = AARCH(ref) ^ AARCH(ip); local
562 if (!diff) {
567 ip += LZ4_NbCommonBytes(diff);
754 UARCH diff = AARCH(ref) ^ AARCH(ip); local
755 if (!diff) {
760 ip += LZ4_NbCommonBytes(diff);
/freebsd-11-stable/contrib/mdocml/
H A Dmansearch.c401 int diff; local
405 if ((diff = mp2->bits - mp1->bits) ||
406 (diff = mp1->sec - mp2->sec))
407 return diff;
414 if ((diff = strncasecmp(mp1->names, mp2->names, sz1)))
415 return diff;
/freebsd-11-stable/sys/sparc64/sparc64/
H A Ddb_trace.c141 db_expr_t diff; local
185 sym = db_search_symbol(func, DB_STGY_ANY, &diff);
186 if (sym != DB_SYM_NULL && diff == 0) {
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dfbsdid_test.sh310 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
343 diff -u -L "correct" $WORKDIR/correctF.out -L "test" $WORKDIR/testF.out \
378 diff -u -L "correct" $WORKDIR/correctAF.out -L "test" $WORKDIR/testAF.out \
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto.c181 unsigned char diff = 0; local
185 diff |= p1[i] ^ p2[i];
188 return 1 & ((diff - 1) >> 8);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dt_getaddrinfo.sh58 diff -u $(atf_get_srcdir)/data/${exp} out && \

Completed in 347 milliseconds

1234567891011>>