Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dglibconfig.h104 #define GUINT_TO_POINTER(u) ((gpointer) (gulong) (u)) macro
156 #define GUINT_TO_POINTER(u) ((gpointer) (guint) (u)) macro
Dglibconfig.h.in102 #define GUINT_TO_POINTER(u) ((gpointer) @glib_gpui_cast@ (u)) macro
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dglibconfig.in.h56 #define GUINT_TO_POINTER(u) ((gpointer) (uintptr_t) (u)) macro