Home
last modified time | relevance | path

Searched refs:cutlim (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/convert/
Dstrtol.hpp179 uint_type const cutlim = umax % base; in str_to_i() local
190 if (base <= ch || cutoff < result || (result == cutoff && cutlim < ch)) in str_to_i()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c650 guint64 cutlim;
699 cutlim = G_MAXUINT64 % base;
715 if (ui64 > cutoff || (ui64 == cutoff && c > cutlim))
/third_party/glib/glib/
Dgstrfuncs.c1063 guint64 cutlim; in g_parse_long_long() local
1114 cutlim = G_MAXUINT64 % base; in g_parse_long_long()
1130 if (ui64 > cutoff || (ui64 == cutoff && c > cutlim)) in g_parse_long_long()
Dgspawn.c1340 const int cutlim = G_MAXINT % 10; in filename_to_fd() local
1352 if (fd > cutoff || (fd == cutoff && c > cutlim)) in filename_to_fd()