Home
last modified time | relevance | path

Searched refs:ULLONG_MAX (Results 1 - 25 of 50) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dintscan.c67 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 Dintscan.c67 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 Dintscan.c67 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 Dintscan.c67 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 Dftstdlib.h46 * 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 Dtest_structmembers.py12 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 Dprivate.h312 # 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 Davsscanf.c179 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 Dcopy_file_range02.c82 {&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 Dstrtol.c23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dstrtol.c23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
H A Dstrtol.c23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
/third_party/musl/porting/liteos_a/user/include/
H A Dlimits.h33 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
/third_party/musl/porting/liteos_m/user/include/
H A Dlimits.h33 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dlimits.h35 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dlimits.h35 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
/third_party/musl/porting/linux/user/src/stdlib/
H A Dstrtol.c23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
/third_party/musl/src/stdlib/
H A Dstrtol.c23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
H A Dwcstol.c55 return wcstox(s, p, base, ULLONG_MAX); in wcstoull()
/third_party/musl/include/
H A Dlimits.h33 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cPipelineStatisticsQueryTests.hpp195 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 Dlimits.h66 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
/third_party/musl/libc-test/src/api/
H A Dlimits.c85 C(ULLONG_MAX) in f()
/third_party/python/Lib/test/
H A Dtest_clinic.py1026 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 Dpyconfig.h229 #define PY_ULLONG_MAX ULLONG_MAX

Completed in 13 milliseconds

12