Home
last modified time | relevance | path

Searched refs:G_INLINE_FUNC (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/glib/
Dgutils.h101 # define G_INLINE_FUNC macro
104 # define G_INLINE_FUNC static __inline __attribute__ ((unused))
106 # define G_INLINE_FUNC static inline
108 # define 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,
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 …]
Dgthread.h336 G_INLINE_FUNC gboolean g_once_init_enter (volatile gsize *value_location);
341 G_INLINE_FUNC gboolean
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt304 G_INLINE_FUNC
/external/bluetooth/glib/
DChangeLog.pre-2-1679 * glib/gutils.h: Add a version of G_INLINE_FUNC for
523 namespace. for gcc, define G_INLINE_FUNC to "static inline" as with
DChangeLog.pre-1-21953 sense. we also define G_INLINE_FUNC to properly export the function
1956 G_INLINE_FUNC to extern and G_CAN_INLINE to 1.
DNEWS868 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
/external/bluetooth/glib/docs/reference/
DChangeLog1946 comments to the G_INLINE_FUNC macros. (#310836,