/AliOS-Things-master/components/SDL2/include/ |
A D | begin_code.h | 124 #define SDL_INLINE __inline__ 130 #ifndef __inline__ 131 #define __inline__ __inline macro 135 #ifndef __inline__ 136 #define __inline__ inline macro 145 #define SDL_FORCE_INLINE __attribute__((always_inline)) static __inline__
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/osdep/alios/ |
A D | wrapper.h | 242 static __inline__ unsigned char *skb_put(struct sk_buff *skb, unsigned int len) 254 static __inline__ unsigned char *__skb_pull(struct sk_buff *skb, unsigned int len) 271 static __inline__ void skb_reserve(struct sk_buff *skb, unsigned int len) 277 static __inline__ void skb_queue_head_init(struct sk_buff_head *list) 295 static __inline__ void __skb_queue_tail(struct sk_buff_head *list, struct sk_buff *newsk) 321 static __inline__ void skb_queue_tail(struct sk_buff_head *list, struct sk_buff *newsk) 328 static __inline__ void skb_assign_buf(struct sk_buff *skb, unsigned char *buf, unsigned int len) 336 static __inline__ unsigned char *skb_tail_pointer(const struct sk_buff *skb) 341 static __inline__ void skb_reset_tail_pointer(struct sk_buff *skb) 346 static __inline__ void skb_set_tail_pointer(struct sk_buff *skb, const int offset) [all …]
|
/AliOS-Things-master/components/freetype/include/config/ |
A D | ftconfig.h | 379 static __inline__ FT_Int32 415 static __inline__ FT_Int32 484 static __inline__ FT_Int32
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | jconfig.h | 38 #define INLINE __inline__
|
A D | jmorecfg.h | 412 #define INLINE __inline__
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | basic_types.h | 435 #define __inline__ inline macro 450 #define __inline__ __inline //__linine__ is not supported in keil compilor, use __inline instead macro 454 #define __inline__ inline macro
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jmorecfg.h | 412 #define INLINE __inline__
|
A D | configure.ac | 191 AC_TRY_COMPILE([], [} __inline__ int foo() { return 0; } 192 int bar() { return foo();], ijg_cv_inline="__inline__",
|
A D | configure | 5360 } __inline__ int foo() { return 0; }
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_config.h-vms | 36 /* Define to `__inline__' or `__inline' if that's what the C compiler
|
A D | tif_config.h.cmake.in | 251 /* Define to `__inline__' or `__inline' if that's what the C compiler
|
A D | tif_config.h.in | 400 /* Define to `__inline__' or `__inline' if that's what the C compiler
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/include/ |
A D | osdep_service.h | 52 #define __inline__ inline macro 64 #define __inline__ __inline //__linine__ is not supported in keil compilor, use __inline instead macro 68 #define __inline__ inline macro
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftmac.c | 79 #define OS_INLINE static __inline__
|
/AliOS-Things-master/components/SDL2/src/image/external/ |
A D | tiff-4.0.9-win32config.patch | 501 +/* Define to `__inline__' or `__inline' if that's what the C compiler
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | CMakeLists.txt | 228 foreach(inline_keyword "inline" "__inline__" "__inline")
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | traces.1 | 618 m4trace:configure.in:51: -1- AH_OUTPUT([inline], [/* Define to `__inline__\' or `__inline\' if that…
|
A D | output.0 | 12065 for ac_kw in inline __inline__ __inline; do
|
A D | output.1 | 12065 for ac_kw in inline __inline__ __inline; do
|
A D | output.2 | 13392 for ac_kw in inline __inline__ __inline; do
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | configure | 12065 for ac_kw in inline __inline__ __inline; do
|
/AliOS-Things-master/components/SDL2/ |
A D | configure | 16211 for ac_kw in inline __inline__ __inline; do
|
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/ |
A D | vulkan.hpp | 103 # define VULKAN_HPP_INLINE __attribute__((always_inline)) __inline__ 108 # define VULKAN_HPP_INLINE __attribute__((always_inline)) __inline__
|