Home
last modified time | relevance | path

Searched refs:ULLONG_MAX (Results 1 – 25 of 68) sorted by relevance

123

/third_party/musl/src/internal/
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/
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/
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_m/kernel/src/internal/
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/boost/boost/
Dcstdint.hpp311 (defined(ULLONG_MAX) || defined(ULONG_LONG_MAX) || defined(ULONGLONG_MAX))
314 # elif (defined(ULLONG_MAX) && ULLONG_MAX == 18446744073709551615ULL) || (defined(ULONG_LONG_MAX…
505 …(defined(ULLONG_MAX) || defined(ULONG_LONG_MAX) || defined(ULONGLONG_MAX) || defined(_ULLONG_MAX) …
511 # elif (defined(ULLONG_MAX) && ULLONG_MAX == 18446744073709551615ULL) || \
Dlimits.hpp99 #elif defined(ULLONG_MAX) && defined(ULLONG_MIN)
101 static BOOST_ULLT max BOOST_PREVENT_MACRO_SUBSTITUTION (){ return ULLONG_MAX; } in BOOST_PREVENT_MACRO_SUBSTITUTION()
Dinteger_traits.hpp165 #if defined(ULLONG_MAX) && defined(BOOST_HAS_LONG_LONG)
176 public detail::integer_traits_base< ::boost::ulong_long_type, 0, ULLONG_MAX>
Dinteger.hpp100 ((defined(ULLONG_MAX) && (ULLONG_MAX != ULONG_MAX)) ||\
/third_party/skia/third_party/externals/freetype/include/freetype/config/
Dftstdlib.h76 #ifdef ULLONG_MAX
77 #define FT_ULLONG_MAX ULLONG_MAX
/third_party/python/Lib/test/
Dtest_structmembers.py12 LLONG_MAX, LLONG_MIN, ULLONG_MAX, \
84 ts.T_ULONGLONG = ULLONG_MAX
85 self.assertEqual(ts.T_ULONGLONG, ULLONG_MAX)
/third_party/boost/boost/atomic/detail/
Dint_sizes.hpp91 #if defined(ULLONG_MAX)
92 #define BOOST_ATOMIC_DETAIL_ULLONG_MAX ULLONG_MAX
/third_party/boost/boost/integer/
Dinteger_mask.hpp112 #if ((defined(ULLONG_MAX) && (ULLONG_MAX > ULONG_MAX)) ||\
/third_party/boost/libs/integer/test/
Dinteger_test.cpp230 #if defined(BOOST_HAS_LONG_LONG) && (defined(ULLONG_MAX) && (ULLONG_MAX != ULONG_MAX)) in main()
236 test_min_max_type<boost::uint_value_t<ULLONG_MAX>, boost::ulong_long_type>(ULLONG_MAX); in main()
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.c32 #ifndef ULLONG_MAX
33 # define ULLONG_MAX ((uint64_t) -1) /* 2^64-1 */ macro
726 parser->content_length = ULLONG_MAX; in http_parser_execute()
761 parser->content_length = ULLONG_MAX; in http_parser_execute()
959 parser->content_length = ULLONG_MAX; in http_parser_execute()
1581 if (UNLIKELY((ULLONG_MAX - 10) / 10 < parser->content_length)) { in http_parser_execute()
1843 (parser->content_length > 0 && parser->content_length != ULLONG_MAX); in http_parser_execute()
1863 } else if (parser->content_length != ULLONG_MAX) { in http_parser_execute()
1887 && parser->content_length != ULLONG_MAX); in http_parser_execute()
1977 if (UNLIKELY((ULLONG_MAX - 16) / 16 < parser->content_length)) { in http_parser_execute()
[all …]
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
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/ffmpeg/libavutil/
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/e2fsprogs/misc/
De2freefrag.c203 fsmap->fmh_keys[1].fmr_physical = ULLONG_MAX; in scan_online()
204 fsmap->fmh_keys[1].fmr_owner = ULLONG_MAX; in scan_online()
205 fsmap->fmh_keys[1].fmr_offset = ULLONG_MAX; in scan_online()
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtol.c23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dstrtol.c23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
/third_party/tzdata/
Dprivate.h325 # if defined ULLONG_MAX || defined __LONG_LONG_MAX__
337 # if defined ULLONG_MAX || defined __LONG_LONG_MAX__
345 # if defined ULLONG_MAX || defined __LONG_LONG_MAX__
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Dstrtol.c23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
/third_party/musl/src/stdlib/
Dstrtol.c23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
/third_party/musl/ndk_musl_include/
Dlimits.h33 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
/third_party/musl/include/
Dlimits.h33 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
/third_party/musl/porting/liteos_m/user/include/
Dlimits.h33 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro

123