Home
last modified time | relevance | path

Searched refs:USHRT_MAX (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_defs.h14 #ifndef USHRT_MAX
15 #define USHRT_MAX ((u16)(~0U)) macro
19 #define SHRT_MAX ((s16)(USHRT_MAX>>1))
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrtod.c14 #define USHRT_MAX ((u16)(~0U)) macro
15 #define SHRT_MAX ((s16)(USHRT_MAX>>1))
A Dsscanf.c18 #define USHRT_MAX ((u16)(~0U)) macro
19 #define SHRT_MAX ((s16)(USHRT_MAX>>1))
/AliOS-Things-master/components/freetype/include/config/
A Dftstdlib.h63 #define FT_USHORT_MAX USHRT_MAX
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dstdlib_patch.c54 #define USHRT_MAX ((u16)(~0U)) macro
56 #define SHRT_MAX ((s16)(USHRT_MAX>>1))
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngconf.h496 #elif USHRT_MAX == 65535
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dpngconf.h496 #elif USHRT_MAX == 65535
A Dzconf.h423 # elif (USHRT_MAX == 0xffffffffUL)
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dcrc32.c44 # if (USHRT_MAX == 0xffffffffUL)
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_fuzzer.c284 const Uint64 maxValue = USHRT_MAX; in SDLTest_RandomUint16BoundaryValue()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dzconf.h423 # elif (USHRT_MAX == 0xffffffffUL)
A Dzconf.h.cmakein425 # elif (USHRT_MAX == 0xffffffffUL)
A Dzconf.h.in423 # elif (USHRT_MAX == 0xffffffffUL)
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduk_config.h1771 #if defined(USHRT_MAX) && (USHRT_MAX == 65535UL)

Completed in 27 milliseconds