Home
last modified time | relevance | path

Searched refs:kuint32max (Results 1 – 25 of 26) sorted by relevance

12

/external/icing/icing/text_classifier/lib3/utils/base/
Dintegral_types.h70 const uint32 kuint32max{0xFFFFFFFF};
76 static const uint32 kuint32max = ((uint32)0xFFFFFFFF); variable
/external/libtextclassifier/native/utils/base/
Dintegral_types.h72 const uint32 kuint32max{0xFFFFFFFF};
78 static const uint32 kuint32max = ((uint32)0xFFFFFFFF); variable
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_view.h222 return ((offset == kuint32max) in node()
234 DCHECK_NE(offset, kuint32max); in node_ref()
Dgraph_view.cc124 CHECK(node_offsets_[id] == kuint32max); // Initial value in constructor in InitializeNode()
136 CHECK_LE(static_cast<int64>(ptr - space_), kuint32max); in InitializeNode()
262 node_offsets_[i] = kuint32max; in Initialize()
/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection.cc173 chief_host_id_ = kuint32max; in StepIntersection()
186 if (chief_host_id_ == kuint32max) { in StepIntersection()
195 uint32 min_end_chief_idx = kuint32max; in StepIntersection()
/external/tensorflow/tensorflow/core/platform/
Dintegral_types_test.cc43 EXPECT_EQ(0, static_cast<uint32>(kuint32max + 1)); in TEST()
Dtypes.h43 static const uint32 kuint32max = static_cast<uint32>(0xFFFFFFFF); variable
Dnumbers.cc330 if (result > kuint32max) { in safe_strtou32()
/external/dynamic_depth/internal/base/
Dintegral_types.h96 static const uint32 kuint32max = ((uint32)0xFFFFFFFF); variable
/external/tensorflow/tensorflow/core/lib/wav/
Dwav_io.cc151 if (sample_rate == 0 || sample_rate > kuint32max) { in EncodeAudioAsS16LEWav()
171 if (file_size > kuint32max) { in EncodeAudioAsS16LEWav()
Dwav_io_test.cc45 const size_t kuint32max_plus_one = static_cast<size_t>(kuint32max) + 1; in TEST()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Drandom_ops.cc130 std::ceil(Exponent * std::log(num_elements) / std::log(kuint32max))); in Compile()
139 xla::XlaOp max_value = xla::ConstantR0(builder, kuint32max); in Compile()
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Ddescriptor_test.py181 kuint32max = 2**32 - 1
219 self.assertEqual(kuint32max, message_options.Extensions[
227 self.assertEqual(kuint32max, message_options.Extensions[
/external/icu/icu4c/source/common/
Ddictbe.cpp1058 static const uint32_t kuint32max = 0xFFFFFFFF; variable
1263 bestSnlp.addElement(kuint32max, status); in divideUpDictionaryRange()
1291 if ((uint32_t)bestSnlp.elementAti(i) == kuint32max) { in divideUpDictionaryRange()
1358 if ((uint32_t)bestSnlp.elementAti(numCodePts) == kuint32max) { in divideUpDictionaryRange()
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_op_stats.cc255 ComputeStepIntersectionToMergeOpStats(all_op_stats_info, kuint32max); in ConvertMultiXSpacesToCombinedOpStats()
/external/tensorflow/tensorflow/core/lib/math/
Dmath_util_test.cc192 TestCeilOfRatioUnsigned<uint32>(kuint32max); in TEST()
/external/protobuf/src/google/protobuf/stubs/
Dcommon_unittest.cc76 EXPECT_EQ(0, kuint32max + 1); in TEST()
Dport.h163 static const uint32 kuint32max = 0xFFFFFFFFu; variable
Dstrutil.cc676 return kuint32max; in strtou32_adaptor()
677 } else if (errno == 0 && result > kuint32max) { in strtou32_adaptor()
679 return kuint32max; in strtou32_adaptor()
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py208 kuint32max = 2**32 - 1
246 self.assertEqual(kuint32max, message_options.Extensions[
254 self.assertEqual(kuint32max, message_options.Extensions[
/external/jsoncpp/src/test_lib_json/
Dmain.cpp34 #define kuint32max Json::Value::maxUInt macro
42 static const float kfuint32max = float(kuint32max);
894 val = Json::Value(kuint32max); in JSONTEST_FIXTURE_LOCAL()
912 JSONTEST_ASSERT_EQUAL(kuint32max, val.asLargestInt()); in JSONTEST_FIXTURE_LOCAL()
914 JSONTEST_ASSERT_EQUAL(kuint32max, val.asUInt()); in JSONTEST_FIXTURE_LOCAL()
915 JSONTEST_ASSERT_EQUAL(kuint32max, val.asLargestUInt()); in JSONTEST_FIXTURE_LOCAL()
916 JSONTEST_ASSERT_EQUAL(kuint32max, val.asDouble()); in JSONTEST_FIXTURE_LOCAL()
1398 val = Json::Value(kuint32max + 0.5); in JSONTEST_FIXTURE_LOCAL()
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc789 GOOGLE_DCHECK_LE(str.size(), kuint32max); in WriteStringWithSizeToArray()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1259 max_value = kuint32max; in ParseDefaultAssignment()
/external/protobuf/src/google/protobuf/
Dtext_format.cc717 DO(ConsumeUnsignedInteger(&value, kuint32max)); in ConsumeFieldValue()
Ddescriptor_unittest.cc3033 EXPECT_EQ(kuint32max, options->GetExtension(protobuf_unittest::uint32_opt)); in TEST()
3037 EXPECT_EQ(kuint32max, options->GetExtension(protobuf_unittest::fixed32_opt)); in TEST()

12