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

  /external/chromium_org/third_party/libwebp/utils/
endian_inl.h 38 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__)
40 # define LOCAL_GCC_VERSION 0
50 #if LOCAL_GCC_VERSION >= 0x403 || LOCAL_CLANG_VERSION >= 0x303
55 #if LOCAL_GCC_VERSION >= 0x408 || LOCAL_CLANG_VERSION >= 0x303
  /external/webp/src/utils/
endian_inl.h 38 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__)
40 # define LOCAL_GCC_VERSION 0
50 #if LOCAL_GCC_VERSION >= 0x403 || LOCAL_CLANG_VERSION >= 0x303
55 #if LOCAL_GCC_VERSION >= 0x408 || LOCAL_CLANG_VERSION >= 0x303
  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 31 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__)
33 (LOCAL_GCC_VERSION >= (((maj) << 8) | (min)))
enc_mips32.c 23 #if defined(__GNUC__) && defined(__ANDROID__) && LOCAL_GCC_VERSION == 0x409
    [all...]
lossless.c 454 #if defined(__arm__) && LOCAL_GCC_VERSION == 0x409
    [all...]
  /external/webp/src/dsp/
dsp.h 31 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__)
33 (LOCAL_GCC_VERSION >= (((maj) << 8) | (min)))
enc_mips32.c 23 #if defined(__GNUC__) && defined(__ANDROID__) && LOCAL_GCC_VERSION == 0x409
    [all...]

Completed in 192 milliseconds