/third_party/musl/src/internal/ |
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/ |
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/ |
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_m/kernel/src/internal/ |
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/boost/boost/ |
D | cstdint.hpp | 311 (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) || \
|
D | limits.hpp | 99 #elif defined(ULLONG_MAX) && defined(ULLONG_MIN) 101 static BOOST_ULLT max BOOST_PREVENT_MACRO_SUBSTITUTION (){ return ULLONG_MAX; } in BOOST_PREVENT_MACRO_SUBSTITUTION()
|
D | integer_traits.hpp | 165 #if defined(ULLONG_MAX) && defined(BOOST_HAS_LONG_LONG) 176 public detail::integer_traits_base< ::boost::ulong_long_type, 0, ULLONG_MAX>
|
D | integer.hpp | 100 ((defined(ULLONG_MAX) && (ULLONG_MAX != ULONG_MAX)) ||\
|
/third_party/skia/third_party/externals/freetype/include/freetype/config/ |
D | ftstdlib.h | 76 #ifdef ULLONG_MAX 77 #define FT_ULLONG_MAX ULLONG_MAX
|
/third_party/python/Lib/test/ |
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)
|
/third_party/boost/boost/atomic/detail/ |
D | int_sizes.hpp | 91 #if defined(ULLONG_MAX) 92 #define BOOST_ATOMIC_DETAIL_ULLONG_MAX ULLONG_MAX
|
/third_party/boost/boost/integer/ |
D | integer_mask.hpp | 112 #if ((defined(ULLONG_MAX) && (ULLONG_MAX > ULONG_MAX)) ||\
|
/third_party/boost/libs/integer/test/ |
D | integer_test.cpp | 230 #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/ |
D | http_parser.c | 32 #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/ |
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/ffmpeg/libavutil/ |
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/e2fsprogs/misc/ |
D | e2freefrag.c | 203 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/ |
D | strtol.c | 23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
D | strtol.c | 23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
|
/third_party/tzdata/ |
D | private.h | 325 # 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/ |
D | strtol.c | 23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
|
/third_party/musl/src/stdlib/ |
D | strtol.c | 23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
|
/third_party/musl/ndk_musl_include/ |
D | limits.h | 33 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
|
/third_party/musl/include/ |
D | limits.h | 33 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | limits.h | 33 #define ULLONG_MAX (2ULL*LLONG_MAX+1) macro
|