Home
last modified time | relevance | path

Searched refs:__has_builtin (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dendian_inl_utils.h31 #if LOCAL_GCC_PREREQ(4,8) || __has_builtin(__builtin_bswap16)
34 #if LOCAL_GCC_PREREQ(4,3) || __has_builtin(__builtin_bswap32)
37 #if LOCAL_GCC_PREREQ(4,3) || __has_builtin(__builtin_bswap64)
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ca/
A Dcmsis_gcc_ca.h35 #ifndef __has_builtin
36 #define __has_builtin(x) (0) macro
587 #if __has_builtin(__builtin_arm_get_fpscr) in __get_FPSCR()
612 #if __has_builtin(__builtin_arm_set_fpscr) in __set_FPSCR()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduk_config.h1041 #if defined(__clang__) && defined(__has_builtin)
1042 #if __has_builtin(__builtin_unreachable)
1050 #if defined(__clang__) && defined(__has_builtin)
1051 #if __has_builtin(__builtin_unpredictable)
1139 #if defined(__clang__) && defined(__has_builtin)
1140 #if __has_builtin(__builtin_bswap64)
1143 #if __has_builtin(__builtin_bswap32)
1146 #if __has_builtin(__builtin_bswap16)
1402 #if defined(__clang__) && defined(__has_builtin)
1403 #if __has_builtin(__builtin_unreachable)
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Ddsp.h50 #ifndef __has_builtin
51 # define __has_builtin(x) 0 macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Dcmsis_gcc.h35 #ifndef __has_builtin
36 #define __has_builtin(x) (0) macro
770 #if __has_builtin(__builtin_arm_get_fpscr) in __get_FPSCR()
796 #if __has_builtin(__builtin_arm_set_fpscr) in __set_FPSCR()
/AliOS-Things-master/components/csi/csi2/include/core/cmsis/
A Dcmsis_gcc.h35 #ifndef __has_builtin
36 #define __has_builtin(x) (0) macro
770 #if __has_builtin(__builtin_arm_get_fpscr) in __get_FPSCR()
796 #if __has_builtin(__builtin_arm_set_fpscr) in __set_FPSCR()
/AliOS-Things-master/components/py_engine/engine/lib/cmsis/inc/
A Dcmsis_gcc.h35 #ifndef __has_builtin
36 #define __has_builtin(x) (0) macro
770 #if __has_builtin(__builtin_arm_get_fpscr) in __get_FPSCR()
796 #if __has_builtin(__builtin_arm_set_fpscr) in __set_FPSCR()
/AliOS-Things-master/components/csi/CMSIS/Core/Include/
A Dcmsis_gcc.h35 #ifndef __has_builtin
36 #define __has_builtin(x) (0) macro
837 #if __has_builtin(__builtin_arm_get_fpscr) in __get_FPSCR()
863 #if __has_builtin(__builtin_arm_set_fpscr) in __set_FPSCR()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/Core/Include/
A Dcmsis_gcc.h35 #ifndef __has_builtin
36 #define __has_builtin(x) (0) macro
857 #if __has_builtin(__builtin_arm_get_fpscr) in __get_FPSCR()
883 #if __has_builtin(__builtin_arm_set_fpscr) in __set_FPSCR()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/Core/Include/
A Dcmsis_gcc.h35 #ifndef __has_builtin
36 #define __has_builtin(x) (0) macro
857 #if __has_builtin(__builtin_arm_get_fpscr) in __get_FPSCR()
883 #if __has_builtin(__builtin_arm_set_fpscr) in __set_FPSCR()
/AliOS-Things-master/components/SDL2/src/atomic/
A DSDL_atomic.c41 # if __has_builtin(__atomic_load_n)
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dneon_tensor_utils.cc49 #ifdef __has_builtin
50 #define TFLITE_HAS_BUILTIN(x) __has_builtin(x)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog1199 d26d9def Use __has_builtin to check clang support

Completed in 70 milliseconds