Home
last modified time | relevance | path

Searched refs:INT_FAST8_MAX (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dstdint_h.std_types_t.compile.pass.cpp133 #ifndef INT_FAST8_MAX
134 #error INT_FAST8_MAX not defined
Dstdint_h.xopen_source.compile.pass.cpp130 #ifndef INT_FAST8_MAX
131 #error INT_FAST8_MAX not defined
/external/clang/test/Preprocessor/
Dstdint.c1433 INT_FAST8_MAX_ INT_FAST8_MAX
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1545 INT_FAST8_MAX_ INT_FAST8_MAX
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h49 #define INT_FAST8_MAX INT32_MAX macro
/external/capstone/include/windowsce/
Dstdint.h87 #define INT_FAST8_MAX INT8_MAX macro
/external/llvm-project/libcxx/include/
Dcstdint53 INT_FAST8_MAX
/external/libcxx/include/
Dcstdint54 INT_FAST8_MAX
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h161 #define INT_FAST8_MAX INT8_MAX macro
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp128 #ifndef INT_FAST8_MAX
129 #error INT_FAST8_MAX not defined
Dstdint_h.pass.cpp197 static_assert(INT_FAST8_MAX >= 127, "INT_FAST8_MAX >= 127"); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp127 #ifndef INT_FAST8_MAX
128 #error INT_FAST8_MAX not defined
Dstdint_h.pass.cpp196 static_assert(INT_FAST8_MAX >= 127, "INT_FAST8_MAX >= 127"); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp128 #ifndef INT_FAST8_MAX
129 #error INT_FAST8_MAX not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp127 #ifndef INT_FAST8_MAX
128 #error INT_FAST8_MAX not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp197 static_assert(INT_FAST8_MAX >= 127, "INT_FAST8_MAX >= 127"); in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp198 static_assert(INT_FAST8_MAX >= 127, "INT_FAST8_MAX >= 127"); in main()
/external/python/cpython2/Lib/plat-linux2/
DIN.py122 INT_FAST8_MAX = (127) variable
/external/llvm-project/clang/lib/Headers/
Dstdint.h634 # define INT_FAST8_MAX __INT_LEAST8_MAX macro
/external/clang/lib/Headers/
Dstdint.h648 # define INT_FAST8_MAX __INT_LEAST8_MAX macro
/external/crosvm/virtio_sys/src/
Dvirtio_ring.rs97 pub const INT_FAST8_MAX: ::std::os::raw::c_uint = 127; constant
Dvhost.rs129 pub const INT_FAST8_MAX: ::std::os::raw::c_uint = 127; constant
/external/python/cpython2/Lib/plat-atheos/
DIN.py251 INT_FAST8_MAX = (127) variable
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc107 SYMBOL(INT_FAST8_MAX, None, <stdint.h>)