Home
last modified time | relevance | path

Searched refs:UINT_FAST16_MAX (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dstdint_h.std_types_t.compile.pass.cpp153 #ifndef UINT_FAST16_MAX
154 #error UINT_FAST16_MAX not defined
Dstdint_h.xopen_source.compile.pass.cpp150 #ifndef UINT_FAST16_MAX
151 #error UINT_FAST16_MAX not defined
/external/clang/test/Preprocessor/
Dstdint.c1444 UINT_FAST16_MAX_ UINT_FAST16_MAX
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1556 UINT_FAST16_MAX_ UINT_FAST16_MAX
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h54 #define UINT_FAST16_MAX UINT32_MAX macro
/external/capstone/include/windowsce/
Dstdint.h92 #define UINT_FAST16_MAX UINT32_MAX macro
/external/llvm-project/libcxx/include/
Dcstdint59 UINT_FAST16_MAX
/external/libcxx/include/
Dcstdint60 UINT_FAST16_MAX
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h169 #define UINT_FAST16_MAX UINT16_MAX macro
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp148 #ifndef UINT_FAST16_MAX
149 #error UINT_FAST16_MAX not defined
Dstdint_h.pass.cpp204 static_assert(UINT_FAST16_MAX >= 65535, "UINT_FAST16_MAX >= 65535"); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp147 #ifndef UINT_FAST16_MAX
148 #error UINT_FAST16_MAX not defined
Dstdint_h.pass.cpp203 static_assert(UINT_FAST16_MAX >= 65535, "UINT_FAST16_MAX >= 65535"); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp148 #ifndef UINT_FAST16_MAX
149 #error UINT_FAST16_MAX not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp147 #ifndef UINT_FAST16_MAX
148 #error UINT_FAST16_MAX not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp204 static_assert(UINT_FAST16_MAX >= 65535, "UINT_FAST16_MAX >= 65535"); in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp205 static_assert(UINT_FAST16_MAX >= 65535, "UINT_FAST16_MAX >= 65535"); in main()
/external/llvm-project/clang/lib/Headers/
Dstdint.h616 # define UINT_FAST16_MAX __UINT_LEAST16_MAX macro
/external/clang/lib/Headers/
Dstdint.h630 # define UINT_FAST16_MAX __UINT_LEAST16_MAX macro
/external/crosvm/virtio_sys/src/
Dvirtio_ring.rs101 pub const UINT_FAST16_MAX: ::std::os::raw::c_int = -1; constant
Dvhost.rs133 pub const UINT_FAST16_MAX: ::std::os::raw::c_int = -1; constant
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc183 SYMBOL(UINT_FAST16_MAX, None, <stdint.h>)