Home
last modified time | relevance | path

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

/external/libaom/config/x86_64/config/
Daom_config.asm22 %define CONFIG_GCC 1
Daom_config.h34 #define CONFIG_GCC 1 macro
/external/libaom/config/x86/config/
Daom_config.asm22 %define CONFIG_GCC 1
Daom_config.h34 #define CONFIG_GCC 1 macro
/external/libaom/config/arm64/config/
Daom_config.h34 #define CONFIG_GCC 1 macro
Daom_config.asm32 CONFIG_GCC equ 1 define
/external/libaom/config/arm/config/
Daom_config.h34 #define CONFIG_GCC 1 macro
Daom_config.asm32 CONFIG_GCC equ 1 define
/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/arm64/
Dvpx_config.h48 #define CONFIG_GCC 1 macro
Dvpx_config.asm39 .equ CONFIG_GCC , 1 define
/external/libvpx/config/arm-neon/
Dvpx_config.h48 #define CONFIG_GCC 1 macro
Dvpx_config.asm39 .equ CONFIG_GCC , 1 define
/external/libvpx/config/generic/
Dvpx_config.h48 #define CONFIG_GCC 1 macro
Dvpx_config.asm39 .equ CONFIG_GCC , 1 define
/external/libvpx/libvpx/
Dlibs.mk15 ASM:=$(if $(filter yes,$(CONFIG_GCC)$(CONFIG_MSVS)),.asm.S,.asm)
357 ADS2GAS=$(if $(filter yes,$(CONFIG_GCC)),| $(ASM_CONVERSION))
Dexamples.mk269 ifeq ($(CONFIG_GCC), yes)
/external/libaom/libaom/build/cmake/
Daom_config_defaults.cmake74 set_aom_config_var(CONFIG_GCC 0 "Building with GCC (detect).")
Daom_configure.cmake186 set(CONFIG_GCC 1) variable