Home
last modified time | relevance | path

Searched defs:GINT_TO_POINTER (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/
Dglibconfig.h103 #define GINT_TO_POINTER(i) ((gpointer) (glong) (i)) macro
155 #define GINT_TO_POINTER(i) ((gpointer) (gint) (i)) macro
Dglibconfig.h.in101 #define GINT_TO_POINTER(i) ((gpointer) @glib_gpi_cast@ (i)) macro
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dglibconfig.in.h55 #define GINT_TO_POINTER(i) ((gpointer) (intptr_t) (i)) macro