Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/port/
A Dstrtoull.c84 cutoff = ULLONG_MAX / base; in strtoull()
85 cutlim = ULLONG_MAX % base; in strtoull()
106 acc = ULLONG_MAX; in strtoull()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrtod.c16 #define ULLONG_MAX (~0ULL) macro
169 if (res > div_u64(ULLONG_MAX - val, base)) in _parse_integer()
A Dsscanf.c20 #define ULLONG_MAX (~0ULL) macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_defs.h54 #ifndef ULLONG_MAX
55 #define ULLONG_MAX (~0ULL) macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dstdlib_patch.c53 #define ULLONG_MAX (~0ULL) macro
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduk_config.h1814 #if !defined(DUK_F_HAVE_64BIT) && defined(ULLONG_MAX)
1815 #if (ULLONG_MAX > 4294967295UL)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c3324 # define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL) macro

Completed in 25 milliseconds