Home
last modified time | relevance | path

Searched refs:DIFF (Results 1 – 8 of 8) sorted by relevance

/external/opencv/cvaux/src/
Dcvsegment.cpp75 #define DIFF(p1,p2) ((unsigned)((p1)[0] - (p2)[0] + d_lw)<=Interval && \ macro
111 while( DIFF( img + (R+1)*3, /*img + R*3*/val0 ) && !mask[R + 1] ) in icvSegmFloodFill_Stage1()
114 while( DIFF( img + (L-1)*3, /*img + L*3*/val0 ) && !mask[L - 1] ) in icvSegmFloodFill_Stage1()
152 if( !mask[i] && DIFF( img + i*3, /*img - curstep + i*3*/val0 )) in icvSegmFloodFill_Stage1()
156 while( !mask[j - 1] && DIFF( img + (j - 1)*3, /*img + j*3*/val0 )) in icvSegmFloodFill_Stage1()
160 (DIFF( img + (i+1)*3, /*img + i*3*/val0 ) || in icvSegmFloodFill_Stage1()
161 (DIFF( img + (i+1)*3, /*img + (i+1)*3 - curstep*/val0) && i < R))) in icvSegmFloodFill_Stage1()
202 #undef DIFF
/external/bzip2/
Dbzdiff19 *) comp=${DIFF-diff} ;;
/external/tcpdump/tests/
DTESTrun.sh4 mkdir -p DIFF
/external/bison/build-aux/
Dannounce-gen286 open DIFF, '-|', $cmd
294 while (defined (my $line = <DIFF>))
312 close DIFF;
/external/curl/packages/vms/
Dcompare_curl_source.com29 $! 5. Files that VMS DIFF can not process.
/external/tcpdump/
DMakefile.in432 rm -rf autom4te.cache tests/DIFF tests/NEW
/external/bison/tests/
Dexisting.at23 # BISON-STDERR, LAST-STATE, LALR1-DIFF,
437 dnl LALR1-DIFF not used for canonical LR(1) because the diff is huge.
1378 dnl LALR1-DIFF not used for canonical LR(1) because the diff is huge.
1960 dnl LALR1-DIFF not used for canonical LR(1) because the diff is huge.
/external/valgrind/
Dconfigure.ac89 AC_SUBST(DIFF) subst
96 DIFF="diff -u"
99 DIFF="diff"