Home | History | Annotate | Download | only in sail

Lines Matching refs:INLINE

115  * they define the operations, and both take an extra argument INLINE.
116 * For C99 this should be INLINE in header files and empty in the
127 * #define ITEMINLINE INLINE
155 #define DEFARRAY_BYTYPE(ARRAY, T, INLINE) \
156 INLINE void \
162 INLINE void \
168 INLINE struct \
181 INLINE void \
188 INLINE unsigned \
194 INLINE T * \
200 INLINE void \
206 INLINE int \
212 INLINE int \
218 INLINE int \
224 INLINE void \
231 #define DEFARRAY(T, INLINE) DEFARRAY_BYTYPE(T##array, struct T, INLINE)