Home
last modified time | relevance | path

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

/external/libvpx/config/x86_64/
Dvpx_config.asm37 %define CONFIG_GCC 1
Dvpx_config.h49 #define CONFIG_GCC 1 macro
/external/libvpx/config/x86/
Dvpx_config.asm37 %define CONFIG_GCC 1
Dvpx_config.h49 #define CONFIG_GCC 1 macro
/external/libvpx/config/mips32/
Dvpx_config.h49 #define CONFIG_GCC 1 macro
/external/libvpx/config/arm/
Dvpx_config.h49 #define CONFIG_GCC 1 macro
Dvpx_config.asm40 .equ CONFIG_GCC , 1 define
/external/libvpx/config/mips64/
Dvpx_config.h49 #define CONFIG_GCC 1 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h49 #define CONFIG_GCC 1 macro
Dvpx_config.asm40 .equ CONFIG_GCC , 1 define
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h49 #define CONFIG_GCC 1 macro
/external/libvpx/config/generic/
Dvpx_config.h49 #define CONFIG_GCC 1 macro
Dvpx_config.asm40 .equ CONFIG_GCC , 1 define
/external/libvpx/config/arm64/
Dvpx_config.h49 #define CONFIG_GCC 1 macro
Dvpx_config.asm40 .equ CONFIG_GCC , 1 define
/external/libvpx/libvpx/
Dlibs.mk15 ASM:=$(if $(filter yes,$(CONFIG_GCC)$(CONFIG_MSVS)),.asm.s,.asm)
378 ADS2GAS=$(if $(filter yes,$(CONFIG_GCC)),| $(ASM_CONVERSION))
Dexamples.mk229 ifeq ($(CONFIG_GCC), yes)