Home
last modified time | relevance | path

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

/external/syslinux/com32/include/
Dstdint.h56 #define UINT_LEAST8_MAX UINT8_MAX macro
/external/syslinux/dos/
Dstdint.h84 # define UINT_LEAST8_MAX (255U) macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h139 #define UINT_LEAST8_MAX UINT8_MAX macro
/external/libvncserver/compat/msvc/
Dstdint.h154 #define UINT_LEAST8_MAX UINT8_MAX macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h154 #define UINT_LEAST8_MAX UINT8_MAX macro
/external/libusb/msvc/
Dstdint.h153 #define UINT_LEAST8_MAX UINT8_MAX macro
/external/clang/lib/Headers/
Dstdint.h646 # define UINT_LEAST8_MAX __UINT_LEAST8_MAX macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py113 UINT_LEAST8_MAX = (255) variable