Searched refs:CONFIG_GCC (Results 1 – 17 of 17) sorted by relevance
/external/libvpx/config/x86_64/ |
D | vpx_config.asm | 37 %define CONFIG_GCC 1
|
D | vpx_config.h | 49 #define CONFIG_GCC 1 macro
|
/external/libvpx/config/x86/ |
D | vpx_config.asm | 37 %define CONFIG_GCC 1
|
D | vpx_config.h | 49 #define CONFIG_GCC 1 macro
|
/external/libvpx/config/mips32/ |
D | vpx_config.h | 49 #define CONFIG_GCC 1 macro
|
/external/libvpx/config/arm/ |
D | vpx_config.h | 49 #define CONFIG_GCC 1 macro
|
D | vpx_config.asm | 40 .equ CONFIG_GCC , 1 define
|
/external/libvpx/config/mips64/ |
D | vpx_config.h | 49 #define CONFIG_GCC 1 macro
|
/external/libvpx/config/arm-neon/ |
D | vpx_config.h | 49 #define CONFIG_GCC 1 macro
|
D | vpx_config.asm | 40 .equ CONFIG_GCC , 1 define
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_config.h | 49 #define CONFIG_GCC 1 macro
|
/external/libvpx/config/generic/ |
D | vpx_config.h | 49 #define CONFIG_GCC 1 macro
|
D | vpx_config.asm | 40 .equ CONFIG_GCC , 1 define
|
/external/libvpx/config/arm64/ |
D | vpx_config.h | 49 #define CONFIG_GCC 1 macro
|
D | vpx_config.asm | 40 .equ CONFIG_GCC , 1 define
|
/external/libvpx/libvpx/ |
D | libs.mk | 15 ASM:=$(if $(filter yes,$(CONFIG_GCC)$(CONFIG_MSVS)),.asm.s,.asm) 378 ADS2GAS=$(if $(filter yes,$(CONFIG_GCC)),| $(ASM_CONVERSION))
|
D | examples.mk | 229 ifeq ($(CONFIG_GCC), yes)
|