Home
last modified time | relevance | path

Searched defs:PTRDIFF_MAX (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h178 # define PTRDIFF_MAX _I64_MAX macro
181 # define PTRDIFF_MAX _I32_MAX macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h193 # define PTRDIFF_MAX _I64_MAX macro
196 # define PTRDIFF_MAX _I32_MAX macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h193 # define PTRDIFF_MAX _I64_MAX macro
196 # define PTRDIFF_MAX _I32_MAX macro
/external/libusb/msvc/
Dstdint.h194 #define PTRDIFF_MAX INT64_MAX macro
197 #define PTRDIFF_MAX INT32_MAX macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py138 PTRDIFF_MAX = (9223372036854775807L) variable
140 PTRDIFF_MAX = (2147483647) variable
/external/clang/lib/Headers/
Dstdint.h666 #define PTRDIFF_MAX __INTN_MAX(__PTRDIFF_WIDTH__) macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py266 PTRDIFF_MAX = (9223372036854775807L) variable
268 PTRDIFF_MAX = (2147483647) variable