HomeSort by relevance Sort by last modified time
    Searched full:int32_max (Results 101 - 125 of 350) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/sys/
_wchar_limits.h 49 * <stdint.h> conditionally defined them to INT32_MIN / INT32_MAX.
60 * defined as INT32_MIN / INT32_MAX.
63 * they were always defined to INT32_MIN / INT32_MAX
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
_wchar_limits.h 49 * <stdint.h> conditionally defined them to INT32_MIN / INT32_MAX.
60 * defined as INT32_MIN / INT32_MAX.
63 * they were always defined to INT32_MIN / INT32_MAX
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/sys/
_wchar_limits.h 49 * <stdint.h> conditionally defined them to INT32_MIN / INT32_MAX.
60 * defined as INT32_MIN / INT32_MAX.
63 * they were always defined to INT32_MIN / INT32_MAX
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
_wchar_limits.h 49 * <stdint.h> conditionally defined them to INT32_MIN / INT32_MAX.
60 * defined as INT32_MIN / INT32_MAX.
63 * they were always defined to INT32_MIN / INT32_MAX
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
_wchar_limits.h 49 * <stdint.h> conditionally defined them to INT32_MIN / INT32_MAX.
60 * defined as INT32_MIN / INT32_MAX.
63 * they were always defined to INT32_MIN / INT32_MAX
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
_wchar_limits.h 49 * <stdint.h> conditionally defined them to INT32_MIN / INT32_MAX.
60 * defined as INT32_MIN / INT32_MAX.
63 * they were always defined to INT32_MIN / INT32_MAX
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
_wchar_limits.h 49 * <stdint.h> conditionally defined them to INT32_MIN / INT32_MAX.
60 * defined as INT32_MIN / INT32_MAX.
63 * they were always defined to INT32_MIN / INT32_MAX
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
_wchar_limits.h 49 * <stdint.h> conditionally defined them to INT32_MIN / INT32_MAX.
60 * defined as INT32_MIN / INT32_MAX.
63 * they were always defined to INT32_MIN / INT32_MAX
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
_wchar_limits.h 49 * <stdint.h> conditionally defined them to INT32_MIN / INT32_MAX.
60 * defined as INT32_MIN / INT32_MAX.
63 * they were always defined to INT32_MIN / INT32_MAX
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
_wchar_limits.h 49 * <stdint.h> conditionally defined them to INT32_MIN / INT32_MAX.
60 * defined as INT32_MIN / INT32_MAX.
63 * they were always defined to INT32_MIN / INT32_MAX
  /system/core/libpixelflinger/tests/gglmul/
gglmul_test.cpp 239 {1,INT32_MAX},
241 {0,INT32_MAX},
242 {INT32_MIN, INT32_MAX},
243 {INT32_MAX, INT32_MIN},
245 {INT32_MAX, INT32_MAX}
  /ndk/tests/build/stdint-c++/jni/
test_c.c 60 #ifndef INT32_MAX
61 #error INT32_MAX defined!
  /external/bison/lib/
inttypes.in.h 55 #if !(INT_MIN == INT32_MIN && INT_MAX == INT32_MAX)
149 # ifdef INT32_MAX
155 # ifdef INT32_MAX
329 # if INT_FAST8_MAX > INT32_MAX
337 # if INT_FAST8_MAX > INT32_MAX
377 # if INT_FAST16_MAX > INT32_MAX
385 # if INT_FAST16_MAX > INT32_MAX
425 # if INT_FAST32_MAX > INT32_MAX
433 # if INT_FAST32_MAX > INT32_MAX
648 # ifdef INT32_MAX
    [all...]
  /external/chromium_org/third_party/icu/source/common/
filterednormalizer2.cpp 123 int32_t suffixStart=set.spanBack(first, INT32_MAX, USET_SPAN_SIMPLE);
131 UnicodeString middle(first, suffixStart, INT32_MAX);
137 first.replace(suffixStart, INT32_MAX, middle);
141 UnicodeString rest(second.tempSubString(prefixLimit, INT32_MAX));
uvectr64.cpp 52 if (initialCapacity > (int32_t)(INT32_MAX / sizeof(int64_t))) {
128 if (capacity > (INT32_MAX - 1) / 2) { // integer overflow check
139 if (newCap > (int32_t)(INT32_MAX / sizeof(int64_t))) { // integer overflow check
160 if (limit > (int32_t)(INT32_MAX / sizeof(int64_t))) { // integer overflow check for realloc
  /external/chromium_org/third_party/icu/source/tools/tzcode/
private.h 150 #ifndef INT32_MAX
151 #define INT32_MAX 0x7fffffff
152 #endif /* !defined INT32_MAX */
154 #define INT32_MIN (-1 - INT32_MAX)
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 137 #define INT32_MAX _I32_MAX
151 #define INT_LEAST32_MAX INT32_MAX
165 #define INT_FAST32_MAX INT32_MAX
180 # define INTPTR_MAX INT32_MAX
  /external/chromium_org/third_party/re2/mswin/
stdint.h 137 #define INT32_MAX _I32_MAX
151 #define INT_LEAST32_MAX INT32_MAX
165 #define INT_FAST32_MAX INT32_MAX
180 # define INTPTR_MAX INT32_MAX
  /external/icu/icu4c/source/common/
uvectr64.cpp 52 if (initialCapacity > (int32_t)(INT32_MAX / sizeof(int64_t))) {
128 if (capacity > (INT32_MAX - 1) / 2) { // integer overflow check
139 if (newCap > (int32_t)(INT32_MAX / sizeof(int64_t))) { // integer overflow check
160 if (limit > (int32_t)(INT32_MAX / sizeof(int64_t))) { // integer overflow check for realloc
  /external/icu/icu4c/source/tools/tzcode/
private.h 150 #ifndef INT32_MAX
151 #define INT32_MAX 0x7fffffff
152 #endif /* !defined INT32_MAX */
154 #define INT32_MIN (-1 - INT32_MAX)
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 137 #define INT32_MAX _I32_MAX
151 #define INT_LEAST32_MAX INT32_MAX
165 #define INT_FAST32_MAX INT32_MAX
180 # define INTPTR_MAX INT32_MAX
  /external/llvm/include/llvm/Support/
DataTypes.h 90 #define INT32_MAX 2147483647
133 #ifndef INT32_MAX
134 # define INT32_MAX 2147483647
138 # define INT32_MIN (-INT32_MAX - 1)
  /external/mesa3d/include/c99/
stdint.h 137 #define INT32_MAX _I32_MAX
151 #define INT_LEAST32_MAX INT32_MAX
165 #define INT_FAST32_MAX INT32_MAX
180 # define INTPTR_MAX INT32_MAX
  /external/pixman/pixman/
pixman-region32.c 44 #define PIXMAN_REGION_MAX INT32_MAX
pixman-utils.c 42 return a >= INT32_MAX / b;
48 return a > INT32_MAX - b;
55 if (a >= INT32_MAX / b)
66 if (a >= INT32_MAX / b)
68 else if (a * b >= INT32_MAX / c)

Completed in 485 milliseconds

1 2 3 45 6 7 8 91011>>