Home
last modified time | relevance | path

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

/external/syslinux/com32/include/
Dstdint.h57 #define UINT_LEAST16_MAX UINT16_MAX macro
/external/syslinux/dos/
Dstdint.h85 # define UINT_LEAST16_MAX (65535U) macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h140 #define UINT_LEAST16_MAX UINT16_MAX macro
/external/libvncserver/compat/msvc/
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