Home
last modified time | relevance | path

Searched refs:UINT16_C (Results 1 – 21 of 21) sorted by relevance

/external/llvm/include/llvm/Support/
DDataTypes.h155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16 macro
/external/chromium_org/third_party/smhasher/src/
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/
Dstdint_h.pass.cpp271 #ifndef UINT16_C in main()
272 #error UINT16_C not defined in main()
/external/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp271 #ifndef UINT16_C in main()
272 #error UINT16_C not defined in main()
/external/clang/test/Preprocessor/
Dstdint.c1381 UINT16_C_(0) UINT16_C(0)
/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
615 #define UINT16_MAX UINT16_C(65535)
/external/bison/darwin-lib/
Dstdint.h587 #undef UINT16_C
589 #define UINT16_C(x) x macro
/external/bison/lib/
Dstdint.in.h586 #undef UINT16_C
588 #define UINT16_C(x) x
/external/libcxx/include/
Dcstdint93 UINT16_C(value)
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h236 #define UINT16_C(val) val##ui16 macro
/external/chromium_org/third_party/libusb/src/msvc/
Dstdint.h248 #define UINT16_C(val) (val) macro
/external/chromium_org/third_party/mesa/src/include/c99/
Dstdint.h236 #define UINT16_C(val) val##ui16 macro
/external/mesa3d/include/c99/
Dstdint.h236 #define UINT16_C(val) val##ui16 macro
/external/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp239 #ifndef UINT16_C
240 #error UINT16_C not defined
/external/mdnsresponder/mDNSShared/
DCommonServices.h821 #if( !defined( UINT16_C ) )
822 #define UINT16_C( value ) value ## U macro
/external/bison/m4/
Dstdint.m4125 uint_least16_t d2 = UINT16_C (0xffff);
185 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
/external/libexif/m4m/
Dstdint.m4644 # define UINT16_C(c) c ## U
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
Dax_create_stdint_h.m4585 # define UINT16_C(c) c ## U
/external/libmtp/m4/
Dstdint.m4642 # define UINT16_C(c) c ## U
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch2328 +#ifndef UINT16_C
2329 +# define UINT16_C(C) C##ui16
/external/bison/
Dconfigure14250 uint_least16_t d2 = UINT16_C (0xffff);
14310 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;