Searched refs:TARGET_CPU (Results 1 – 9 of 9) sorted by relevance
129 #define TARGET_CPU "aarch64" macro131 #define TARGET_CPU "arm" macro
152 core_conf.set_quoted('TARGET_CPU', host_machine.cpu())
189 #define TARGET_CPU "aarch64" macro191 #define TARGET_CPU "arm" macro
186 cdata.set_quoted('TARGET_CPU', host_machine.cpu())
21 !ifndef TARGET_CPU48 CFLAGS=-O2 -d -k- -w $(TARGET_CPU) $(CDEBUG)
131 # define GST_REGISTRY_FILE_SUFFIX TARGET_CPU "-msvc"133 # define GST_REGISTRY_FILE_SUFFIX TARGET_CPU "-mingw"136 # define GST_REGISTRY_FILE_SUFFIX TARGET_CPU
193 #pragma message "No 64-bit atomic int defined for this " STR(TARGET_CPU) " platform/toolchain!"
440 #ifdef TARGET_CPU in gst_check_init()441 GST_INFO ("target CPU: %s", TARGET_CPU); in gst_check_init()