Searched refs:G_INLINE_FUNC (Results 1 – 7 of 7) sorted by relevance
101 # define G_INLINE_FUNC macro104 # define G_INLINE_FUNC static __inline __attribute__ ((unused))106 # define G_INLINE_FUNC static inline108 # define G_INLINE_FUNC298 G_INLINE_FUNC gint g_bit_nth_lsf (gulong mask,300 G_INLINE_FUNC gint g_bit_nth_msf (gulong mask,302 G_INLINE_FUNC guint g_bit_storage (gulong number) G_GNUC_CONST;313 G_INLINE_FUNC void g_trash_stack_push (GTrashStack **stack_p,315 G_INLINE_FUNC gpointer g_trash_stack_pop (GTrashStack **stack_p);316 G_INLINE_FUNC gpointer g_trash_stack_peek (GTrashStack **stack_p);[all …]
336 G_INLINE_FUNC gboolean g_once_init_enter (volatile gsize *value_location);341 G_INLINE_FUNC gboolean
304 G_INLINE_FUNC
79 * glib/gutils.h: Add a version of G_INLINE_FUNC for523 namespace. for gcc, define G_INLINE_FUNC to "static inline" as with
1953 sense. we also define G_INLINE_FUNC to properly export the function1956 G_INLINE_FUNC to extern and G_CAN_INLINE to 1.
868 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
1946 comments to the G_INLINE_FUNC macros. (#310836,