Searched refs:INT8_C (Results 1 - 25 of 29) sorted by relevance

12

/external/syslinux/com32/include/
H A Dstdint.h80 #define INT8_C(c) c macro
90 #define INT_LEAST8_C(c) INT8_C(c)
100 #define INT_FAST8_C(c) INT8_C(c)
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dint_typedefs.h25 #define S8_C(x) INT8_C(x)
/external/llvm/include/llvm/Support/
H A DDataTypes.h146 #ifndef INT8_C
147 # define INT8_C(C) C##i8 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h146 #ifndef INT8_C
147 # define INT8_C(C) C##i8 macro
H A DDataTypes.h.cmake145 #ifndef INT8_C
146 # define INT8_C(C) C##i8
H A DDataTypes.h.in145 #ifndef INT8_C
146 # define INT8_C(C) C##i8
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h145 #ifndef INT8_C
146 # define INT8_C(C) C##i8 macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
H A DDataTypes.h145 #ifndef INT8_C
146 # define INT8_C(C) C##i8 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h145 #ifndef INT8_C
146 # define INT8_C(C) C##i8 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h145 #ifndef INT8_C
146 # define INT8_C(C) C##i8 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h146 #ifndef INT8_C
147 #define INT8_C(C) C##i8 macro
/external/clang/test/Preprocessor/
H A Dstdint.c1485 INT8_C_(0) INT8_C(0)
/external/syslinux/dos/
H A Dstdint.h127 # define INT8_C(n) n macro
/external/mesa3d/src/util/
H A Du_atomic_test.c140 test_atomic_8bits(int8_t, INT8_C(-1))
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp252 #ifndef INT8_C
253 #error INT8_C not defined
H A Dinttypes_h.pass.cpp219 #ifndef INT8_C
220 #error INT8_C not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp253 #ifndef INT8_C
254 #error INT8_C not defined
/external/clang/lib/Headers/
H A 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/jemalloc/include/msvc_compat/C99/
H A Dstdint.h230 #define INT8_C(val) val##i8 macro
/external/libusb/msvc/
H A Dstdint.h240 #define INT8_C(val) (INT_LEAST8_MAX-INT_LEAST8_MAX+(val)) macro
/external/libvncserver/compat/msvc/
H A Dstdint.h230 #define INT8_C(val) val##i8 macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h215 #define INT8_C(val) val##i8 macro
/external/python/cpython2/Lib/plat-sunos5/
H A DTYPES.py74 def INT8_C(c): return (c) function
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp219 #ifndef INT8_C
220 #error INT8_C not defined
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py145 def INT8_C(c): return c function

Completed in 455 milliseconds

12