Searched refs:G_MININT64 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgtypes.in.h72 #define G_MININT64 ((gint64) G_GINT64_CONSTANT(0x8000000000000000)) macro
H A Dgstrfuncs.c804 * If the correct value would cause overflow, %G_MAXINT64 or %G_MININT64
824 if (negative && result > (guint64) G_MININT64)
827 return G_MININT64;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgtypes.in.h72 #define G_MININT64 ((gint64) G_GINT64_CONSTANT(0x8000000000000000)) macro
H A Dgstrfuncs.c804 * If the correct value would cause overflow, %G_MAXINT64 or %G_MININT64
824 if (negative && result > (guint64) G_MININT64)
827 return G_MININT64;

Completed in 79 milliseconds