HomeSort by relevance Sort by last modified time
    Searched defs:INTMAX_C (Results 101 - 113 of 113) sorted by null

1 2 3 45

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdint.h 230 # define INTMAX_C(c) INT64_C(c)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdint.h 230 # define INTMAX_C(c) INT64_C(c)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdint.h 230 # define INTMAX_C(c) INT64_C(c)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdint.h 230 # define INTMAX_C(c) INT64_C(c)
  /external/clang/lib/Headers/
stdint.h 703 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v)
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
stdint.h 704 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v)
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
stdint.h 703 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v)
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
stdint.h 704 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v)
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
stdint.h 703 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v)
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stdint.h 704 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v)
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stdint.h 704 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v)
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 703 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 165 def INTMAX_C(c): return c ## L
169 def INTMAX_C(c): return c ## LL

Completed in 1175 milliseconds

1 2 3 45