Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataTypes.h.in155 # define UINT16_C(C) C##ui16 macro
DDataTypes.h156 # define UINT16_C(C) C##ui16 macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DDataTypes.h155 # define UINT16_C(C) C##ui16 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DDataTypes.h155 # define UINT16_C(C) C##ui16 macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DDataTypes.h155 # define UINT16_C(C) C##ui16 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DDataTypes.h155 # define UINT16_C(C) C##ui16 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h156 #define UINT16_C(C) C##ui16 macro
/external/llvm/include/llvm/Support/
DDataTypes.h156 # define UINT16_C(C) C##ui16 macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h221 #define UINT16_C(val) val##ui16 macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h236 #define UINT16_C(val) val##ui16 macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h236 #define UINT16_C(val) val##ui16 macro
/external/libusb/msvc/
Dstdint.h248 #define UINT16_C(val) (val) macro
/external/clang/lib/Headers/
Dstdint.h428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
431 # define UINT16_C(v) v ## U macro
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py86 def UINT16_C(c): return __CONCAT__(c,u) function
/external/mdnsresponder/mDNSShared/
DCommonServices.h822 #define UINT16_C( value ) value ## U macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py157 def UINT16_C(c): return c ## U function
/external/python/cpython2/Lib/plat-atheos/
DIN.py286 def UINT16_C(c): return c ## U function