Searched refs:DIFF (Results 1 – 8 of 8) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvsegment.cpp | 75 #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/ |
D | bzdiff | 19 *) comp=${DIFF-diff} ;;
|
/external/tcpdump/tests/ |
D | TESTrun.sh | 4 mkdir -p DIFF
|
/external/bison/build-aux/ |
D | announce-gen | 286 open DIFF, '-|', $cmd 294 while (defined (my $line = <DIFF>)) 312 close DIFF;
|
/external/curl/packages/vms/ |
D | compare_curl_source.com | 29 $! 5. Files that VMS DIFF can not process.
|
/external/tcpdump/ |
D | Makefile.in | 432 rm -rf autom4te.cache tests/DIFF tests/NEW
|
/external/bison/tests/ |
D | existing.at | 23 # 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/ |
D | configure.ac | 89 AC_SUBST(DIFF) subst 96 DIFF="diff -u" 99 DIFF="diff"
|