HomeSort by relevance Sort by last modified time
    Searched defs:INT64_C (Results 1 - 16 of 16) sorted by null

  /external/chromium/third_party/icu/public/common/unicode/
umachine.h 177 # ifndef INT64_C
180 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
183 # define INT64_C(c) c ## LL
195 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
199 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
pwin32.h 106 # ifndef INT64_C
107 # define INT64_C(x) ((int64_t)x)
  /external/icu4c/common/unicode/
umachine.h 184 # ifndef INT64_C
187 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
190 # define INT64_C(c) c ## LL
202 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
206 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
pwin32.h 106 # ifndef INT64_C
107 # define INT64_C(x) ((int64_t)x)
  /external/webkit/JavaScriptCore/icu/unicode/
umachine.h 200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
  /external/webkit/JavaScriptGlue/icu/unicode/
umachine.h 200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
  /external/webkit/WebCore/icu/unicode/
umachine.h 200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
  /external/webkit/WebKit/mac/icu/unicode/
umachine.h 200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
  /bionic/libc/include/
stdint.h 190 # define INT64_C(c) __INT64_C(c)
191 # define INT_LEAST64_C(c) INT64_C(c)
192 # define INT_FAST64_C(c) INT64_C(c)
237 #define INTMAX_C(c) INT64_C(c)
  /development/ndk/platforms/android-3/include/
stdint.h 190 # define INT64_C(c) __INT64_C(c)
191 # define INT_LEAST64_C(c) INT64_C(c)
192 # define INT_FAST64_C(c) INT64_C(c)
237 #define INTMAX_C(c) INT64_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 190 # define INT64_C(c) __INT64_C(c)
191 # define INT_LEAST64_C(c) INT64_C(c)
192 # define INT_FAST64_C(c) INT64_C(c)
237 #define INTMAX_C(c) INT64_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 190 # define INT64_C(c) __INT64_C(c)
191 # define INT_LEAST64_C(c) INT64_C(c)
192 # define INT_FAST64_C(c) INT64_C(c)
237 #define INTMAX_C(c) INT64_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h 190 # define INT64_C(c) __INT64_C(c)
191 # define INT_LEAST64_C(c) INT64_C(c)
192 # define INT_FAST64_C(c) INT64_C(c)
237 #define INTMAX_C(c) INT64_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h 190 # define INT64_C(c) __INT64_C(c)
191 # define INT_LEAST64_C(c) INT64_C(c)
192 # define INT_FAST64_C(c) INT64_C(c)
237 #define INTMAX_C(c) INT64_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h 190 # define INT64_C(c) __INT64_C(c)
191 # define INT_LEAST64_C(c) INT64_C(c)
192 # define INT_FAST64_C(c) INT64_C(c)
237 #define INTMAX_C(c) INT64_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h 190 # define INT64_C(c) __INT64_C(c)
191 # define INT_LEAST64_C(c) INT64_C(c)
192 # define INT_FAST64_C(c) INT64_C(c)
237 #define INTMAX_C(c) INT64_C(c)

Completed in 325 milliseconds