Searched refs:kuint32max (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium/googleurl/base/
H A Dbasictypes.h11 const uint32 kuint32max = ((uint32) 0xFFFFFFFF); variable
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dsnapshot_file_details.cc52 (bytes_written_ > kuint32max - bytes_written) ||
/external/chromium_org/chrome_frame/
H A Dscoped_initialization_manager.h29 DCHECK_LT(ref_count_, kuint32max);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h74 const uint32 kuint32max = ( (uint32) 0xFFFFFFFF); variable
75 const uint64 kuint64max = ( (((uint64) kuint32max) << 32) | kuint32max );
80 const int64 kint64max = ( ((( int64) kint32max) << 32) | kuint32max );
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h74 const uint32 kuint32max = ( (uint32) 0xFFFFFFFF); variable
75 const uint64 kuint64max = ( (((uint64) kuint32max) << 32) | kuint32max );
80 const int64 kint64max = ( ((( int64) kint32max) << 32) | kuint32max );
/external/chromium_org/chrome/installer/util/
H A Dl10n_string_util.cc84 DCHECK(kuint32max > (url_path.size() * 3));
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h35 const uint32 kuint32max = UINT32_MAX; member in namespace:i18n::phonenumbers
/external/chromium_org/chrome/browser/devtools/adb/
H A Dandroid_rsa.cc98 a[i] = carry_over & kuint32max;
108 result[i] = carry_over & kuint32max;
181 BnGuess(ca, shifted_b, 0, static_cast<uint64>(kuint32max) + 1));
/external/chromium/base/
H A Dbasictypes.h71 const uint32 kuint32max = ((uint32) 0xFFFFFFFF); variable
/external/chromium_org/base/
H A Dbasictypes.h70 const uint32 kuint32max = ((uint32) 0xFFFFFFFF); variable
H A Dpickle.cc317 DCHECK_LE(length, kuint32max);
/external/chromium_org/third_party/cld/base/
H A Dbasictypes.h67 const uint32 kuint32max = ((uint32) 0xFFFFFFFF); variable
/external/chromium/base/win/
H A Devent_trace_provider.h65 if ((field < N) && (size <= kuint32max)) {
/external/chromium_org/base/win/
H A Devent_trace_provider.h69 if ((field < N) && (size <= kuint32max)) {
/external/chromium_org/sandbox/win/src/
H A Dcrosscall_params.h229 if (kuint32max == size) {
/external/chromium_org/third_party/icu/source/common/
H A Ddictbe.cpp432 static const uint32_t kuint32max = 0xFFFFFFFF; variable
604 bestSnlp[i] = kuint32max;
623 if (bestSnlp[i] == kuint32max)
688 if (bestSnlp[numChars] == kuint32max) {
/external/icu4c/common/
H A Ddictbe.cpp652 static const uint32_t kuint32max = 0xFFFFFFFF; variable
825 bestSnlp[i] = kuint32max;
846 if (bestSnlp[i] == kuint32max)
911 if (bestSnlp[numChars] == kuint32max) {
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py181 kuint32max = 2**32 - 1
219 self.assertEqual(kuint32max, message_options.Extensions[
227 self.assertEqual(kuint32max, message_options.Extensions[
/external/chromium_org/ipc/
H A Dipc_fuzzing_tests.cc39 uint32 v1 = kuint32max - 1;
52 uint32 v1 = kuint32max - 1;
/external/chromium_org/net/http/
H A Dhttp_security_headers.cc17 COMPILE_ASSERT(kMaxHSTSAgeSecs <= kuint32max, kMaxHSTSAgeSecsTooLarge);
/external/chromium_org/net/dns/
H A Ddns_response.cc292 uint32 ttl_sec = kuint32max;
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc75 EXPECT_EQ(0, kuint32max + 1);
H A Dstrutil.cc589 return kuint32max;
590 } else if (errno == 0 && result > kuint32max) {
592 return kuint32max;
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc75 EXPECT_EQ(0, kuint32max + 1);
H A Dstrutil.cc551 return kuint32max;
552 } else if (errno == 0 && result > kuint32max) {
554 return kuint32max;

Completed in 311 milliseconds

123