/third_party/python/Python/ |
H A D | mystrtoul.c | 23 ULONG_MAX / 2, 24 ULONG_MAX / 3, 25 ULONG_MAX / 4, 26 ULONG_MAX / 5, 27 ULONG_MAX / 6, 28 ULONG_MAX / 7, 29 ULONG_MAX / 8, 30 ULONG_MAX / 9, 31 ULONG_MAX / 10, 32 ULONG_MAX / 1 [all...] |
/third_party/musl/src/signal/ |
H A D | block.c | 6 #if ULONG_MAX == 0xffffffff && _NSIG > 65 8 #elif ULONG_MAX == 0xffffffff || _NSIG > 65 16 #if ULONG_MAX == 0xffffffff
|
H A D | sigfillset.c | 6 #if ULONG_MAX == 0xffffffff in sigfillset()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | internal.h | 109 #include <limits.h> // ULONG_MAX 122 # if ! defined(ULONG_MAX) 123 # error Compiler did not define ULONG_MAX for us 124 # elif ULONG_MAX == 18446744073709551615u // 2^64-1
|
/third_party/python/Modules/expat/ |
H A D | internal.h | 108 #include <limits.h> // ULONG_MAX 123 # if ! defined(ULONG_MAX) 124 # error Compiler did not define ULONG_MAX for us 125 # elif ULONG_MAX == 18446744073709551615u // 2^64-1
|
/third_party/FreeBSD/lib/libc/stdlib/ |
H A D | strtoul.c | 98 cutoff = ULONG_MAX / base; in strtoul_l() 99 cutlim = ULONG_MAX % base; in strtoul_l() 122 acc = ULONG_MAX; in strtoul_l()
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_structmembers.py | 11 LONG_MAX, LONG_MIN, ULONG_MAX, \ 68 ts.T_ULONG = ULONG_MAX 69 self.assertEqual(ts.T_ULONG, ULONG_MAX) 13 PY_SSIZE_T_MAX, PY_SSIZE_T_MIN global() namespace
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_lookup.c | 178 #if ULONG_MAX >= 0xFFFFFFFFUL 183 #if ULONG_MAX >= 0xFFFFFFFFFFFFFFFFULL
|
/third_party/mbedtls/library/ |
H A D | entropy_poll.c | 52 * on ULONG_MAX) size. in mbedtls_platform_entropy_poll() 56 (len > ULONG_MAX) ? ULONG_MAX : (unsigned long) len; in mbedtls_platform_entropy_poll()
|
/third_party/curl/lib/ |
H A D | select.c | 81 #if TIMEDIFF_T_MAX >= ULONG_MAX in Curl_wait_ms() 82 if(timeout_ms >= ULONG_MAX) in Curl_wait_ms() 83 timeout_ms = ULONG_MAX-1; in Curl_wait_ms() 84 /* don't use ULONG_MAX, because that is equal to INFINITE */ in Curl_wait_ms()
|
/third_party/ltp/include/lapi/ |
H A D | shm.h | 20 # define SHMMAX (ULONG_MAX - (1UL << 24))
|
H A D | fs.h | 64 loff_t ret = ULONG_MAX; in tst_max_lfs_filesize()
|
/third_party/optimized-routines/math/test/rtest/ |
H A D | types.h | 17 #elif ULONG_MAX == 4294967295
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/smhasher/src/ |
H A D | PMurHash.h | 35 # elif (ULONG_MAX == 0xffffffffUL)
|
/third_party/benchmark/test/ |
H A D | string_util_gtest.cc | 29 #if ULONG_MAX == 0xFFFFFFFFul in TEST() 35 #elif ULONG_MAX == 0xFFFFFFFFFFFFFFFFul in TEST()
|
/third_party/mesa3d/src/util/tests/vma/ |
H A D | vma_random_test.cpp | 237 if (!arg_end || *arg_end || seed == ULONG_MAX) in main() 242 if (!arg_end || *arg_end || count == ULONG_MAX) in main()
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
H A D | strtol.c | 33 return strtox(s, p, base, ULONG_MAX); in strtoul()
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
H A D | strtol.c | 33 return strtox(s, p, base, ULONG_MAX); in strtoul()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_plugin.c | 248 snd_pcm_uframes_t slave_frames = ULONG_MAX; in snd_pcm_plugin_write_areas() 305 snd_pcm_uframes_t slave_frames = ULONG_MAX; in snd_pcm_plugin_read_areas() 413 snd_pcm_uframes_t slave_frames = ULONG_MAX; in snd_pcm_plugin_mmap_commit() 478 snd_pcm_uframes_t slave_frames = ULONG_MAX; in snd_pcm_plugin_sync_hw_ptr_capture()
|
/third_party/ltp/testcases/kernel/mce-test/tools/ |
H A D | page-types.c | 255 if (index > ULONG_MAX / 8) in do_u64_read() 645 opt_size[nr_addr_ranges] = min_t(unsigned long, size, ULONG_MAX-offset); in add_addr_range() 656 add_addr_range(0, ULONG_MAX); in walk_addr_ranges() 812 size = ULONG_MAX; in parse_addr_range()
|
/third_party/backends/include/ |
H A D | md5.h | 62 # if ULONG_MAX == UINT_MAX_32_BITS
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
H A D | strtol.c | 33 return strtox(s, p, base, ULONG_MAX); in strtoul()
|
/third_party/skia/third_party/externals/freetype/include/freetype/config/ |
H A D | ftstdlib.h | 44 * `UINT_MAX` and `ULONG_MAX` are used to automatically compute the size of 69 #define FT_ULONG_MAX ULONG_MAX
|
/third_party/tzdata/ |
H A D | private.h | 392 # if 3 <= ULONG_MAX >> 31 >> 31 394 # define UINT_FAST64_MAX ULONG_MAX 408 # define UINTMAX_MAX ULONG_MAX
|
/third_party/ffmpeg/libavcodec/ |
H A D | huffyuvencdsp.c | 25 #define pw_1 (ULONG_MAX / UINT16_MAX)
|