Home
last modified time | relevance | path

Searched refs:INT_FAST16_MAX (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/Preprocessor/
Dstdint.c1443 INT_FAST16_MAX_ INT_FAST16_MAX
/external/python/cpython2/Lib/plat-linux2/
DIN.py123 INT_FAST16_MAX = (9223372036854775807L) variable
125 INT_FAST16_MAX = (2147483647) variable
/external/libcxx/include/
Dcstdint55 INT_FAST16_MAX
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h163 #define INT_FAST16_MAX INT16_MAX macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h163 #define INT_FAST16_MAX INT16_MAX macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h148 #define INT_FAST16_MAX INT16_MAX macro
/external/libusb/msvc/
Dstdint.h165 #define INT_FAST16_MAX INT16_MAX macro
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp131 #ifndef INT_FAST16_MAX
132 #error INT_FAST16_MAX not defined
Dstdint_h.pass.cpp197 static_assert(INT_FAST16_MAX >= 32767, "INT_FAST16_MAX >= 32767"); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp131 #ifndef INT_FAST16_MAX
132 #error INT_FAST16_MAX not defined
/external/python/cpython2/Lib/plat-atheos/
DIN.py252 INT_FAST16_MAX = (9223372036854775807L) variable
254 INT_FAST16_MAX = (2147483647) variable
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp198 static_assert(INT_FAST16_MAX >= 32767, "INT_FAST16_MAX >= 32767"); in main()
/external/clang/lib/Headers/
Dstdint.h629 # define INT_FAST16_MAX __INT_LEAST16_MAX macro