/external/libvpx/libvpx/vp8/common/ |
D | sad_c.c | 85 sad_array[0] = vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 0, ref_stride, UINT_MAX); in vp8_sad16x16x3_c() 86 sad_array[1] = vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 1, ref_stride, UINT_MAX); in vp8_sad16x16x3_c() 87 sad_array[2] = vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 2, ref_stride, UINT_MAX); in vp8_sad16x16x3_c() 94 …_array[0] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 0, ref_stride, UINT_MAX); in vp8_sad16x16x8_c() 95 …_array[1] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 1, ref_stride, UINT_MAX); in vp8_sad16x16x8_c() 96 …_array[2] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 2, ref_stride, UINT_MAX); in vp8_sad16x16x8_c() 97 …_array[3] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 3, ref_stride, UINT_MAX); in vp8_sad16x16x8_c() 98 …_array[4] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 4, ref_stride, UINT_MAX); in vp8_sad16x16x8_c() 99 …_array[5] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 5, ref_stride, UINT_MAX); in vp8_sad16x16x8_c() 100 …_array[6] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 6, ref_stride, UINT_MAX); in vp8_sad16x16x8_c() [all …]
|
D | mfqe.c | 163 sad = (vp8_sad16x16(y, y_stride, yd, yd_stride, UINT_MAX) + 128) >> 8; in multiframe_quality_enhance_block() 164 usad = (vp8_sad8x8(u, uv_stride, ud, uvd_stride, UINT_MAX) + 32) >> 6; in multiframe_quality_enhance_block() 165 vsad = (vp8_sad8x8(v, uv_stride, vd, uvd_stride, UINT_MAX)+ 32) >> 6; in multiframe_quality_enhance_block() 180 sad = (vp8_sad8x8(y, y_stride, yd, yd_stride, UINT_MAX) + 32) >> 6; in multiframe_quality_enhance_block() 181 usad = (vp8_sad4x4(u, uv_stride, ud, uvd_stride, UINT_MAX) + 8) >> 4; in multiframe_quality_enhance_block() 182 vsad = (vp8_sad4x4(v, uv_stride, vd, uvd_stride, UINT_MAX) + 8) >> 4; in multiframe_quality_enhance_block()
|
/external/clang/test/Analysis/ |
D | additive-folding.cpp | 5 #define UINT_MAX (~0U) macro 6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1)) 44 if (a == UINT_MAX) { in eq_ne() 46 clang_analyzer_eval(a-1 == UINT_MAX-1); // expected-warning{{TRUE}} in eq_ne() 49 clang_analyzer_eval(a-1 != UINT_MAX-1); // expected-warning{{TRUE}} in eq_ne() 75 if (a >= UINT_MAX) in baselineGE() 76 clang_analyzer_eval(a == UINT_MAX); // expected-warning{{TRUE}} in baselineGE() 78 clang_analyzer_eval(a != UINT_MAX); // expected-warning{{TRUE}} in baselineGE() 82 if (a < UINT_MAX) in baselineLT() 83 clang_analyzer_eval(a != UINT_MAX); // expected-warning{{TRUE}} in baselineLT() [all …]
|
D | additive-folding-range-constraints.c | 5 #define UINT_MAX (~0U) macro 6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1)) 15 clang_analyzer_eval(a < UINT_MAX-1); // expected-warning{{TRUE}} in smallAdjustmentGT() 17 clang_analyzer_eval(a == UINT_MAX-1 || a == UINT_MAX); // expected-warning{{TRUE}} in smallAdjustmentGT() 22 clang_analyzer_eval(a < UINT_MAX-1 || a == UINT_MAX); // expected-warning{{TRUE}} in smallAdjustmentGE() 24 clang_analyzer_eval(a == UINT_MAX-1); // expected-warning{{TRUE}} in smallAdjustmentGE() 29 clang_analyzer_eval(a == 0 || a == UINT_MAX); // expected-warning{{TRUE}} in smallAdjustmentLT() 34 clang_analyzer_eval(a == 0 || a == 1 || a == UINT_MAX); // expected-warning{{TRUE}} in smallAdjustmentLE() 42 if (a-2 > UINT_MAX-1) in largeAdjustmentGT() 49 if (a-2 >= UINT_MAX-1) in largeAdjustmentGE() [all …]
|
/external/libvncserver/common/ |
D | lzodefs.h | 105 #if (UINT_MAX == LZO_0xffffL) 124 #if defined(_MSC_VER) && defined(M_I86HM) && (UINT_MAX == LZO_0xffffL) 128 #if (UINT_MAX == LZO_0xffffL) 197 #if (UINT_MAX == LZO_0xffffL) 305 # if (UINT_MAX == LZO_0xffffL) 308 # elif (UINT_MAX == LZO_0xffffffffL) 324 # if (UINT_MAX == LZO_0xffffL) 327 # elif (UINT_MAX == LZO_0xffffffffL) 334 # if (UINT_MAX == LZO_0xffffL) 337 # elif (UINT_MAX == LZO_0xffffffffL) [all …]
|
D | lzoconf.h | 65 #if !defined(UCHAR_MAX) || !defined(UINT_MAX) || !defined(ULONG_MAX) 68 #if (USHRT_MAX < 1) || (UINT_MAX < 1) || (ULONG_MAX < 1) 88 # if (UINT_MAX < LZO_0xffffffffL) 129 # define LZO_UINT_MAX UINT_MAX 145 # if (UINT_MAX >= LZO_0xffffffffL) 148 # define LZO_UINT32_MAX UINT_MAX 171 # if (LZO_UINT_MAX <= UINT_MAX)
|
D | md5.h | 57 # ifndef UINT_MAX 58 # define UINT_MAX UINT_MAX_32_BITS macro 61 # if UINT_MAX == UINT_MAX_32_BITS
|
D | minilzo.c | 125 #if (UINT_MAX == LZO_0xffffL) 144 #if defined(_MSC_VER) && defined(M_I86HM) && (UINT_MAX == LZO_0xffffL) 148 #if (UINT_MAX == LZO_0xffffL) 217 #if (UINT_MAX == LZO_0xffffL) 325 # if (UINT_MAX == LZO_0xffffL) 328 # elif (UINT_MAX == LZO_0xffffffffL) 344 # if (UINT_MAX == LZO_0xffffL) 347 # elif (UINT_MAX == LZO_0xffffffffL) 354 # if (UINT_MAX == LZO_0xffffL) 357 # elif (UINT_MAX == LZO_0xffffffffL) [all …]
|
/external/valgrind/coregrind/m_debuginfo/ |
D | lzodefs.h | 106 #if (UINT_MAX == LZO_0xffffL) 125 #if defined(_MSC_VER) && defined(M_I86HM) && (UINT_MAX == LZO_0xffffL) 129 #if (UINT_MAX == LZO_0xffffL) 198 #if (UINT_MAX == LZO_0xffffL) 306 # if (UINT_MAX == LZO_0xffffL) 309 # elif (UINT_MAX == LZO_0xffffffffL) 325 # if (UINT_MAX == LZO_0xffffL) 328 # elif (UINT_MAX == LZO_0xffffffffL) 335 # if (UINT_MAX == LZO_0xffffL) 338 # elif (UINT_MAX == LZO_0xffffffffL) [all …]
|
D | lzoconf.h | 66 #if !defined(UCHAR_MAX) || !defined(UINT_MAX) || !defined(ULONG_MAX) 69 #if (USHRT_MAX < 1) || (UINT_MAX < 1) || (ULONG_MAX < 1) 89 # if (UINT_MAX < LZO_0xffffffffL) 130 # define LZO_UINT_MAX UINT_MAX 146 # if (UINT_MAX >= LZO_0xffffffffL) 149 # define LZO_UINT32_MAX UINT_MAX 193 # if (LZO_UINT_MAX <= UINT_MAX)
|
/external/e2fsprogs/intl/ |
D | gmo.h | 51 #ifndef UINT_MAX 52 # define UINT_MAX UINT_MAX_32_BITS macro 55 #if UINT_MAX == UINT_MAX_32_BITS
|
/external/linux-tools-perf/src/tools/perf/tests/ |
D | keep-tracking.c | 55 .mmap_pages = UINT_MAX, in test__keep_tracking() 56 .user_freq = UINT_MAX, in test__keep_tracking() 70 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking() 98 CHECK__(perf_evlist__mmap(evlist, UINT_MAX, false)); in test__keep_tracking()
|
D | perf-time-to-tsc.c | 50 .mmap_pages = UINT_MAX, in test__perf_time_to_tsc() 51 .user_freq = UINT_MAX, in test__perf_time_to_tsc() 71 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc() 94 CHECK__(perf_evlist__mmap(evlist, UINT_MAX, false)); in test__perf_time_to_tsc()
|
D | open-syscall-tp-fields.c | 11 .uid = UINT_MAX, in test__syscall_open_tp_fields() 54 err = perf_evlist__mmap(evlist, UINT_MAX, false); in test__syscall_open_tp_fields()
|
/external/valgrind/none/tests/s390x/ |
D | lpr.c | 81 t32(INT_MAX); t32(INT_MIN); t32(UINT_MAX); in main() 85 t64(INT_MAX); t64(INT_MIN); t64(UINT_MAX); in main() 90 t3264(INT_MAX); t3264(INT_MIN); t3264(UINT_MAX); in main()
|
/external/vboot_reference/firmware/lib/ |
D | vboot_audio.c | 19 #ifndef UINT_MAX 20 #define UINT_MAX 4294967295U /* 0xffffffff */ macro 112 if ((sizeof(VbDevMusicNote) > UINT_MAX / hdr->count) || in VbGetDevMusicNotes() 114 UINT_MAX - hdr->count * sizeof(VbDevMusicNote))) { in VbGetDevMusicNotes() 167 if (hdr->count > (UINT_MAX / sizeof(VbDevMusicNote) - 1)) { in VbGetDevMusicNotes()
|
/external/boringssl/src/crypto/ |
D | constant_time_test.c | 226 static unsigned int test_values[] = {0, 1, 1024, 12345, 32000, UINT_MAX / 2 - 1, 227 UINT_MAX / 2, UINT_MAX / 2 + 1, 228 UINT_MAX - 1, UINT_MAX};
|
/external/jsoncpp/test/data/ |
D | test_real_08.json | 2 // same as UINT_MAX in base 10 and digit less than UINT_MAX's last digit in
|
/external/clang/test/Headers/ |
D | limits.cpp | 15 _Static_assert(INT_MAX == UINT_MAX/2, ""); 25 _Static_assert(UINT_MAX == (unsigned int)~0ULL, "");
|
/external/libcxx/test/std/language.support/support.limits/c.limits/ |
D | climits.pass.cpp | 62 #ifndef UINT_MAX 63 #error UINT_MAX not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | limits_h.pass.cpp | 62 #ifndef UINT_MAX 63 #error UINT_MAX not defined
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | max.pass.cpp | 43 test<char32_t>(UINT_MAX); in main() 48 test<unsigned int>(UINT_MAX); in main()
|
/external/clang/lib/Headers/ |
D | limits.h | 50 #undef UINT_MAX 72 #define UINT_MAX (__INT_MAX__ *2U +1U) macro
|
/external/libvpx/libvpx/test/ |
D | sad_test.cc | 160 reference_sad = ReferenceSAD(UINT_MAX, block); in CheckSADs() 217 const unsigned int reference_sad = ReferenceSAD(UINT_MAX, 0); in CheckSAD() 232 CheckSAD(UINT_MAX); in TEST_P() 238 CheckSAD(UINT_MAX); in TEST_P() 246 CheckSAD(UINT_MAX); in TEST_P() 257 CheckSAD(UINT_MAX); in TEST_P() 266 CheckSAD(UINT_MAX); in TEST_P()
|
/external/safe-iop/src/ |
D | safe_iop.c | 285 a=1; b=UINT_MAX; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_u32() 286 a=UINT_MAX/2; b=a+2; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_u32() 287 a=UINT_MAX/2; b=a; EXPECT_TRUE(safe_add(NULL, a, b)); in T_add_u32() 288 a=UINT_MAX/2; b=a+1; EXPECT_TRUE(safe_add(NULL, a, b)); in T_add_u32() 290 a=0; b=UINT_MAX; EXPECT_TRUE(safe_add(NULL, a, b)); in T_add_u32() 495 a=UINT_MAX-1; b=UINT_MAX; EXPECT_FALSE(safe_sub(NULL, a, b)); in T_sub_u32() 496 a=UINT_MAX; b=UINT_MAX; EXPECT_TRUE(safe_sub(NULL, a, b)); in T_sub_u32() 716 a=UINT_MAX-1; b=2; EXPECT_FALSE(safe_mul(NULL, a, b)); in T_mul_u32() 717 a=2; b=UINT_MAX-1; EXPECT_FALSE(safe_mul(NULL, a, b)); in T_mul_u32() 718 a=UINT_MAX; b=2; EXPECT_FALSE(safe_mul(NULL, a, b)); in T_mul_u32() [all …]
|