Home
last modified time | relevance | path

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

123456789

/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/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/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/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage03_child.c78 consume_str, 0, LONG_MAX); in main()
86 LONG_MAX); in main()
113 self_str, 0, LONG_MAX); in main()
124 child_str, 0, LONG_MAX); in main()
/external/python/cpython2/android_arm/libffi/
Dffi.h151 #if LONG_MAX == 2147483647
155 #elif LONG_MAX != FFI_64_BIT_MAX
159 #if LONG_MAX == 2147483647
162 #elif LONG_MAX == FFI_64_BIT_MAX
241 # if LONG_MAX == 2147483647
243 # elif LONG_MAX == FFI_64_BIT_MAX
/external/python/cpython2/android_x86_64/libffi/
Dffi.h152 #if LONG_MAX == 2147483647
156 #elif LONG_MAX != FFI_64_BIT_MAX
160 #if LONG_MAX == 2147483647
163 #elif LONG_MAX == FFI_64_BIT_MAX
242 # if LONG_MAX == 2147483647
244 # elif LONG_MAX == FFI_64_BIT_MAX
/external/python/cpython2/android_arm64/libffi/
Dffi.h151 #if LONG_MAX == 2147483647
155 #elif LONG_MAX != FFI_64_BIT_MAX
159 #if LONG_MAX == 2147483647
162 #elif LONG_MAX == FFI_64_BIT_MAX
241 # if LONG_MAX == 2147483647
243 # elif LONG_MAX == FFI_64_BIT_MAX
/external/python/cpython2/linux_x86_64/libffi/
Dffi.h152 #if LONG_MAX == 2147483647
156 #elif LONG_MAX != FFI_64_BIT_MAX
160 #if LONG_MAX == 2147483647
163 #elif LONG_MAX == FFI_64_BIT_MAX
242 # if LONG_MAX == 2147483647
244 # elif LONG_MAX == FFI_64_BIT_MAX
/external/python/cpython2/android_x86/libffi/
Dffi.h151 #if LONG_MAX == 2147483647
155 #elif LONG_MAX != FFI_64_BIT_MAX
159 #if LONG_MAX == 2147483647
162 #elif LONG_MAX == FFI_64_BIT_MAX
241 # if LONG_MAX == 2147483647
243 # elif LONG_MAX == FFI_64_BIT_MAX
/external/python/cpython2/darwin_x86_64/libffi/
Dffi.h151 #if LONG_MAX == 2147483647
155 #elif LONG_MAX != FFI_64_BIT_MAX
159 #if LONG_MAX == 2147483647
162 #elif LONG_MAX == FFI_64_BIT_MAX
241 # if LONG_MAX == 2147483647
243 # elif LONG_MAX == FFI_64_BIT_MAX
/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/python/cpython3/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/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/libcxx/test/std/language.support/support.limits/c.limits/
Dclimits.pass.cpp70 #ifndef LONG_MAX
71 #error LONG_MAX not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dlimits_h.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/python/cpython3/Lib/test/
Dtest_structmembers.py10 LONG_MAX, LONG_MIN, ULONG_MAX, \
63 ts.T_LONG = LONG_MAX
64 self.assertEqual(ts.T_LONG, LONG_MAX)
/external/clang/lib/Headers/
Dlimits.h52 #undef LONG_MAX
63 #define LONG_MAX __LONG_MAX__ macro
/external/python/cpython3/Include/
Dpyport.h675 #ifndef LONG_MAX
677 #define LONG_MAX 0X7FFFFFFFL macro
679 #define LONG_MAX 0X7FFFFFFFFFFFFFFFL macro
686 #define LONG_MIN (-LONG_MAX-1)
/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/linux-kselftest/tools/testing/selftests/timers/
Dvalid-adjtimex.c107 #define LONG_MAX (~0UL>>1) macro
108 #define LONG_MIN (-LONG_MAX - 1)
111 LONG_MAX,

123456789