Home
last modified time | relevance | path

Searched refs:UINT_FAST8_MAX (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dstdint_h.std_types_t.compile.pass.cpp149 #ifndef UINT_FAST8_MAX
150 #error UINT_FAST8_MAX not defined
Dstdint_h.xopen_source.compile.pass.cpp146 #ifndef UINT_FAST8_MAX
147 #error UINT_FAST8_MAX not defined
/external/clang/test/Preprocessor/
Dstdint.c1434 UINT_FAST8_MAX_ UINT_FAST8_MAX
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1546 UINT_FAST8_MAX_ UINT_FAST8_MAX
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h50 #define UINT_FAST8_MAX UINT32_MAX macro
/external/capstone/include/windowsce/
Dstdint.h91 #define UINT_FAST8_MAX UINT8_MAX macro
/external/llvm-project/libcxx/include/
Dcstdint58 UINT_FAST8_MAX
/external/libcxx/include/
Dcstdint59 UINT_FAST8_MAX
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h168 #define UINT_FAST8_MAX UINT8_MAX macro
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp144 #ifndef UINT_FAST8_MAX
145 #error UINT_FAST8_MAX not defined
Dstdint_h.pass.cpp203 static_assert(UINT_FAST8_MAX >= 255, "UINT_FAST8_MAX >= 255"); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp143 #ifndef UINT_FAST8_MAX
144 #error UINT_FAST8_MAX not defined
Dstdint_h.pass.cpp202 static_assert(UINT_FAST8_MAX >= 255, "UINT_FAST8_MAX >= 255"); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp144 #ifndef UINT_FAST8_MAX
145 #error UINT_FAST8_MAX not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp143 #ifndef UINT_FAST8_MAX
144 #error UINT_FAST8_MAX not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp203 static_assert(UINT_FAST8_MAX >= 255, "UINT_FAST8_MAX >= 255"); in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp204 static_assert(UINT_FAST8_MAX >= 255, "UINT_FAST8_MAX >= 255"); in main()
/external/python/cpython2/Lib/plat-linux2/
DIN.py128 UINT_FAST8_MAX = (255) variable
/external/llvm-project/clang/lib/Headers/
Dstdint.h635 # define UINT_FAST8_MAX __UINT_LEAST8_MAX macro
/external/clang/lib/Headers/
Dstdint.h649 # define UINT_FAST8_MAX __UINT_LEAST8_MAX macro
/external/crosvm/virtio_sys/src/
Dvirtio_ring.rs100 pub const UINT_FAST8_MAX: ::std::os::raw::c_uint = 255; constant
Dvhost.rs132 pub const UINT_FAST8_MAX: ::std::os::raw::c_uint = 255; constant
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc186 SYMBOL(UINT_FAST8_MAX, None, <stdint.h>)