Searched refs:cutlim (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrtol.c60 int neg, any, cutlim; local
100 * cutoff will be set to 214748364 and cutlim to either
110 cutlim = cutoff % base;
123 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
H A Dstrtoul.c60 int neg, any, cutlim; local
90 cutlim = ULONG_MAX % base;
102 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Dstrtoll.c71 int neg, any, cutlim; local
114 * is 10, cutoff will be set to 922337203685477580 and cutlim to
125 cutlim = cutoff % base;
138 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
H A Dstrtoull.c72 int neg, any, cutlim; local
105 cutlim = ULLONG_MAX % base;
117 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstrtol.c245 register unsigned int cutlim; local
348 cutlim = STRTOL_ULONG_MAX % (unsigned LONG int) base;
365 if (i > cutoff || (i == cutoff && c > cutlim))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrtol.c245 register unsigned int cutlim; local
348 cutlim = STRTOL_ULONG_MAX % (unsigned LONG int) base;
365 if (i > cutoff || (i == cutoff && c > cutlim))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.c636 guint64 cutlim;
685 cutlim = G_MAXUINT64 % base;
701 if (ui64 > cutoff || (ui64 == cutoff && c > cutlim))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.c636 guint64 cutlim;
685 cutlim = G_MAXUINT64 % base;
701 if (ui64 > cutoff || (ui64 == cutoff && c > cutlim))

Completed in 133 milliseconds