/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | intscan.c | 67 for (y=x; c-'0'<10U && y<=ULLONG_MAX/10 && 10*y<=ULLONG_MAX-(c-'0'); c=shgetc(f)) in __intscan() 74 for (y=x; val[c]<base && y<=ULLONG_MAX>>bs; c=shgetc(f)) in __intscan() 79 for (y=x; val[c]<base && y<=ULLONG_MAX/base && base*y<=ULLONG_MAX-val[c]; c=shgetc(f)) in __intscan()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | intscan.c | 67 for (y=x; c-'0'<10U && y<=ULLONG_MAX/10 && 10*y<=ULLONG_MAX-(c-'0'); c=shgetc(f)) in __intscan() 74 for (y=x; val[c]<base && y<=ULLONG_MAX>>bs; c=shgetc(f)) in __intscan() 79 for (y=x; val[c]<base && y<=ULLONG_MAX/base && base*y<=ULLONG_MAX-val[c]; c=shgetc(f)) in __intscan()
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | intscan.c | 67 for (y=x; c-'0'<10U && y<=ULLONG_MAX/10 && 10*y<=ULLONG_MAX-(c-'0'); c=shgetc(f)) in __intscan() 74 for (y=x; val[c]<base && y<=ULLONG_MAX>>bs; c=shgetc(f)) in __intscan() 79 for (y=x; val[c]<base && y<=ULLONG_MAX/base && base*y<=ULLONG_MAX-val[c]; c=shgetc(f)) in __intscan()
|
/third_party/musl/src/internal/ |
H A D | intscan.c | 67 for (y=x; c-'0'<10U && y<=ULLONG_MAX/10 && 10*y<=ULLONG_MAX-(c-'0'); c=shgetc(f)) in __intscan() 74 for (y=x; val[c]<base && y<=ULLONG_MAX>>bs; c=shgetc(f)) in __intscan() 79 for (y=x; val[c]<base && y<=ULLONG_MAX/base && base*y<=ULLONG_MAX-val[c]; c=shgetc(f)) in __intscan()
|
/third_party/skia/third_party/externals/freetype/include/freetype/config/ |
H A D | ftstdlib.h | 46 * platforms the library has been tested on. We also check `ULLONG_MAX` 76 #ifdef ULLONG_MAX 77 #define FT_ULLONG_MAX ULLONG_MAX
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_structmembers.py | 12 LLONG_MAX, LLONG_MIN, ULLONG_MAX, \ 84 ts.T_ULONGLONG = ULLONG_MAX 85 self.assertEqual(ts.T_ULONGLONG, ULLONG_MAX) 13 PY_SSIZE_T_MAX, PY_SSIZE_T_MIN global() namespace
|
/third_party/tzdata/ |
H A D | private.h | 312 # ifndef ULLONG_MAX 313 # define ULLONG_MAX (LLONG_MAX * 2ull + 1) macro 398 # define UINT_FAST64_MAX ULLONG_MAX 403 # ifdef ULLONG_MAX 405 # define UINTMAX_MAX ULLONG_MAX 413 # ifdef ULLONG_MAX
|
/third_party/ffmpeg/libavutil/ |
H A D | avsscanf.c | 179 for (y=x; c-'0'<10U && y<=ULLONG_MAX/10 && 10*y<=ULLONG_MAX-(c-'0'); c=shgetc(f)) in ffintscan() 186 for (y=x; val[c]<base && y<=ULLONG_MAX>>bs; c=shgetc(f)) in ffintscan() 191 for (y=x; val[c]<base && y<=ULLONG_MAX/base && base*y<=ULLONG_MAX-val[c]; c=shgetc(f)) in ffintscan() 909 x = ffintscan(f, base, 0, ULLONG_MAX); in ff_vfscanf()
|
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
H A D | copy_file_range02.c | 82 {&fd_copy, 0, EOVERFLOW, ULLONG_MAX, "max length", 1}, 84 {&fd_copy, 0, EFBIG, ULLONG_MAX, "max length", 1},
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
H A D | strtol.c | 23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
H A D | strtol.c | 23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
H A D | strtol.c | 23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | limits.h | 33 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | limits.h | 33 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | limits.h | 35 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | limits.h | 35 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
|
/third_party/musl/porting/linux/user/src/stdlib/ |
H A D | strtol.c | 23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
|
/third_party/musl/src/stdlib/ |
H A D | strtol.c | 23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
|
H A D | wcstol.c | 55 return wcstox(s, p, base, ULLONG_MAX); in wcstoull()
|
/third_party/musl/include/ |
H A D | limits.h | 33 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cPipelineStatisticsQueryTests.hpp | 195 result_qo_uint64 = ULLONG_MAX; in _test_execution_result() 200 result_uint64 = ULLONG_MAX; in _test_execution_result()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | limits.h | 66 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
|
/third_party/musl/libc-test/src/api/ |
H A D | limits.c | 85 C(ULLONG_MAX) in f()
|
/third_party/python/Lib/test/ |
H A D | test_clinic.py | 1026 from _testcapi import ULLONG_MAX namespace 1030 ac_tester.unsigned_long_long_converter(ULLONG_MAX + 1) 1032 ac_tester.unsigned_long_long_converter(0, ULLONG_MAX + 1) 1036 self.assertEqual(ac_tester.unsigned_long_long_converter(0, 0, ULLONG_MAX + 1), (0, 0, 0)) 1037 self.assertEqual(ac_tester.unsigned_long_long_converter(0, 0, (ULLONG_MAX + 1) * 3 + 123), (0, 0, 123))
|
/third_party/python/PC/ |
H A D | pyconfig.h | 229 #define PY_ULLONG_MAX ULLONG_MAX
|