Searched refs:UINT_MAX (Results 101 - 125 of 174) sorted by relevance

1234567

/external/gtest/test/
H A Dgtest-death-test_test.cc1202 msg4 << UINT_MAX; local
1206 EXPECT_EQ(UINT_MAX, uint_result);
/external/libpcap/
H A Dpcap-dag.c360 if (pd->stat.ps_drop > (UINT_MAX - ntohs(header->lctr))) {
361 pd->stat.ps_drop = UINT_MAX;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c380 unsigned int var_y = UINT_MAX;
381 unsigned int sse_y = UINT_MAX;
/external/libxml2/
H A Dbuf.c754 if (newSize > UINT_MAX / 2) {
770 if (newSize > UINT_MAX / 2) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp106 static const unsigned NoThreshold = UINT_MAX;
165 UP.MaxCount = UINT_MAX;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_decode.cpp36 if (zcount > UINT_MAX / 4) {
39 if (zcount * 4 > UINT_MAX - (pos - zcount)) {
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc1085 msg4 << UINT_MAX; local
1089 EXPECT_EQ(UINT_MAX, uint_result);
/external/squashfs-tools/squashfs-tools/
H A Dread_fs.c137 *root_inode_block = UINT_MAX;
172 if(*root_inode_block == UINT_MAX)
/external/zlib/src/
H A Dzconf.h.cmakein398 # if (UINT_MAX == 0xffffffffUL)
H A Dzconf.h.in396 # if (UINT_MAX == 0xffffffffUL)
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1632 const internal::VariadicOperatorMatcherFunc<2, UINT_MAX> eachOf = {
1639 const internal::VariadicOperatorMatcherFunc<2, UINT_MAX> anyOf = {
1646 const internal::VariadicOperatorMatcherFunc<2, UINT_MAX> allOf = {
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c390 if (n >= UINT_MAX / Cols) return NULL;
391 if (n >= UINT_MAX / Rows) return NULL;
481 if (rv > UINT_MAX / dim) return 0;
H A Dcmserr.c142 if (num >= UINT_MAX / size) return NULL;
/external/jemalloc/src/
H A Dctl.c1502 tcache_ind = UINT_MAX;
1504 if (tcache_ind == UINT_MAX) {
1529 tcache_ind = UINT_MAX;
1531 if (tcache_ind == UINT_MAX) {
/external/libselinux/src/
H A Dlabel_file.c458 maxnspec = UINT_MAX / sizeof(spec_t);
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c160 pbi->mvs_corrupt_from_mb = UINT_MAX;
/external/libvpx/libvpx/vp8/encoder/
H A Ddenoising.c354 denoiser->denoise_pars.consec_zerolast = UINT_MAX;
/external/netcat/
H A Dnetcat.c175 iflag = strtonum(optarg, 0, UINT_MAX, &errstr);
/external/iputils/
H A Dping6.c687 if (val > UINT_MAX) {
689 return UINT_MAX;
/external/libnl/lib/route/
H A Dlink.c1302 return UINT_MAX;
1316 return UINT_MAX;
/external/safe-iop/include/
H A Dsafe_iop.h568 MAKE_UADD(u, 32, u_int32_t, UINT_MAX)
601 MAKE_UMUL(u, 32, u_int32_t, UINT_MAX)
/external/srtp/srtp/
H A Dsrtp.c486 temp = make64(UINT_MAX,UINT_MAX);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp327 MinAvailableCycle = DisableSchedCycles ? 0 : UINT_MAX;
578 MinAvailableCycle = UINT_MAX;
799 assert(PredSU->NumSuccsLeft < UINT_MAX && "NumSuccsLeft will overflow!");
1401 unsigned LiveCycle = UINT_MAX;
1519 assert(MinAvailableCycle < UINT_MAX && "MinAvailableCycle uninitialized");
/external/linux-tools-perf/src/tools/perf/util/
H A Dheader.c606 nrc = (u32)(nr & UINT_MAX);
612 nra = (u32)(nr & UINT_MAX);
823 nr = (u32)(ncpus & UINT_MAX);
/external/openssh/
H A Dclientloop.c360 if (UINT_MAX - timeout < now)
361 x11_refuse_time = UINT_MAX;

Completed in 767 milliseconds

1234567