Home
last modified time | relevance | path

Searched refs:INT8_C (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h146 #ifndef INT8_C
147 #define INT8_C(C) C##i8 macro
/external/llvm/include/llvm/Support/
DDataTypes.h146 #ifndef INT8_C
147 # define INT8_C(C) C##i8 macro
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dstdint_h.std_types_t.compile.pass.cpp225 #ifndef INT8_C
226 #error INT8_C not defined
Dstdint_h.xopen_source.compile.pass.cpp222 #ifndef INT8_C
223 #error INT8_C not defined
/external/llvm-project/clang/lib/Headers/
Dstdint.h432 # define INT8_C(v) __int_c(v, __int8_c_suffix) macro
435 # define INT8_C(v) v macro
621 # define INT8_MAX INT8_C(127)
622 # define INT8_MIN (-INT8_C(127)-1)
/external/clang/lib/Headers/
Dstdint.h446 # define INT8_C(v) __int_c(v, __int8_c_suffix) macro
449 # define INT8_C(v) v macro
635 # define INT8_MAX INT8_C(127)
636 # define INT8_MIN (-INT8_C(127)-1)
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dint_typedefs.h25 #define S8_C(x) INT8_C(x)
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp252 #ifndef INT8_C in main()
253 #error INT8_C not defined in main()
Dinttypes_h.pass.cpp219 #ifndef INT8_C
220 #error INT8_C not defined
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp253 #ifndef INT8_C in main()
254 #error INT8_C not defined in main()
Dinttypes_h.pass.cpp220 #ifndef INT8_C
221 #error INT8_C not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp253 #ifndef INT8_C in main()
254 #error INT8_C not defined in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp254 #ifndef INT8_C in main()
255 #error INT8_C not defined in main()
/external/clang/test/Preprocessor/
Dstdint.c1485 INT8_C_(0) INT8_C(0)
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1597 INT8_C_(0) INT8_C(0)
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h77 #define INT8_C(x) x macro
/external/mesa3d/src/util/
Du_atomic_test.c140 test_atomic_8bits(int8_t, INT8_C(-1))
/external/capstone/include/windowsce/
Dstdint.h120 #define INT8_C(x) (x) macro
/external/llvm-project/libcxx/include/
Dcstdint86 INT8_C(value)
/external/libcxx/include/
Dcstdint87 INT8_C(value)
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h230 #define INT8_C(val) val##i8 macro
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py74 def INT8_C(c): return (c) function
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp220 #ifndef INT8_C
221 #error INT8_C not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp219 #ifndef INT8_C
220 #error INT8_C not defined
/external/mdnsresponder/mDNSShared/
DCommonServices.h797 #if( !defined( INT8_C ) )
798 #define INT8_C( value ) value macro

12