Searched refs:UINT_MAX (Results 76 - 100 of 174) sorted by relevance

1234567

/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c202 #define CHECK_BETTER(v,r,c) IFMVCV(r,c,{thismse = DIST(r,c); if((v = (MVC(r,c)+thismse)) < besterr) { besterr = v; br=r; bc=c; *distortion = thismse; *sse1 = sse; }}, v=UINT_MAX;)
901 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX)
1100 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride, UINT_MAX)
1224 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride, UINT_MAX)
1376 in_what_stride, UINT_MAX)
1474 in_what_stride, UINT_MAX)
1609 bestaddress, in_what_stride, UINT_MAX)
1754 in_what_stride, UINT_MAX)
1834 in_what_stride, UINT_MAX)
H A Dpickinter.c592 unsigned int sse = UINT_MAX, best_rd_sse = UINT_MAX;
594 unsigned int zero_mv_sse = UINT_MAX, best_sse = UINT_MAX;
/external/clang/INPUTS/
H A Dc99-intconst-1.c84 unsigned int, (C) <= UINT_MAX, \
90 first_of3(unsigned int, (C) <= UINT_MAX, \
/external/iproute2/lib/
H A Dutils.c90 if (!ptr || ptr == arg || *ptr || res > UINT_MAX)
116 if (res > UINT_MAX)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_denoiser.c369 ctx->zeromv_sse = UINT_MAX;
370 ctx->newmv_sse = UINT_MAX;
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp340 unsigned BitsRequired = UINT_MAX;
352 unsigned BitsProvided = UINT_MAX;
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp303 assert(MinReadyCycle < UINT_MAX && "MinReadyCycle uninitialized");
358 MinReadyCycle = UINT_MAX;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c262 #ifdef UINT_MAX
263 #define ULONG_MAX UINT_MAX
266 #endif /* defined(UINT_MAX) */
/external/bison/darwin-lib/
H A Dstdint.h450 # define UINT_FAST32_MAX UINT_MAX
/external/bison/lib/
H A Dstdint.in.h449 # define UINT_FAST32_MAX UINT_MAX
/external/clang/tools/clang-format/
H A DClangFormat.cpp144 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.c219 ctx->ShaderCompilerOptions[i].MaxIfDepth = intel->gen < 6 ? 16 : UINT_MAX;
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h396 # if (UINT_MAX == 0xffffffffUL)
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzconf.h396 # if (UINT_MAX == 0xffffffffUL)
/external/selinux/libsepol/src/
H A Dsidtab.c241 if (s->next_sid == UINT_MAX || s->shutdown) {
/external/zlib/src/
H A Dzconf.h396 # if (UINT_MAX == 0xffffffffUL)
/external/zlib/
H A Dzconf.h396 # if (UINT_MAX == 0xffffffffUL)
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-top.c1052 .mmap_pages = UINT_MAX,
1053 .user_freq = UINT_MAX,
1206 if (opts->user_freq != UINT_MAX)
H A Dbuiltin-trace.c962 err = perf_evlist__mmap(evlist, UINT_MAX, false);
1197 .uid = UINT_MAX,
1200 .user_freq = UINT_MAX,
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp495 if (nTotalSamples > 0 && (FX_UINT32)(m_pEncodeInfo[i].sizes) > UINT_MAX / nTotalSamples) {
511 if (nTotalSamples > 0 && m_nBitsPerSample > UINT_MAX / nTotalSamples) {
515 if (nTotalSamples > 0 && ((FX_UINT32)m_nOutputs) > UINT_MAX / nTotalSamples) {
/external/clang/lib/Format/
H A DWhitespaceManager.cpp146 unsigned MaxColumn = UINT_MAX;
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp663 static uint32_t g_num_supported_hw_breakpoints = UINT_MAX;
664 if (g_num_supported_hw_breakpoints == UINT_MAX)
721 static uint32_t g_num_supported_hw_watchpoints = UINT_MAX;
722 if (g_num_supported_hw_watchpoints == UINT_MAX)
/external/openssh/
H A Ddefines.h314 # define SIZE_T_MAX UINT_MAX
/external/pdfium/core/include/fxcrt/
H A Dfx_system.h100 #define FX_DWORD_MAX UINT_MAX
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_test.cc1205 msg4 << UINT_MAX; local
1209 EXPECT_EQ(UINT_MAX, uint_result);

Completed in 696 milliseconds

1234567