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

123456

/external/webkit/Source/WebCore/page/
H A DDragActions.h39 DragDestinationActionAny = UINT_MAX
49 DragSourceActionAny = UINT_MAX
61 DragOperationEvery = UINT_MAX
/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/clang/test/Analysis/
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...]
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...]
/external/dropbear/libtommath/mtest/
H A Dmpi-types.h11 #define MP_WORD_MAX UINT_MAX
/external/webkit/Source/WebKit/chromium/public/
H A DWebDragOperation.h50 WebDragOperationEvery = UINT_MAX
H A DWebStorageNamespace.h61 static const unsigned noQuota = 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/webkit/Source/JavaScriptCore/runtime/
H A DWeakRandom.h68 return advance() / (UINT_MAX + 1.0);
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarr.h45 static const unsigned quantifyInfinite = UINT_MAX;
/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/base/
H A Dsync_socket_win.cc117 ((length - count) <= UINT_MAX) ? (length - count) : UINT_MAX);
133 ((length - count) <= UINT_MAX) ? (length - count) : UINT_MAX);
/external/qemu/android/utils/
H A Dvector.c11 unsigned bigMax = UINT_MAX / itemSize;
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitapplicationcache.cpp30 static unsigned long long cacheMaxSize = UINT_MAX;
36 * By default it is set to UINT_MAX i.e. no quota.
/external/clang/lib/Headers/
H A Dlimits.h51 #undef UINT_MAX macro
73 #define UINT_MAX (__INT_MAX__ *2U +1U) macro
/external/clang/lib/include/
H A Dlimits.h51 #undef UINT_MAX macro
73 #define UINT_MAX (__INT_MAX__ *2U +1U) macro
/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/liblzf/
H A DlzfP.h172 # elif UINT_MAX == 65535
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLOptionsCollectionCustom.cpp53 else if (lengthValue > static_cast<double>(UINT_MAX))
54 newLength = UINT_MAX;
/external/libvpx/libvpx/test/
H A Dsad_test.cc136 CheckSad(UINT_MAX);
142 CheckSad(UINT_MAX);
150 CheckSad(UINT_MAX);
161 CheckSad(UINT_MAX);
170 CheckSad(UINT_MAX);
/external/chromium/chrome/browser/
H A Dbrowser_main_posix.cc99 sleep(UINT_MAX);
105 sleep(UINT_MAX);
111 sleep(UINT_MAX);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_printf_test.cc119 TestMinMax<unsigned>("%u-%u", 0, UINT_MAX); // NOLINT
121 TestMinMax<unsigned>("%x-%x", 0, UINT_MAX); // NOLINT
/external/freetype/include/freetype/config/
H A Dftstdlib.h45 /* UINT_MAX and ULONG_MAX are used to automatically compute the size */
66 #define FT_UINT_MAX UINT_MAX
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DLabel.h80 static const unsigned invalidLocation = UINT_MAX;

Completed in 446 milliseconds

123456