Home
last modified time | relevance | path

Searched defs:UINT_LEAST16_MAX (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h140 #define UINT_LEAST16_MAX UINT16_MAX macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h155 #define UINT_LEAST16_MAX UINT16_MAX macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h155 #define UINT_LEAST16_MAX UINT16_MAX macro
/external/libusb/msvc/
Dstdint.h154 #define UINT_LEAST16_MAX UINT16_MAX macro
/external/clang/lib/Headers/
Dstdint.h627 # define UINT_LEAST16_MAX __UINT_LEAST16_MAX macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py114 UINT_LEAST16_MAX = (65535) variable