HomeSort by relevance Sort by last modified time
    Searched refs:G_INLINE_FUNC (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/glib/
gutils.h 81 * function bodies do make sense. we also define G_INLINE_FUNC to properly
101 # define G_INLINE_FUNC
104 # define G_INLINE_FUNC static __inline __attribute__ ((unused))
106 # define G_INLINE_FUNC static inline
108 # define G_INLINE_FUNC
109 #endif /* !G_INLINE_FUNC */
298 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
    [all...]
gthread.h 36 #include <glib/gutils.h> /* for G_INLINE_FUNC */
336 G_INLINE_FUNC gboolean g_once_init_enter (volatile gsize *value_location);
341 G_INLINE_FUNC gboolean

Completed in 104 milliseconds