Home
last modified time | relevance | path

Searched defs:UINT8_C (Results 1 – 17 of 17) sorted by relevance

/external/sdv/vsomeip/third_party/boost/config/include/boost/
Dcstdint.hpp456 # define UINT8_C(value) static_cast<unsigned char>(value##u) macro
458 # define UINT8_C(value) value##ui8 macro
481 # define UINT8_C(value) static_cast<boost::uint8_t>(value##u) macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h150 #define UINT8_C(C) C##ui8 macro
/external/llvm/include/llvm/Support/
DDataTypes.h150 # define UINT8_C(C) C##ui8 macro
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h78 #define UINT8_C(x) x macro
/external/trusty/arm-trusted-firmware/include/lib/libc/
Dstdint.h78 #define UINT8_C(x) x macro
/external/musl/include/
Dstdint.h101 #define UINT8_C(c) c macro
/external/trusty/musl/include/
Dstdint.h101 #define UINT8_C(c) c macro
/external/trusty/lk/lib/libc/include/
Dstdint.h134 #define UINT8_C(c) (c) macro
/external/capstone/include/windowsce/
Dstdint.h125 #define UINT8_C(x) (x) macro
/external/libconfig/lib/win32/
Dstdint.h210 #define UINT8_C(val) val##ui8 macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h235 #define UINT8_C(val) val##ui8 macro
/external/clang/lib/Headers/
Dstdint.h447 # define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro
450 # define UINT8_C(v) v ## U macro
/external/llvm-libc/include/llvm-libc-macros/
Dstdint-macros.h409 #define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro
412 #define UINT8_C(v) v##U macro
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py84 def UINT8_C(c): return __CONCAT__(c,u) function
/external/mdnsresponder/mDNSShared/
DCommonServices.h818 #define UINT8_C( value ) value ## U macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py155 def UINT8_C(c): return c ## U function
/external/python/cpython2/Lib/plat-atheos/
DIN.py284 def UINT8_C(c): return c ## U function