Home
last modified time | relevance | path

Searched refs:ULONG_MAX (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/port/
A Dstrtoul.c80 cutoff = ULONG_MAX / (unsigned long)base; in strtoul()
81 cutlim = (int)(ULONG_MAX % (unsigned long)base); in strtoul()
95 acc = ULONG_MAX; in strtoul()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrtoul.c168 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base; in _strtoul_r()
169 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base; in _strtoul_r()
188 acc = ULONG_MAX; in _strtoul_r()
A Dstrtoul_bk.c24 #undef ULONG_MAX
25 #define ULONG_MAX (LONG_MAX * 2UL + 1) macro
78 return ULONG_MAX; in Strtoul()
/AliOS-Things-master/components/jsoncpp/test/data/
A Dlegacy_test_real_09.json2 // as ULONG_MAX in base 10 and digit less than ULONG_MAX's last digit in order
A Dlegacy_test_real_09.expected2 // as ULONG_MAX in base 10 and digit less than ULONG_MAX's last digit in order
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_defs.h46 #ifndef ULONG_MAX
47 #define ULONG_MAX (~0UL) macro
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/nimble/
A Dnimble_npl_os.h46 #if (ULONG_MAX == 0xffffffffffffffff)
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_fuzzer.c294 #if ((ULONG_MAX) == (UINT_MAX)) in SDLTest_RandomUint32BoundaryValue()
295 const Uint64 maxValue = ULONG_MAX; in SDLTest_RandomUint32BoundaryValue()
428 #if ((ULONG_MAX) == (UINT_MAX)) in SDLTest_RandomSint32BoundaryValue()
/AliOS-Things-master/components/freetype/include/config/
A Dftstdlib.h67 #define FT_ULONG_MAX ULONG_MAX
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngconf.h512 #elif ULONG_MAX > 4294967294U
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dpngconf.h512 #elif ULONG_MAX > 4294967294U
A Dzconf.h421 # elif (ULONG_MAX == 0xffffffffUL)
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dcrc32.c41 # if (ULONG_MAX == 0xffffffffUL)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dzconf.h421 # elif (ULONG_MAX == 0xffffffffUL)
A Dzconf.h.cmakein423 # elif (ULONG_MAX == 0xffffffffUL)
A Dzconf.h.in421 # elif (ULONG_MAX == 0xffffffffUL)
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduk_config.h1785 #elif defined(ULONG_MAX) && (ULONG_MAX == 4294967295UL)
1807 #if !defined(DUK_F_HAVE_64BIT) && defined(ULONG_MAX)
1808 #if (ULONG_MAX > 4294967295UL)
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_sdltest.c823 #if ((ULONG_MAX) == (UINT_MAX)) in sdltest_randomBoundaryNumberSint32()
1049 #if ((ULONG_MAX) == (UINT_MAX)) in sdltest_randomIntegerInRange()
/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.cpp507 TIXMLASSERT( ucs <= ULONG_MAX - digitScaled ); in GetCharacterRef()
537 TIXMLASSERT( ucs <= ULONG_MAX - digitScaled ); in GetCharacterRef()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c3169 if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, 0, ULONG_MAX)) { in SWIG_AsVal_unsigned_SS_long()

Completed in 44 milliseconds