Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dglibconfig.h101 #define GPOINTER_TO_UINT(p) ((guint) (gulong) (p)) macro
153 #define GPOINTER_TO_UINT(p) ((guint) (guint) (p)) macro
Dglibconfig.h.in99 #define GPOINTER_TO_UINT(p) ((guint) @glib_gpui_cast@ (p)) macro
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dglibconfig.in.h53 #define GPOINTER_TO_UINT(p) ((guint) (uintptr_t) (p)) macro