Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_util/
Dendian_inl.h29 # define LOCAL_CLANG_VERSION ((__clang_major__ << 8) | __clang_minor__) macro
31 (LOCAL_CLANG_VERSION >= (((maj) << 8) | (min)))
33 # define LOCAL_CLANG_VERSION 0 macro
/external/webp/src/dsp/
Ddsp.h40 # define LOCAL_CLANG_VERSION ((__clang_major__ << 8) | __clang_minor__) macro
42 (LOCAL_CLANG_VERSION >= (((maj) << 8) | (min)))
44 # define LOCAL_CLANG_VERSION 0