HomeSort by relevance Sort by last modified time
    Searched defs:DIFF (Results 1 - 7 of 7) sorted by null

  /external/capstone/bindings/
Makefile 3 DIFF = diff -u -w
69 $(DIFF) $(TEST)_e $(TEST)_o
70 $(DIFF) $(TEST_ARM)_e $(TEST_ARM)_o
71 $(DIFF) $(TEST_ARM64)_e $(TEST_ARM64)_o
72 $(DIFF) $(TEST_MIPS)_e $(TEST_MIPS)_o
73 $(DIFF) $(TEST_PPC)_e $(TEST_PPC)_o
74 $(DIFF) $(TEST_SPARC)_e $(TEST_SPARC)_o
75 $(DIFF) $(TEST_SYSZ)_e $(TEST_SYSZ)_o
76 $(DIFF) $(TEST_X86)_e $(TEST_X86)_
    [all...]
  /external/lz4/tests/
Makefile 132 DIFF:=diff
134 DIFF:=gdiff
147 $(DIFF) -s tmpSrc tmpB4
149 $(DIFF) -s tmpSrc tmpB5
151 $(DIFF) -s tmpSrc tmpB6
153 $(DIFF) -s tmpSrc tmpB7
155 $(DIFF) -s tmpSrc tmpNoSparse
158 ./datagen -s1 -g1200007 -P100 | $(DIFF) -s - tmpOdd
172 $(DIFF) tmp2M tmp
    [all...]
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Material.java 42 public static final int DIFF = 4;
93 mColor[p + DIFF] = (byte) (255 * diffuse);
253 mColor[p + DIFF] = (byte) (255 * mp.mDiffuse);
279 mColor[p + DIFF] = (byte) (255 * diffuse);
296 mColor[p + DIFF] = (byte) (255 * mp.mDiffuse);
  /external/ltp/testcases/misc/math/fptests/
fptest02.c 48 #define DIFF 0.001
160 if (v > DIFF) {
165 tst_resm(TINFO, "diff = %.15f\n", v);
  /external/opencv/cvaux/src/
cvsegment.cpp 75 #define DIFF(p1,p2) ((unsigned)((p1)[0] - (p2)[0] + d_lw)<=Interval && \
79 /*#define DIFF(p1,p2) (CV_IABS((p1)[0] - (p2)[0]) + \
111 while( DIFF( img + (R+1)*3, /*img + R*3*/val0 ) && !mask[R + 1] )
114 while( DIFF( img + (L-1)*3, /*img + L*3*/val0 ) && !mask[L - 1] )
152 if( !mask[i] && DIFF( img + i*3, /*img - curstep + i*3*/val0 ))
156 while( !mask[j - 1] && DIFF( img + (j - 1)*3, /*img + j*3*/val0 ))
160 (DIFF( img + (i+1)*3, /*img + i*3*/val0 ) ||
161 (DIFF( img + (i+1)*3, /*img + (i+1)*3 - curstep*/val0) && i < R)))
202 #undef DIFF
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 727 milliseconds