HomeSort by relevance Sort by last modified time
    Searched refs:UINT16_C (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/Support/
DataTypes.h 155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16
  /development/ndk/platforms/android-3/include/
stdint.h 112 # define UINT16_C(c) c
113 # define UINT_LEAST16_C(c) UINT16_C(c)
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 260 # if !defined (UINT16_C)
261 # define UINT16_C(x) (x)
339 # define UINT16_C(v) ((uint16_t) (v))
342 # define UINT16_C(v) ((uint16_t) (v))
  /bionic/libc/include/
stdint.h 120 #define UINT16_C(c) c
121 #define UINT_LEAST16_C(c) UINT16_C(c)
  /development/ndk/platforms/android-L/include/
stdint.h 120 #define UINT16_C(c) c
121 #define UINT_LEAST16_C(c) UINT16_C(c)
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 271 #ifndef UINT16_C
272 #error UINT16_C not defined
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 271 #ifndef UINT16_C
272 #error UINT16_C not defined
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 248 #define UINT16_C(val) (val)
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 236 #define UINT16_C(val) val##ui16
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 236 #define UINT16_C(val) val##ui16
  /external/mesa3d/include/c99/
stdint.h 236 #define UINT16_C(val) val##ui16
  /external/bison/darwin-lib/
stdint.h 587 #undef UINT16_C
589 #define UINT16_C(x) x
  /external/bison/lib/
stdint.in.h 586 #undef UINT16_C
588 #define UINT16_C(x) x
  /external/clang/lib/Headers/
stdint.h 428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
431 # define UINT16_C(v) v ## U
615 #define UINT16_MAX UINT16_C(65535)
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 239 #ifndef UINT16_C
240 #error UINT16_C not defined
  /external/mdnsresponder/mDNSShared/
CommonServices.h 821 #if( !defined( UINT16_C ) )
822 #define UINT16_C( value ) value ## U
    [all...]
  /art/compiler/dex/quick/arm64/
utility_arm64.cc 292 else if (halfword == UINT16_C(0xffff))
    [all...]
  /external/bison/
configure     [all...]

Completed in 572 milliseconds