/AliOS-Things-master/components/jsoncpp/test/data/ |
A D | legacy_test_real_08.expected | 2 // same as UINT_MAX in base 10 and digit less than UINT_MAX's last digit in
|
A D | legacy_test_real_08.json | 2 // 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 D | SDL_test_fuzzer.c | 294 #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 D | kport.h | 34 #ifndef UINT_MAX 35 #define UINT_MAX (~0U) macro
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | pk_wrap.c | 80 #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 D | pk.c | 321 #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 D | pkcs5.c | 237 #if UINT_MAX > 0xFFFFFFFF in mbedtls_pkcs5_pbkdf2_hmac()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/ |
A D | net_defs.h | 34 #ifndef UINT_MAX 35 #define UINT_MAX (~0U) macro
|
/AliOS-Things-master/components/freetype/include/config/ |
A D | ftstdlib.h | 66 #define FT_UINT_MAX UINT_MAX
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngconf.h | 494 #if UINT_MAX == 65535 510 #if UINT_MAX > 4294967294U
|
A D | pngset.c | 1448 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 D | pngconf.h | 494 #if UINT_MAX == 65535 510 #if UINT_MAX > 4294967294U
|
A D | zconf.h | 419 # if (UINT_MAX == 0xffffffffUL)
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duk_config.h | 499 #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 D | crc32.c | 38 # if (UINT_MAX == 0xffffffffUL)
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | zconf.h | 419 # if (UINT_MAX == 0xffffffffUL)
|
A D | zconf.h.cmakein | 421 # if (UINT_MAX == 0xffffffffUL)
|
A D | zconf.h.in | 419 # if (UINT_MAX == 0xffffffffUL)
|
/AliOS-Things-master/components/oss/src/external/tinyxml2/ |
A D | tinyxml2.cpp | 505 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 D | testautomation_sdltest.c | 823 #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 D | modsocket.c | 454 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 D | modsocket.c | 472 ? UINT_MAX in _socket_settimeout()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | modsocket.c | 436 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 D | ftgrays.c | 115 #define FT_UINT_MAX UINT_MAX
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 205 when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX)
|