/vbox/src/VBox/Additions/solaris/DRM/include/ |
H A D | drm_atomic.h | 51 #undef inline macro 52 #define inline macro
|
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/ |
H A D | pixman-compiler.h | 10 * inline must be defined 50 /* 'inline' is available only in C++ in MSVC */ 51 # define inline __inline macro 54 # define inline __inline__ macro 58 # define force_inline inline
|
/vbox/src/libs/liblzf-3.4/ |
H A D | lzf_c.c | 84 # define inline inline macro 87 # define inline static macro
|
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
H A D | list.h | 33 #ifdef inline 34 #undef inline macro 36 #define inline __inline macro 80 static inline void list_add_after( struct list *elem, struct list *to_add ) 89 static inline void list_add_before( struct list *elem, struct list *to_add ) 98 static inline void list_add_head( struct list *list, struct list *elem ) 104 static inline void list_add_tail( struct list *list, struct list *elem ) 110 static inline void list_remove( struct list *elem ) 117 static inline struct list *list_next( const struct list *list, const struct list *elem ) 125 static inline struc [all...] |
H A D | rbtree.h | 34 #ifdef inline 35 #undef inline macro 37 #define inline __inline macro 79 static inline void wine_rb_stack_clear(struct wine_rb_stack *stack) 84 static inline void wine_rb_stack_push(struct wine_rb_stack *stack, struct wine_rb_entry **entry) 89 static inline int wine_rb_ensure_stack_size(struct wine_rb_tree *tree, size_t size) 108 static inline int wine_rb_is_red(struct wine_rb_entry *entry) 113 static inline void wine_rb_rotate_left(struct wine_rb_entry **entry) 126 static inline void wine_rb_rotate_right(struct wine_rb_entry **entry) 139 static inline voi [all...] |
H A D | debug.h | 95 #ifdef inline 96 #undef inline macro 98 #define inline __inline macro 248 static inline const char *wine_dbgstr_a( const char *s ) 253 static inline const char *wine_dbgstr_w( const WCHAR *s ) 258 static inline const char *wine_dbgstr_guid( const GUID *id ) 268 static inline const char *wine_dbgstr_point( const POINT *pt ) 274 static inline const char *wine_dbgstr_size( const SIZE *size ) 280 static inline const char *wine_dbgstr_rect( const RECT *rect ) 287 static inline cons [all...] |
H A D | port.h | 61 #ifndef inline 62 #define inline macro 345 static inline void *memcpy_unaligned( void *dst, const void *src, size_t size ) 371 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare ); 372 extern inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare ); 374 extern inline int interlocked_xchg( int *dest, int val ); 375 extern inline void *interlocked_xchg_ptr( void **dest, void *val ); 376 extern inline int interlocked_xchg_add( int *dest, int incr ); 378 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare ) 386 extern inline voi [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
H A D | list.h | 33 #ifdef inline 34 #undef inline macro 36 #define inline __inline macro 80 static inline void list_add_after( struct list *elem, struct list *to_add ) 89 static inline void list_add_before( struct list *elem, struct list *to_add ) 98 static inline void list_add_head( struct list *list, struct list *elem ) 104 static inline void list_add_tail( struct list *list, struct list *elem ) 110 static inline void list_remove( struct list *elem ) 117 static inline struct list *list_next( const struct list *list, const struct list *elem ) 125 static inline struc [all...] |
H A D | rbtree.h | 34 #ifdef inline 35 #undef inline macro 37 #define inline __inline macro 79 static inline void wine_rb_stack_clear(struct wine_rb_stack *stack) 84 static inline void wine_rb_stack_push(struct wine_rb_stack *stack, struct wine_rb_entry **entry) 89 static inline int wine_rb_ensure_stack_size(struct wine_rb_tree *tree, size_t size) 108 static inline int wine_rb_is_red(struct wine_rb_entry *entry) 113 static inline void wine_rb_rotate_left(struct wine_rb_entry **entry) 126 static inline void wine_rb_rotate_right(struct wine_rb_entry **entry) 139 static inline voi [all...] |
H A D | debug.h | 95 #ifdef inline 96 #undef inline macro 98 #define inline __inline macro 248 static inline const char *wine_dbgstr_a( const char *s ) 253 static inline const char *wine_dbgstr_w( const WCHAR *s ) 258 static inline const char *wine_dbgstr_guid( const GUID *id ) 268 static inline const char *wine_dbgstr_point( const POINT *pt ) 274 static inline const char *wine_dbgstr_size( const SIZE *size ) 280 static inline const char *wine_dbgstr_rect( const RECT *rect ) 287 static inline cons [all...] |
H A D | port.h | 61 #ifndef inline 62 #define inline macro 345 static inline void *memcpy_unaligned( void *dst, const void *src, size_t size ) 371 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare ); 372 extern inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare ); 374 extern inline int interlocked_xchg( int *dest, int val ); 375 extern inline void *interlocked_xchg_ptr( void **dest, void *val ); 376 extern inline int interlocked_xchg_add( int *dest, int incr ); 378 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare ) 386 extern inline voi [all...] |
/vbox/src/libs/libxml2-2.6.31/include/ |
H A D | wsockcompat.h | 14 /* the following is a workaround a problem for 'inline' keyword in said 17 #define inline __inline macro
|
/vbox/src/recompiler/ |
H A D | osdep.h | 115 #define inline __attribute__ (( always_inline )) __inline__ macro 119 #define inline always_inline macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/ |
H A D | list.h | 33 #ifdef inline 34 #undef inline macro 36 #define inline __inline macro 80 static inline void list_add_after( struct list *elem, struct list *to_add ) 89 static inline void list_add_before( struct list *elem, struct list *to_add ) 98 static inline void list_add_head( struct list *list, struct list *elem ) 104 static inline void list_add_tail( struct list *list, struct list *elem ) 110 static inline void list_remove( struct list *elem ) 117 static inline struct list *list_next( const struct list *list, const struct list *elem ) 125 static inline struc [all...] |
H A D | rbtree.h | 34 #ifdef inline 35 #undef inline macro 37 #define inline __inline macro 79 static inline void wine_rb_stack_clear(struct wine_rb_stack *stack) 84 static inline void wine_rb_stack_push(struct wine_rb_stack *stack, struct wine_rb_entry **entry) 89 static inline int wine_rb_ensure_stack_size(struct wine_rb_tree *tree, size_t size) 108 static inline int wine_rb_is_red(struct wine_rb_entry *entry) 113 static inline void wine_rb_rotate_left(struct wine_rb_entry **entry) 126 static inline void wine_rb_rotate_right(struct wine_rb_entry **entry) 139 static inline voi [all...] |
H A D | debug.h | 95 #ifdef inline 96 #undef inline macro 98 #define inline __inline macro 248 static inline const char *wine_dbgstr_a( const char *s ) 253 static inline const char *wine_dbgstr_w( const WCHAR *s ) 258 static inline const char *wine_dbgstr_guid( const GUID *id ) 268 static inline const char *wine_dbgstr_point( const POINT *pt ) 274 static inline const char *wine_dbgstr_size( const SIZE *size ) 280 static inline const char *wine_dbgstr_rect( const RECT *rect ) 287 static inline cons [all...] |
H A D | port.h | 61 #ifndef inline 62 #define inline macro 345 static inline void *memcpy_unaligned( void *dst, const void *src, size_t size ) 371 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare ); 372 extern inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare ); 374 extern inline int interlocked_xchg( int *dest, int val ); 375 extern inline void *interlocked_xchg_ptr( void **dest, void *val ); 376 extern inline int interlocked_xchg_add( int *dest, int incr ); 378 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare ) 386 extern inline voi [all...] |
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | slirp_config.h | 131 /* Define to whatever your compiler thinks inline should be */ 133 # define inline _inline macro 135 # define inline inline macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/ |
H A D | debug.h | 58 #if !defined(__cplusplus) && !defined(inline) 59 # define inline _inline macro 210 static inline const char *wine_dbgstr_a( const char *s ) 215 static inline const char *wine_dbgstr_w( const WCHAR *s ) 220 static inline const char *wine_dbgstr_guid( const GUID *id ) 230 static inline const char *wine_dbgstr_point( const POINT *pt ) 236 static inline const char *wine_dbgstr_size( const SIZE *size ) 242 static inline const char *wine_dbgstr_rect( const RECT *rect ) 249 static inline const char *wine_dbgstr_longlong( ULONGLONG ll ) 290 static inline cons [all...] |
H A D | port.h | 214 # define inline _inline macro 220 static inline float __port_infinity(void) 229 static inline float __port_nan(void) 354 static inline void *memcpy_unaligned( void *dst, const void *src, size_t size ) 382 static inline int interlocked_cmpxchg( int *dest, int xchg, int compare ) 390 static inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare ) 403 static inline int interlocked_xchg( int *dest, int val ) 411 static inline void *interlocked_xchg_ptr( void **dest, void *val ) 424 static inline int interlocked_xchg_add( int *dest, int incr ) 433 static inline unsigne [all...] |
/vbox/src/VBox/Devices/build/ |
H A D | vl_vbox.h | 61 #define inline _inline macro 178 inline int ffs(int mask)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | port.h | 61 #ifndef inline 62 #define inline macro 345 static inline void *memcpy_unaligned( void *dst, const void *src, size_t size ) 371 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare ); 372 extern inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare ); 374 extern inline int interlocked_xchg( int *dest, int val ); 375 extern inline void *interlocked_xchg_ptr( void **dest, void *val ); 376 extern inline int interlocked_xchg_add( int *dest, int incr ); 378 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare ) 386 extern inline voi [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | compiler.h | 591 /** Declare a function to be always inline */ 594 /* Force all inline functions to not be instrumented 605 #define inline inline __attribute__ (( no_instrument_function )) macro
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | windef.h | 168 # define inline __inline macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | windef.h | 168 # define inline __inline macro
|