Searched refs:LONG_MAX (Results 1 - 25 of 67) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dconfig-amigaos.h59 #ifndef LONG_MAX
60 # define LONG_MAX 0x7fffffffL /* max value for a long */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrtol.c108 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX
109 : LONG_MAX;
132 acc = neg ? LONG_MIN : LONG_MAX;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddbkill.cpp43 return LONG_MAX;
63 return LONG_MAX;
109 if (pid == LONG_MAX || pid == LONG_MIN)
H A Dclib_port.h34 #ifndef LONG_MAX /* maximum (signed) long value */
36 #define LONG_MAX 2147483647 macro
39 #define LONG_MAX 9223372036854775807L macro
44 #define LONG_MIN (-LONG_MAX-1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dclib_port.h34 #ifndef LONG_MAX /* maximum (signed) long value */
36 #define LONG_MAX 2147483647 macro
39 #define LONG_MAX 9223372036854775807L macro
44 #define LONG_MIN (-LONG_MAX-1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Dclib_port.h34 #ifndef LONG_MAX /* maximum (signed) long value */
36 #define LONG_MAX 2147483647 macro
39 #define LONG_MAX 9223372036854775807L macro
44 #define LONG_MIN (-LONG_MAX-1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Dclib_port.h34 #ifndef LONG_MAX /* maximum (signed) long value */
36 #define LONG_MAX 2147483647 macro
39 #define LONG_MAX 9223372036854775807L macro
44 #define LONG_MIN (-LONG_MAX-1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Dclib_port.h34 #ifndef LONG_MAX /* maximum (signed) long value */
36 #define LONG_MAX 2147483647 macro
39 #define LONG_MAX 9223372036854775807L macro
44 #define LONG_MIN (-LONG_MAX-1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Dclib_port.h34 #ifndef LONG_MAX /* maximum (signed) long value */
36 #define LONG_MAX 2147483647 macro
39 #define LONG_MAX 9223372036854775807L macro
44 #define LONG_MIN (-LONG_MAX-1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdint.in.h62 /* Get LONG_MIN, LONG_MAX, ULONG_MAX. */
131 #if LONG_MAX >> 31 >> 31 == 1
236 #if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
351 #define INT_FAST8_MAX LONG_MAX
358 #define INT_FAST16_MAX LONG_MAX
365 #define INT_FAST32_MAX LONG_MAX
386 #define INTPTR_MAX LONG_MAX
478 #if LONG_MAX >> 31 >> 31 == 1
496 #if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdint.in.h62 /* Get LONG_MIN, LONG_MAX, ULONG_MAX. */
131 #if LONG_MAX >> 31 >> 31 == 1
236 #if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
351 #define INT_FAST8_MAX LONG_MAX
358 #define INT_FAST16_MAX LONG_MAX
365 #define INT_FAST32_MAX LONG_MAX
386 #define INTPTR_MAX LONG_MAX
478 #if LONG_MAX >> 31 >> 31 == 1
496 #if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dstdint.in.h71 /* Get LONG_MIN, LONG_MAX, ULONG_MAX. */
137 #if LONG_MAX >> 31 >> 31 == 1
256 #if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
375 #define INT_FAST8_MAX LONG_MAX
382 #define INT_FAST16_MAX LONG_MAX
389 #define INT_FAST32_MAX LONG_MAX
410 #define INTPTR_MAX LONG_MAX
529 #if LONG_MAX >> 31 >> 31 == 1
547 #if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/md5/
H A Dstdint.in.h71 /* Get LONG_MIN, LONG_MAX, ULONG_MAX. */
137 #if LONG_MAX >> 31 >> 31 == 1
256 #if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
375 #define INT_FAST8_MAX LONG_MAX
382 #define INT_FAST16_MAX LONG_MAX
389 #define INT_FAST32_MAX LONG_MAX
410 #define INTPTR_MAX LONG_MAX
529 #if LONG_MAX >> 31 >> 31 == 1
547 #if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdint.in.h62 /* Get LONG_MIN, LONG_MAX, ULONG_MAX. */
131 #if LONG_MAX >> 31 >> 31 == 1
236 #if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
351 #define INT_FAST8_MAX LONG_MAX
358 #define INT_FAST16_MAX LONG_MAX
365 #define INT_FAST32_MAX LONG_MAX
386 #define INTPTR_MAX LONG_MAX
478 #if LONG_MAX >> 31 >> 31 == 1
496 #if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dxatonum.c30 #define XSTR_TYPE_MAX LONG_MAX
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dhexdump.c89 bb_dump_skip = xatoul_range_sfx(optarg, 0, LONG_MAX, suffixes);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_deadlock/
H A Ddb_deadlock.c117 NULL, progname, str, 0, LONG_MAX, &usecs))
121 NULL, progname, optarg, 0, LONG_MAX, &secs))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_deadlock/
H A Ddb_deadlock.c102 NULL, progname, str, 0, LONG_MAX, &usecs))
106 NULL, progname, optarg, 0, LONG_MAX, &secs))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/time/
H A Dclockevents.c47 if (clc > LONG_MAX)
48 clc = LONG_MAX;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dtaskset.c66 unsigned long l = xstrtol_range(aff, 0, 1, LONG_MAX);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_getlong.c32 if ((val == LONG_MIN || val == LONG_MAX) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Df_basic.c49 if (h == LONG_MIN || h == LONG_MAX) {
H A Dem_meta.c265 if (num != LONG_MAX) {
323 if (shift == LONG_MAX) {
341 if (mask == LONG_MAX) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripngd/
H A Dripng_routemap.c161 if (metric == LONG_MAX || *endptr != '\0')
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Djiffies.h145 * Note that we don't want to return LONG_MAX, because
151 #define MAX_JIFFY_OFFSET ((LONG_MAX >> 1)-1)

Completed in 158 milliseconds

123