Searched refs:UINT_MAX (Results 1 - 25 of 234) sorted by relevance

12345678910

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dsad_c.c85 sad_array[0] = vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 0, ref_stride, UINT_MAX);
86 sad_array[1] = vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 1, ref_stride, UINT_MAX);
87 sad_array[2] = vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 2, ref_stride, UINT_MAX);
94 sad_array[0] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 0, ref_stride, UINT_MAX);
95 sad_array[1] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 1, ref_stride, UINT_MAX);
96 sad_array[2] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 2, ref_stride, UINT_MAX);
97 sad_array[3] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 3, ref_stride, UINT_MAX);
98 sad_array[4] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 4, ref_stride, UINT_MAX);
99 sad_array[5] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 5, ref_stride, UINT_MAX);
100 sad_array[6] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 6, ref_stride, UINT_MAX);
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dsad_c.c85 sad_array[0] = vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 0, ref_stride, UINT_MAX);
86 sad_array[1] = vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 1, ref_stride, UINT_MAX);
87 sad_array[2] = vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 2, ref_stride, UINT_MAX);
94 sad_array[0] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 0, ref_stride, UINT_MAX);
95 sad_array[1] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 1, ref_stride, UINT_MAX);
96 sad_array[2] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 2, ref_stride, UINT_MAX);
97 sad_array[3] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 3, ref_stride, UINT_MAX);
98 sad_array[4] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 4, ref_stride, UINT_MAX);
99 sad_array[5] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 5, ref_stride, UINT_MAX);
100 sad_array[6] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 6, ref_stride, UINT_MAX);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragActions.h38 DragDestinationActionAny = UINT_MAX
58 DragOperationEvery = UINT_MAX
/external/clang/test/Analysis/
H A Dadditive-folding.cpp5 #define UINT_MAX (~0U) macro
6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1))
44 if (a == UINT_MAX) {
46 clang_analyzer_eval(a-1 == UINT_MAX-1); // expected-warning{{TRUE}}
49 clang_analyzer_eval(a-1 != UINT_MAX-1); // expected-warning{{TRUE}}
75 if (a >= UINT_MAX)
76 clang_analyzer_eval(a == UINT_MAX); // expected-warning{{TRUE}}
78 clang_analyzer_eval(a != UINT_MAX); // expected-warning{{TRUE}}
82 if (a < UINT_MAX)
[all...]
H A Dadditive-folding-range-constraints.c5 #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}}
17 clang_analyzer_eval(a == UINT_MAX-1 || a == UINT_MAX); // expected-warning{{TRUE}}
22 clang_analyzer_eval(a < UINT_MAX-1 || a == UINT_MAX); // expected-warning{{TRUE}}
24 clang_analyzer_eval(a == UINT_MAX-1); // expected-warning{{TRUE}}
29 clang_analyzer_eval(a == 0 || a == UINT_MAX); // expecte
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDragOperation.h50 WebDragOperationEvery = UINT_MAX
/external/e2fsprogs/intl/
H A Dgmo.h46 /* If UINT_MAX isn't defined, assume it's a 32-bit type.
51 #ifndef UINT_MAX
52 # define UINT_MAX UINT_MAX_32_BITS macro
55 #if UINT_MAX == UINT_MAX_32_BITS
/external/qemu/audio/
H A Drate_template.h51 if (rate->opos_inc == (1ULL + UINT_MAX)) {
85 t = (rate->opos & UINT_MAX) * (1.f / UINT_MAX);
87 t = (rate->opos & UINT_MAX) / (mixeng_real) UINT_MAX;
93 out.l = (ilast.l * ((int64_t) UINT_MAX - t) + icur.l * t) >> 32;
94 out.r = (ilast.r * ((int64_t) UINT_MAX - t) + icur.r * t) >> 32;
/external/libcxx/test/depr/depr.c.headers/
H A Dlimits_h.pass.cpp62 #ifndef UINT_MAX
63 #error UINT_MAX not defined
/external/libcxx/test/language.support/support.limits/c.limits/
H A Dclimits.pass.cpp62 #ifndef UINT_MAX
63 #error UINT_MAX not defined
/external/clang/test/Headers/
H A Dlimits.cpp15 _Static_assert(INT_MAX == UINT_MAX/2, "");
25 _Static_assert(UINT_MAX == (unsigned int)~0ULL, "");
/external/valgrind/main/none/tests/s390x/
H A Dlpr.c81 t32(INT_MAX); t32(INT_MIN); t32(UINT_MAX);
85 t64(INT_MAX); t64(INT_MIN); t64(UINT_MAX);
90 t3264(INT_MAX); t3264(INT_MIN); t3264(UINT_MAX);
/external/chromium_org/extensions/browser/api/storage/
H A Dsettings_quota_unittest.cc82 CreateStorage(0, UINT_MAX, UINT_MAX);
92 CreateStorage(8u, UINT_MAX, UINT_MAX);
100 CreateStorage(8u, UINT_MAX, UINT_MAX);
113 CreateStorage(40, UINT_MAX, UINT_MAX);
135 CreateStorage(UINT_MAX, UINT_MAX,
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dkeep-tracking.c55 .mmap_pages = UINT_MAX,
56 .user_freq = UINT_MAX,
70 threads = thread_map__new(-1, getpid(), UINT_MAX);
98 CHECK__(perf_evlist__mmap(evlist, UINT_MAX, false));
H A Dopen-syscall.c11 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX);
H A Dperf-time-to-tsc.c50 .mmap_pages = UINT_MAX,
51 .user_freq = UINT_MAX,
71 threads = thread_map__new(-1, getpid(), UINT_MAX);
94 CHECK__(perf_evlist__mmap(evlist, UINT_MAX, false));
/external/qemu/android/utils/
H A Dvector.c11 unsigned bigMax = UINT_MAX / itemSize;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8HTMLOptionsCollectionCustom.cpp78 else if (v > static_cast<double>(UINT_MAX))
79 newLength = UINT_MAX;
/external/clang/lib/Headers/
H A Dlimits.h50 #undef UINT_MAX macro
72 #define UINT_MAX (__INT_MAX__ *2U +1U) macro
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A Dmax.pass.cpp43 test<char32_t>(UINT_MAX);
48 test<unsigned int>(UINT_MAX);
/external/stlport/test/unit/
H A Dmacro_checks.cpp93 #if !defined (UINT_MAX)
94 # error Missing UINT_MAX definition.
97 #if (UINT_MAX < 0)
98 # error Weird UINT_MAX macro value.
/external/valgrind/main/coregrind/m_debuginfo/
H A Dlzoconf.h66 #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/chromium_org/third_party/smhasher/src/
H A DPMurHash.h34 #elif (UINT_MAX == 0xffffffffUL)
/external/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
H A Dunderlying_type.pass.cpp18 enum F { W = UINT_MAX };
/external/liblzf/
H A DlzfP.h172 # elif UINT_MAX == 65535

Completed in 904 milliseconds

12345678910