Home
last modified time | relevance | path

Searched refs:LONG_MAX (Results 1 – 25 of 196) sorted by relevance

12345678

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
D1-1.c22 structure_and_field = LONG_MAX; \
23 if (structure_and_field != LONG_MAX) { \
28 if (structure_and_field != LONG_MAX) { \
31 structure_and_field = LONG_MAX+1; \
/external/mesa3d/src/mesa/math/
Dm_debug_util.h85 counter_overhead = LONG_MAX; \
113 x = LONG_MAX; \
153 x = LONG_MAX; \
170 x = LONG_MAX; \
203 counter_overhead = LONG_MAX; \
216 x = LONG_MAX; \
235 x = LONG_MAX; \
/external/mesa3d/src/util/
Drounding.h100 #if LONG_MAX == INT64_MAX in _mesa_lroundevenf()
102 #elif LONG_MAX == INT32_MAX in _mesa_lroundevenf()
120 #if LONG_MAX == INT64_MAX in _mesa_lroundeven()
122 #elif LONG_MAX == INT32_MAX in _mesa_lroundeven()
/external/syslinux/gpxe/src/arch/x86_64/include/
Dlimits.h44 #define LONG_MAX 9223372036854775807L macro
45 #define LONG_MIN (-LONG_MAX - 1L)
52 #define LLONG_MIN (-LONG_MAX - 1LL)
/external/syslinux/gpxe/src/arch/i386/include/
Dlimits.h46 #define LONG_MAX 2147483647 macro
47 #define LONG_MIN (-LONG_MAX - 1L)
54 #define LLONG_MIN (-LONG_MAX - 1LL)
/external/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage03_child.c77 consume_str, 0, LONG_MAX); in main()
85 LONG_MAX); in main()
112 self_str, 0, LONG_MAX); in main()
123 child_str, 0, LONG_MAX); in main()
/external/clang/test/Headers/
Dlimits.cpp11 _Static_assert(LONG_MAX == -(LONG_MIN+1L), "");
16 _Static_assert(LONG_MAX == ULONG_MAX/2, "");
21 _Static_assert(LONG_MIN == -LONG_MAX-1L, "");
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi.h120 #if LONG_MAX == 2147483647
124 #elif LONG_MAX != 9223372036854775807
178 # if LONG_MAX == 2147483647
180 # elif LONG_MAX == 9223372036854775807
/external/bison/darwin-lib/
Dstdint.h172 # if LONG_MAX >> 31 >> 31 == 1
312 # if 1 && LONG_MAX >> 30 == 1
453 # define INT_FAST32_MAX LONG_MAX
475 #define INTPTR_MAX LONG_MAX
598 #if LONG_MAX >> 31 >> 31 == 1
616 # if 1 && LONG_MAX >> 30 == 1
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dffi.h129 #if LONG_MAX == 2147483647
133 #elif LONG_MAX != 9223372036854775807
185 # if LONG_MAX == 2147483647
187 # elif LONG_MAX == 9223372036854775807
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/
D10-1.c38 page_ptr = (void *)(LONG_MAX - (LONG_MAX % page_size)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
D8-1.c38 page_ptr = (void *)(LONG_MAX - (LONG_MAX % page_size)); in main()
/external/openssh/regress/unittests/conversion/
Dtests.c43 snprintf(buf, sizeof buf, "%llu", (unsigned long long)LONG_MAX + 1); in tests()
47 snprintf(buf, sizeof buf, "%lluM", (unsigned long long)LONG_MAX/60 + 1); in tests()
/external/bison/lib/
Dstdint.in.h171 # if LONG_MAX >> 31 >> 31 == 1
311 # if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
452 # define INT_FAST32_MAX LONG_MAX
474 #define INTPTR_MAX LONG_MAX
597 #if LONG_MAX >> 31 >> 31 == 1
615 # if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
/external/libcxx/test/std/depr/depr.c.headers/
Dlimits_h.pass.cpp70 #ifndef LONG_MAX
71 #error LONG_MAX not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dclimits.pass.cpp70 #ifndef LONG_MAX
71 #error LONG_MAX not defined
/external/python/cpython2/Lib/test/
Dtest_structmembers.py10 LONG_MAX, LONG_MIN, ULONG_MAX, \
50 ts.T_LONG = LONG_MAX
51 self.assertEqual(ts.T_LONG, LONG_MAX)
/external/valgrind/none/tests/s390x/
Dlpr.c86 t64(LONG_MAX); t64(LONG_MIN); t64(ULONG_MAX); in main()
91 t3264(LONG_MAX); t3264(LONG_MIN); t3264(ULONG_MAX); in main()
/external/clang/lib/Headers/
Dlimits.h52 #undef LONG_MAX
63 #define LONG_MAX __LONG_MAX__ macro
/external/curl/lib/
Dconfig-amigaos.h126 #ifndef LONG_MAX
127 # define LONG_MAX 0x7fffffffL macro
/external/linux-kselftest/tools/testing/selftests/timers/
Dvalid-adjtimex.c118 #define LONG_MAX (~0UL>>1) macro
119 #define LONG_MIN (-LONG_MAX - 1)
122 LONG_MAX,
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h151 #if (LONG_MAX >> 31) < 0xffffffff
157 # define INT_FAST64_MAX LONG_MAX
186 # define INTMAX_MAX LONG_MAX
/external/python/cpython2/Modules/_sqlite/
Dutil.c124 if (value > LONG_MAX || value < LONG_MIN) in _pysqlite_long_from_int64()
129 if (value > LONG_MAX || value < LONG_MIN) { in _pysqlite_long_from_int64()
/external/python/cpython2/Objects/
Drangeobject.c59 return last > LONG_MAX - r->step ? LONG_MAX : last + r->step; in get_stop_for_range()
91 if (n > (unsigned long)LONG_MAX || (long)n > PY_SSIZE_T_MAX) { in range_new()
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py12 LONG_MAX = 2147483647 variable
13 OFF32_MAX = LONG_MAX
18 CLOCK_MAX = LONG_MAX

12345678