/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/ |
D | 1-1.c | 22 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/ |
D | m_debug_util.h | 85 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/ |
D | rounding.h | 100 #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/ |
D | limits.h | 44 #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/ |
D | limits.h | 46 #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/ |
D | getrusage03_child.c | 77 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/ |
D | limits.cpp | 11 _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/ |
D | ffi.h | 120 #if LONG_MAX == 2147483647 124 #elif LONG_MAX != 9223372036854775807 178 # if LONG_MAX == 2147483647 180 # elif LONG_MAX == 9223372036854775807
|
/external/bison/darwin-lib/ |
D | stdint.h | 172 # 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/ |
D | ffi.h | 129 #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/ |
D | 10-1.c | 38 page_ptr = (void *)(LONG_MAX - (LONG_MAX % page_size)); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/ |
D | 8-1.c | 38 page_ptr = (void *)(LONG_MAX - (LONG_MAX % page_size)); in main()
|
/external/openssh/regress/unittests/conversion/ |
D | tests.c | 43 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/ |
D | stdint.in.h | 171 # 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/ |
D | limits_h.pass.cpp | 70 #ifndef LONG_MAX 71 #error LONG_MAX not defined
|
/external/libcxx/test/std/language.support/support.limits/c.limits/ |
D | climits.pass.cpp | 70 #ifndef LONG_MAX 71 #error LONG_MAX not defined
|
/external/python/cpython2/Lib/test/ |
D | test_structmembers.py | 10 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/ |
D | lpr.c | 86 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/ |
D | limits.h | 52 #undef LONG_MAX 63 #define LONG_MAX __LONG_MAX__ macro
|
/external/curl/lib/ |
D | config-amigaos.h | 126 #ifndef LONG_MAX 127 # define LONG_MAX 0x7fffffffL macro
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | valid-adjtimex.c | 118 #define LONG_MAX (~0UL>>1) macro 119 #define LONG_MIN (-LONG_MAX - 1) 122 LONG_MAX,
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 151 #if (LONG_MAX >> 31) < 0xffffffff 157 # define INT_FAST64_MAX LONG_MAX 186 # define INTMAX_MAX LONG_MAX
|
/external/python/cpython2/Modules/_sqlite/ |
D | util.c | 124 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/ |
D | rangeobject.c | 59 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/ |
D | STROPTS.py | 12 LONG_MAX = 2147483647 variable 13 OFF32_MAX = LONG_MAX 18 CLOCK_MAX = LONG_MAX
|