Home
last modified time | relevance | path

Searched defs:G_GINT64_CONSTANT (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/
Dglibconfig.h66 #define G_GINT64_CONSTANT(val) (val##L) macro
118 #define G_GINT64_CONSTANT(val) (G_GNUC_EXTENSION (val##LL)) macro
Dglibconfig.h.in64 #define G_GINT64_CONSTANT(val) @gint64_constant@ macro