Home
last modified time | relevance | path

Searched refs:CONFIG_GCC (Results 1 – 19 of 19) sorted by relevance

/external/libvpx/config/x86_64/
Dvpx_config.asm36 %define CONFIG_GCC 1
Dvpx_config.h48 #define CONFIG_GCC 1 macro
/external/libvpx/config/x86/
Dvpx_config.asm36 %define CONFIG_GCC 1
Dvpx_config.h48 #define CONFIG_GCC 1 macro
/external/libvpx/config/arm/
Dvpx_config.h48 #define CONFIG_GCC 1 macro
Dvpx_config.asm39 .equ CONFIG_GCC , 1 define
/external/libvpx/config/mips64-msa/
Dvpx_config.h48 #define CONFIG_GCC 1 macro
/external/libvpx/config/mips64/
Dvpx_config.h48 #define CONFIG_GCC 1 macro
/external/libvpx/config/generic/
Dvpx_config.h48 #define CONFIG_GCC 1 macro
Dvpx_config.asm39 .equ CONFIG_GCC , 1 define
/external/libvpx/config/mips32-msa/
Dvpx_config.h48 #define CONFIG_GCC 1 macro
/external/libvpx/config/mips32/
Dvpx_config.h48 #define CONFIG_GCC 1 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h48 #define CONFIG_GCC 1 macro
Dvpx_config.asm39 .equ CONFIG_GCC , 1 define
/external/libvpx/config/arm64/
Dvpx_config.h48 #define CONFIG_GCC 1 macro
Dvpx_config.asm39 .equ CONFIG_GCC , 1 define
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h48 #define CONFIG_GCC 1 macro
/external/libvpx/libvpx/
Dlibs.mk15 ASM:=$(if $(filter yes,$(CONFIG_GCC)$(CONFIG_MSVS)),.asm.S,.asm)
358 ADS2GAS=$(if $(filter yes,$(CONFIG_GCC)),| $(ASM_CONVERSION))
Dexamples.mk252 ifeq ($(CONFIG_GCC), yes)