Searched refs:LOCAL_CLANG_VERSION (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dsp/
H A Ddsp.h42 # define LOCAL_CLANG_VERSION ((__clang_major__ << 8) | __clang_minor__) macro
44 (LOCAL_CLANG_VERSION >= (((maj) << 8) | (min)))
46 # define LOCAL_CLANG_VERSION 0 macro

Completed in 66 milliseconds