/third_party/mesa3d/src/util/ |
H A D | rounding.h | 98 #if LONG_MAX == INT64_MAX in _mesa_lroundevenf() 100 #elif LONG_MAX == INT32_MAX in _mesa_lroundevenf() 118 #if LONG_MAX == INT64_MAX in _mesa_lroundeven() 120 #elif LONG_MAX == INT32_MAX in _mesa_lroundeven() 137 #if LONG_MAX == INT64_MAX in _mesa_i64roundevenf() 139 #elif LONG_MAX == INT32_MAX in _mesa_i64roundevenf()
|
/third_party/mesa3d/src/mesa/math/ |
H A 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; \
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/ |
H A D | 1-1.c | 21 printf("\t.. LONG_MAX\n"); \ 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; \ 32 printf("\t.. (LONG_MAX+1)\n"); \
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | limits.h | 28 #define LONG_MIN (-LONG_MAX-1) 29 #define LONG_MAX __LONG_MAX macro 30 #define ULONG_MAX (2UL*LONG_MAX+1) 53 #define SSIZE_MAX LONG_MAX 58 #if LONG_MAX == 0x7fffffffL
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | limits.h | 28 #define LONG_MIN (-LONG_MAX-1) 29 #define LONG_MAX __LONG_MAX macro 30 #define ULONG_MAX (2UL*LONG_MAX+1) 53 #define SSIZE_MAX LONG_MAX 58 #if LONG_MAX == 0x7fffffffL
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | limits.h | 30 #define LONG_MIN (-LONG_MAX-1) 31 #define LONG_MAX __LONG_MAX macro 32 #define ULONG_MAX (2UL*LONG_MAX+1) 55 #define SSIZE_MAX LONG_MAX 60 #if LONG_MAX == 0x7fffffffL
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | limits.h | 30 #define LONG_MIN (-LONG_MAX-1) 31 #define LONG_MAX __LONG_MAX macro 32 #define ULONG_MAX (2UL*LONG_MAX+1) 55 #define SSIZE_MAX LONG_MAX 60 #if LONG_MAX == 0x7fffffffL
|
/third_party/musl/include/ |
H A D | limits.h | 28 #define LONG_MIN (-LONG_MAX-1) 29 #define LONG_MAX __LONG_MAX macro 30 #define ULONG_MAX (2UL*LONG_MAX+1) 58 #define SSIZE_MAX LONG_MAX 63 #if LONG_MAX == 0x7fffffffL
|
/third_party/ltp/testcases/kernel/syscalls/getrusage/ |
H A D | getrusage03_child.c | 33 consume_nr = SAFE_STRTOL(argv[2], 0, LONG_MAX); in main() 36 grand_consume_nr = SAFE_STRTOL(argv[2], 0, LONG_MAX); in main() 48 self_nr = SAFE_STRTOL(argv[2], 0, LONG_MAX); in main() 49 child_nr = SAFE_STRTOL(argv[3], 0, LONG_MAX); in main()
|
/third_party/curl/lib/ |
H A D | timediff.c | 57 #if TIMEDIFF_T_MAX > LONG_MAX in curlx_mstotv() 59 if(tv_sec > LONG_MAX) in curlx_mstotv() 60 tv_sec = LONG_MAX; in curlx_mstotv()
|
H A D | config-amigaos.h | 105 #ifndef LONG_MAX 106 # define LONG_MAX 0x7fffffffL macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | limits.h | 61 #define LONG_MIN (-LONG_MAX-1) 62 #define LONG_MAX __LONG_MAX macro 63 #define ULONG_MAX (2UL*LONG_MAX+1) 88 #define SSIZE_MAX LONG_MAX
|
/third_party/mbedtls/library/ |
H A D | psa_its_file.c | 148 #if LONG_MAX < 0xffffffff in psa_its_get() 149 while (data_offset > LONG_MAX) { in psa_its_get() 150 if (fseek(stream, LONG_MAX, SEEK_CUR) != 0) { in psa_its_get() 153 data_offset -= LONG_MAX; in psa_its_get()
|
/third_party/musl/porting/linux/user/src/conf/ |
H A D | sysconf.c | 180 return lim.rlim_cur > LONG_MAX ? LONG_MAX : lim.rlim_cur; in sysconf() 210 return (mem > LONG_MAX) ? LONG_MAX : mem; in sysconf()
|
/third_party/python/Modules/_ctypes/libffi_osx/include/ |
H A D | ffi.h | 129 #if LONG_MAX == 2147483647 133 #elif LONG_MAX != 9223372036854775807 185 # if LONG_MAX == 2147483647 187 # elif LONG_MAX == 9223372036854775807
|
/third_party/musl/src/time/ |
H A D | clock.c | 14 if (ts.tv_sec > LONG_MAX/1000000 in clock() 15 || ts.tv_nsec/1000 > LONG_MAX-1000000*ts.tv_sec) in clock()
|
/third_party/musl/porting/liteos_a/user/src/time/ |
H A D | clock.c | 13 if (ts.tv_sec > LONG_MAX/1000000 in clock() 14 || ts.tv_nsec/1000 > LONG_MAX-1000000*ts.tv_sec) in clock()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/ |
H A D | 10-1.c | 14 * Assume that the value LONG_MAX is an invalid pointer. 46 page_ptr = (void *)(LONG_MAX - (LONG_MAX % page_size)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/ |
H A D | 8-1.c | 14 * Assume that the value LONG_MAX is an invalid pointer. 46 page_ptr = (void *)(LONG_MAX - (LONG_MAX % page_size)); in main()
|
/third_party/musl/src/conf/ |
H A D | sysconf.c | 189 return lim.rlim_cur > LONG_MAX ? LONG_MAX : lim.rlim_cur; in sysconf() 219 return (mem > LONG_MAX) ? LONG_MAX : mem; in sysconf()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | lrint.c | 25 otherwise LONG_MAX and LONG_MIN can be represented exactly 29 #if LONG_MAX < 1U<<53 && defined(FE_INEXACT) 48 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrint_slow()
|
/third_party/musl/src/math/ |
H A D | lrint.c | 25 otherwise LONG_MAX and LONG_MIN can be represented exactly 29 #if LONG_MAX < 1U<<53 && defined(FE_INEXACT) 48 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrint_slow()
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_structmembers.py | 11 LONG_MAX, LONG_MIN, ULONG_MAX, \ 64 ts.T_LONG = LONG_MAX 65 self.assertEqual(ts.T_LONG, LONG_MAX) 13 PY_SSIZE_T_MAX, PY_SSIZE_T_MIN global() namespace
|
/third_party/tzdata/ |
H A D | private.h | 318 # if 1 <= LONG_MAX >> 31 >> 31 321 # define INT_FAST64_MAX LONG_MAX 331 # if INT_FAST64_MAX == LONG_MAX 345 # define INT_FAST32_MAX LONG_MAX 367 # define INTMAX_MAX LONG_MAX 851 int: INT_MAX, long: LONG_MAX, long long: LLONG_MAX, \
|
/third_party/curl/docs/examples/ |
H A D | imap-append.c | 95 long infilesize = LONG_MAX; in main() 113 if(filesize <= LONG_MAX) in main()
|