/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | bug-hcp-tied-kill.ll | 7 @g0 = private unnamed_addr constant [46 x i8] c"%x : Q6_R_mpyiacc_RR(INT32_MAX,0,INT32_MAX)\0A\00"… 8 @g1 = private unnamed_addr constant [46 x i8] c"%x : Q6_R_mpyiacc_RR(INT32_MIN,1,INT32_MAX)\0A\00"… 9 @g2 = private unnamed_addr constant [39 x i8] c"%x : Q6_R_mpyiacc_RR(-1,1,INT32_MAX)\0A\00", align… 10 @g3 = private unnamed_addr constant [38 x i8] c"%x : Q6_R_mpyiacc_RR(0,1,INT32_MAX)\0A\00", align 1 11 @g4 = private unnamed_addr constant [38 x i8] c"%x : Q6_R_mpyiacc_RR(1,1,INT32_MAX)\0A\00", align 1 12 @g5 = private unnamed_addr constant [46 x i8] c"%x : Q6_R_mpyiacc_RR(INT32_MAX,1,INT32_MAX)\0A\00"… 13 @g6 = private unnamed_addr constant [54 x i8] c"%x : Q6_R_mpyiacc_RR(INT32_MIN,INT32_MAX,INT32_MAX… 14 @g7 = private unnamed_addr constant [47 x i8] c"%x : Q6_R_mpyiacc_RR(-1,INT32_MAX,INT32_MAX)\0A\00… 15 @g8 = private unnamed_addr constant [46 x i8] c"%x : Q6_R_mpyiacc_RR(0,INT32_MAX,INT32_MAX)\0A\00"… 16 @g9 = private unnamed_addr constant [46 x i8] c"%x : Q6_R_mpyiacc_RR(1,INT32_MAX,INT32_MAX)\0A\00"… [all …]
|
/external/libusb/msvc/ |
D | stdint.h | 134 #define INT32_MAX 2147483647 macro 150 #define INT_LEAST32_MAX INT32_MAX 166 #define INT_FAST32_MAX INT32_MAX 182 #define INTPTR_MAX INT32_MAX 197 #define PTRDIFF_MAX INT32_MAX 201 #define SIG_ATOMIC_MAX INT32_MAX
|
/external/wayland/tests/ |
D | fixed-benchmark.c | 44 for (f = 0; f < INT32_MAX; f++) { in noop_conversion() 55 for (f = 0; f < INT32_MAX; f++) in magic_conversion() 65 for (f = 0; f < INT32_MAX; f++) in mul_conversion() 76 for (f = 0; f < INT32_MAX; f++) in div_conversion()
|
/external/icu/icu4c/source/common/ |
D | bytesinkutil.cpp | 29 if (desiredCapacity < (INT32_MAX / 3)) { in appendChange() 31 } else if (desiredCapacity < (INT32_MAX / 2)) { in appendChange() 34 desiredCapacity = INT32_MAX; in appendChange() 45 if (j > (INT32_MAX - s8Length)) { in appendChange() 63 if ((limit - s) > INT32_MAX) { in appendChange() 113 if ((limit - s) > INT32_MAX) { in appendUnchanged()
|
D | uvectr64.cpp | 54 if (initialCapacity > (int32_t)(INT32_MAX / sizeof(int64_t))) { in _init() 133 if (capacity > (INT32_MAX - 1) / 2) { // integer overflow check in expandCapacity() 144 if (newCap > (int32_t)(INT32_MAX / sizeof(int64_t))) { // integer overflow check in expandCapacity() 165 if (limit > (int32_t)(INT32_MAX / sizeof(int64_t))) { // integer overflow check for realloc in setMaxCapacity()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataTypes.h | 89 #define INT32_MAX 2147483647 macro 133 #ifndef INT32_MAX 134 # define INT32_MAX 2147483647 macro 138 # define INT32_MIN (-INT32_MAX - 1)
|
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/ |
D | DataTypes.h | 89 #define INT32_MAX 2147483647 macro 132 #ifndef INT32_MAX 133 # define INT32_MAX 2147483647 macro 137 # define INT32_MIN (-INT32_MAX - 1)
|
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/ |
D | DataTypes.h | 89 #define INT32_MAX 2147483647 macro 132 #ifndef INT32_MAX 133 # define INT32_MAX 2147483647 macro 137 # define INT32_MIN (-INT32_MAX - 1)
|
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/ |
D | DataTypes.h | 89 #define INT32_MAX 2147483647 macro 132 #ifndef INT32_MAX 133 # define INT32_MAX 2147483647 macro 137 # define INT32_MIN (-INT32_MAX - 1)
|
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/ |
D | DataTypes.h | 89 #define INT32_MAX 2147483647 macro 132 #ifndef INT32_MAX 133 # define INT32_MAX 2147483647 macro 137 # define INT32_MIN (-INT32_MAX - 1)
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 90 #define INT32_MAX 2147483647 macro 133 #ifndef INT32_MAX 134 # define INT32_MAX 2147483647 macro 138 # define INT32_MIN (-INT32_MAX - 1)
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 89 #define INT32_MAX 2147483647 macro 133 #ifndef INT32_MAX 134 #define INT32_MAX 2147483647 macro 138 #define INT32_MIN (-INT32_MAX - 1)
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 157 assert(static_cast<int32_t>(Result) <= INT32_MAX && in resolveRelocation() 173 assert(static_cast<int32_t>(Result) <= INT32_MAX && in resolveRelocation() 197 assert(static_cast<int32_t>(RE.Addend) <= INT32_MAX && in resolveRelocation() 210 assert(static_cast<int32_t>(Result) <= INT32_MAX && in resolveRelocation() 240 assert(static_cast<int32_t>(RE.Addend) <= INT32_MAX && in resolveRelocation() 255 assert(static_cast<int32_t>(RE.Addend) <= INT32_MAX && in resolveRelocation() 270 assert(static_cast<int32_t>(RE.Addend) <= INT32_MAX && in resolveRelocation()
|
D | RuntimeDyldCOFFI386.h | 147 assert(static_cast<int32_t>(Result) <= INT32_MAX && in resolveRelocation() 164 assert(static_cast<int32_t>(Result) <= INT32_MAX && in resolveRelocation() 181 assert(static_cast<int32_t>(Result) <= INT32_MAX && in resolveRelocation() 205 assert(static_cast<int32_t>(RE.Addend) <= INT32_MAX && in resolveRelocation()
|
/external/adhd/cras/src/server/ |
D | cras_mix_ops.c | 410 if (sum > INT32_MAX) in cras_mix_add_clip_s32_le() 411 sum = INT32_MAX; in cras_mix_add_clip_s32_le() 433 if (sum > INT32_MAX) in scale_add_clip_s32_le() 434 sum = INT32_MAX; in scale_add_clip_s32_le() 542 if (sum > INT32_MAX) in cras_mix_add_scale_stride_s32_le() 543 sum = INT32_MAX; in cras_mix_add_scale_stride_s32_le() 559 if (sum > INT32_MAX) in cras_mix_add_scale_stride_s32_le() 560 sum = INT32_MAX; in cras_mix_add_scale_stride_s32_le() 602 if (sum > INT32_MAX) in cras_mix_add_clip_s24_3le() 603 sum = INT32_MAX; in cras_mix_add_clip_s24_3le() [all …]
|
/external/icu/icu4c/source/io/ |
D | sprintf.cpp | 111 written = u_vsnprintf(buffer, INT32_MAX, patternSpecification, ap); in u_sprintf() 126 written = u_vsnprintf_u(buffer, INT32_MAX, patternSpecification, ap); in u_sprintf_u() 137 return u_vsnprintf(buffer, INT32_MAX, patternSpecification, ap); in u_vsprintf() 211 return u_vsnprintf_u(buffer, INT32_MAX, patternSpecification, ap); in u_vsprintf_u() 231 count = INT32_MAX; in u_vsnprintf_u()
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 137 #define INT32_MAX _I32_MAX macro 151 #define INT_LEAST32_MAX INT32_MAX 165 #define INT_FAST32_MAX INT32_MAX 180 # define INTPTR_MAX INT32_MAX
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | vcstdint.h | 122 #define INT32_MAX _I32_MAX macro 136 #define INT_LEAST32_MAX INT32_MAX 150 #define INT_FAST32_MAX INT32_MAX 165 # define INTPTR_MAX INT32_MAX
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 137 #define INT32_MAX _I32_MAX macro 151 #define INT_LEAST32_MAX INT32_MAX 165 #define INT_FAST32_MAX INT32_MAX 180 # define INTPTR_MAX INT32_MAX
|
/external/grpc-grpc/third_party/nanopb/tests/intsizes/ |
D | intsizes_unittests.c | 95 INT32_MAX, UINT32_MAX, INT32_MAX, in main() 111 INT32_MAX, UINT32_MAX, INT32_MAX, in main()
|
/external/nanopb-c/tests/intsizes/ |
D | intsizes_unittests.c | 95 INT32_MAX, UINT32_MAX, INT32_MAX, in main() 111 INT32_MAX, UINT32_MAX, INT32_MAX, in main()
|
/external/icu/icu4c/source/i18n/ |
D | number_rounding.cpp | 42 return INT32_MAX; in getDisplayMagnitudeFraction() 353 INT32_MAX); in apply() 363 INT32_MAX); in apply() 366 value.setIntegerLength(1, INT32_MAX); in apply() 387 value.setFractionLength(uprv_max(0, -displayMag), INT32_MAX); in apply() 397 value.setFractionLength(fPrecision.fUnion.increment.fMinFrac, INT32_MAX); in apply() 411 value.setFractionLength(fPrecision.fUnion.fracSig.fMinSig - minInt, INT32_MAX); in apply()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 60 INT32_MAX = (2147483647) variable 61 INTMAX_MAX = INT32_MAX 64 INT_LEAST32_MAX = INT32_MAX 228 TIME32_MAX = INT32_MAX
|
/external/icu/icu4c/source/test/cintltst/ |
D | putiltst.c | 133 doAssert(FALSE, uprv_add32_overflow(INT32_MAX - 2, 1, &overflow_result), "should not overflow"); in TestPUtilAPI() 134 doAssert(INT32_MAX - 1, overflow_result, "should equal INT32_MAX - 1"); in TestPUtilAPI() 135 doAssert(FALSE, uprv_add32_overflow(INT32_MAX - 2, 2, &overflow_result), "should not overflow"); in TestPUtilAPI() 136 doAssert(INT32_MAX, overflow_result, "should equal exactly INT32_MAX"); in TestPUtilAPI() 137 doAssert(TRUE, uprv_add32_overflow(INT32_MAX - 2, 3, &overflow_result), "should overflow"); in TestPUtilAPI() 138 doAssert(FALSE, uprv_mul32_overflow(INT32_MAX / 5, 4, &overflow_result), "should not overflow"); in TestPUtilAPI() 139 doAssert(INT32_MAX / 5 * 4, overflow_result, "should equal INT32_MAX / 5 * 4"); in TestPUtilAPI() 140 doAssert(TRUE, uprv_mul32_overflow(INT32_MAX / 5, 6, &overflow_result), "should overflow"); in TestPUtilAPI()
|
/external/libaom/libaom/aom/ |
D | aom_integer.h | 67 #if !defined(INT32_MAX) 68 #define INT32_MAX 2147483647 macro
|