/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/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 24 #define INT32_MAX INT_MAX macro 41 #define INT_LEAST32_MAX INT32_MAX 49 #define INT_FAST8_MAX INT32_MAX 53 #define INT_FAST16_MAX INT32_MAX 57 #define INT_FAST32_MAX INT32_MAX
|
/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()
|
D | uvectr32.cpp | 57 if (initialCapacity > (int32_t)(INT32_MAX / sizeof(int32_t))) { in _init() 215 if (capacity > (INT32_MAX - 1) / 2) { // integer overflow check in expandCapacity() 226 if (newCap > (int32_t)(INT32_MAX / sizeof(int32_t))) { // integer overflow check in expandCapacity() 247 if (limit > (int32_t)(INT32_MAX / sizeof(int32_t))) { // integer overflow check for realloc in setMaxCapacity()
|
D | bytestream.cpp | 48 if (n > (INT32_MAX - appended_)) { in Append() 50 appended_ = INT32_MAX; in Append()
|
/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/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/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/mesa3d/src/util/ |
D | rounding.h | 101 #elif LONG_MAX == INT32_MAX in _mesa_lroundevenf() 122 #elif LONG_MAX == INT32_MAX in _mesa_lroundeven() 141 #elif LONG_MAX == INT32_MAX in _mesa_i64roundevenf()
|
/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/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/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/adhd/cras/src/server/ |
D | cras_mix_ops.c | 407 if (sum > INT32_MAX) in cras_mix_add_clip_s32_le() 408 sum = INT32_MAX; in cras_mix_add_clip_s32_le() 428 if (sum > INT32_MAX) in scale_add_clip_s32_le() 429 sum = INT32_MAX; in scale_add_clip_s32_le() 536 if (sum > INT32_MAX) in cras_mix_add_scale_stride_s32_le() 537 sum = INT32_MAX; in cras_mix_add_scale_stride_s32_le() 552 if (sum > INT32_MAX) in cras_mix_add_scale_stride_s32_le() 553 sum = INT32_MAX; in cras_mix_add_scale_stride_s32_le() 594 if (sum > INT32_MAX) in cras_mix_add_clip_s24_3le() 595 sum = INT32_MAX; in cras_mix_add_clip_s24_3le() [all …]
|
/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/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/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 | 136 doAssert(FALSE, uprv_add32_overflow(INT32_MAX - 2, 1, &overflow_result), "should not overflow"); in TestPUtilAPI() 137 doAssert(INT32_MAX - 1, overflow_result, "should equal INT32_MAX - 1"); in TestPUtilAPI() 138 doAssert(FALSE, uprv_add32_overflow(INT32_MAX - 2, 2, &overflow_result), "should not overflow"); in TestPUtilAPI() 139 doAssert(INT32_MAX, overflow_result, "should equal exactly INT32_MAX"); in TestPUtilAPI() 140 doAssert(TRUE, uprv_add32_overflow(INT32_MAX - 2, 3, &overflow_result), "should overflow"); in TestPUtilAPI() 141 doAssert(FALSE, uprv_mul32_overflow(INT32_MAX / 5, 4, &overflow_result), "should not overflow"); in TestPUtilAPI() 142 doAssert(INT32_MAX / 5 * 4, overflow_result, "should equal INT32_MAX / 5 * 4"); in TestPUtilAPI() 143 doAssert(TRUE, uprv_mul32_overflow(INT32_MAX / 5, 6, &overflow_result), "should overflow"); in TestPUtilAPI()
|
/external/libaom/libaom/aom/ |
D | aom_integer.h | 66 #if !defined(INT32_MAX) 67 #define INT32_MAX 2147483647 macro
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 201 #ifndef INT32_MAX 202 #define INT32_MAX 0x7fffffff macro 205 #define INT32_MIN (-1 - INT32_MAX)
|
/external/icu/icu4c/source/i18n/ |
D | formattedval_iterimpl.cpp | 92 int32_t s1a = INT32_MAX; in addOverlapSpans() 94 int32_t s2a = INT32_MAX; in addOverlapSpans() 112 if (s1a != INT32_MAX) { in addOverlapSpans()
|