Home
last modified time | relevance | path

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

/AliOS-Things-master/components/jsoncpp/test/data/
A Dlegacy_test_real_08.expected2 // same as UINT_MAX in base 10 and digit less than UINT_MAX's last digit in
A Dlegacy_test_real_08.json2 // same as UINT_MAX in base 10 and digit less than UINT_MAX's last digit in
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_fuzzer.c294 #if ((ULONG_MAX) == (UINT_MAX)) in SDLTest_RandomUint32BoundaryValue()
297 const Uint64 maxValue = UINT_MAX; in SDLTest_RandomUint32BoundaryValue()
428 #if ((ULONG_MAX) == (UINT_MAX)) in SDLTest_RandomSint32BoundaryValue()
454 return SDLTest_RandomUint32() / (float) UINT_MAX; in SDLTest_RandomUnitFloat()
475 s /= UINT_MAX + 1.0; in SDLTest_RandomDouble()
/AliOS-Things-master/components/ble_host/bt_host/port/include/port/
A Dkport.h34 #ifndef UINT_MAX
35 #define UINT_MAX (~0U) macro
/AliOS-Things-master/components/mbedtls/library/
A Dpk_wrap.c80 #if SIZE_MAX > UINT_MAX in rsa_verify_wrap()
81 if( md_alg == MBEDTLS_MD_NONE && UINT_MAX < hash_len ) in rsa_verify_wrap()
111 #if SIZE_MAX > UINT_MAX in rsa_sign_wrap()
112 if( md_alg == MBEDTLS_MD_NONE && UINT_MAX < hash_len ) in rsa_sign_wrap()
616 #if SIZE_MAX > UINT_MAX in rsa_alt_sign_wrap()
617 if( UINT_MAX < hash_len ) in rsa_alt_sign_wrap()
A Dpk.c321 #if SIZE_MAX > UINT_MAX in mbedtls_pk_verify_ext()
322 if( md_alg == MBEDTLS_MD_NONE && UINT_MAX < hash_len ) in mbedtls_pk_verify_ext()
A Dpkcs5.c237 #if UINT_MAX > 0xFFFFFFFF in mbedtls_pkcs5_pbkdf2_hmac()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_defs.h34 #ifndef UINT_MAX
35 #define UINT_MAX (~0U) macro
/AliOS-Things-master/components/freetype/include/config/
A Dftstdlib.h66 #define FT_UINT_MAX UINT_MAX
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngconf.h494 #if UINT_MAX == 65535
510 #if UINT_MAX > 4294967294U
A Dpngset.c1448 if (num_chunks + old_num_chunks > UINT_MAX/5) in png_set_keep_unknown_chunks()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dpngconf.h494 #if UINT_MAX == 65535
510 #if UINT_MAX > 4294967294U
A Dzconf.h419 # if (UINT_MAX == 0xffffffffUL)
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduk_config.h499 #define UINTPTR_MAX UINT_MAX
1774 #elif defined(UINT_MAX) && (UINT_MAX == 65535UL)
1782 #if defined(UINT_MAX) && (UINT_MAX == 4294967295UL)
2005 #if defined(UINT_MAX) && (UINT_MAX >= 0xffffffffUL)
2011 #define DUK_UINT_MAX UINT_MAX
2040 #define DUK_SMALL_UINT_MAX UINT_MAX
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dcrc32.c38 # if (UINT_MAX == 0xffffffffUL)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dzconf.h419 # if (UINT_MAX == 0xffffffffUL)
A Dzconf.h.cmakein421 # if (UINT_MAX == 0xffffffffUL)
A Dzconf.h.in419 # if (UINT_MAX == 0xffffffffUL)
/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.cpp505 TIXMLASSERT( digit == 0 || mult <= UINT_MAX / digit ); in GetCharacterRef()
509 TIXMLASSERT( mult <= UINT_MAX / 16 ); in GetCharacterRef()
535 TIXMLASSERT( digit == 0 || mult <= UINT_MAX / digit ); in GetCharacterRef()
543 TIXMLASSERT( mult <= UINT_MAX / 10 ); in GetCharacterRef()
/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/py_engine/adapter/haas/
A Dmodsocket.c454 sock->retries = (timeout_ms == UINT64_MAX) ? UINT_MAX : timeout_ms * 1000 / SOCKET_POLL_US; in _socket_settimeout()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodsocket.c472 ? UINT_MAX in _socket_settimeout()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodsocket.c436 sock->retries = (timeout_ms == UINT64_MAX) ? UINT_MAX : timeout_ms * 1000 / SOCKET_POLL_US; in _socket_settimeout()
/AliOS-Things-master/components/freetype/src/smooth/
A Dftgrays.c115 #define FT_UINT_MAX UINT_MAX
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog205 when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX)

Completed in 69 milliseconds