Searched refs:UINT16_C (Results 1 - 15 of 15) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDataTypes.h155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16 macro
/external/clang/test/Preprocessor/
H A Dstdint.c1381 UINT16_C_(0) UINT16_C(0)
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h260 # if !defined (UINT16_C)
261 # define UINT16_C(x) (x) macro
339 # define UINT16_C(v) ((uint16_t) (v)) macro
342 # define UINT16_C(v) ((uint16_t) (v)) macro
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp271 #ifndef UINT16_C
272 #error UINT16_C not defined
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp271 #ifndef UINT16_C
272 #error UINT16_C not defined
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h248 #define UINT16_C(val) (val) macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h236 #define UINT16_C(val) val##ui16 macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h236 #define UINT16_C(val) val##ui16 macro
/external/mesa3d/include/c99/
H A Dstdint.h236 #define UINT16_C(val) val##ui16 macro
/external/bison/darwin-lib/
H A Dstdint.h587 #undef UINT16_C macro
589 #define UINT16_C(x) x macro
/external/bison/lib/
H A Dstdint.in.h586 #undef UINT16_C
588 #define UINT16_C(x) x
/external/clang/lib/Headers/
H A Dstdint.h428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
431 # define UINT16_C(v) v ## U macro
615 #define UINT16_MAX UINT16_C(65535)
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp239 #ifndef UINT16_C
240 #error UINT16_C not defined
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h821 #if( !defined( UINT16_C ) )
822 #define UINT16_C( value ) value ## U macro
/external/bison/
H A Dconfigure14250 uint_least16_t d2 = UINT16_C (0xffff);
14310 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;

Completed in 481 milliseconds