Home
last modified time | relevance | path

Searched defs:SANITY_CHECK (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dsp/
Dfilters.c22 # define SANITY_CHECK(in, out) \ macro
Dfilters_mips_dsp_r2.c27 # define SANITY_CHECK(in, out) \ macro
Dfilters_sse2.c26 # define SANITY_CHECK(in, out) \ macro
/external/opencv3/3rdparty/libwebp/utils/
Dfilters.c26 # define SANITY_CHECK(in, out) \ macro
/external/opencv3/modules/core/src/
Dalloc.cpp91 #define SANITY_CHECK(block) macro
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp207 #define SANITY_CHECK(array, ...) ::perf::Regression::add(this, #array, array , ## __VA_ARGS__) macro