Home
last modified time | relevance | path

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

12

/external/libtextclassifier/native/utils/base/
Dintegral_types.h72 const uint32 kuint32max{0xFFFFFFFF};
78 static const uint32 kuint32max = ((uint32)0xFFFFFFFF); variable
/external/icing/icing/text_classifier/lib3/utils/base/
Dintegral_types.h70 const uint32 kuint32max{0xFFFFFFFF};
76 static const uint32 kuint32max = ((uint32)0xFFFFFFFF); variable
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_view.h224 return ((offset == kuint32max) in node()
236 DCHECK_NE(offset, kuint32max); in node_ref()
Dgraph_view.cc126 CHECK(node_offsets_[id] == kuint32max); // Initial value in constructor in InitializeNode()
138 CHECK_LE(static_cast<int64_t>(ptr - space_), kuint32max); in InitializeNode()
264 node_offsets_[i] = kuint32max; in Initialize()
/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection.cc175 chief_host_id_ = kuint32max; in StepIntersection()
188 if (chief_host_id_ == kuint32max) { in StepIntersection()
197 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/cronet/third_party/ced/src/util/
Dbasictypes.h79 const uint32 kuint32max = ((uint32) 0xFFFFFFFF); variable
/external/tensorflow/tensorflow/core/lib/wav/
Dwav_io.cc157 if (sample_rate == 0 || sample_rate > kuint32max) { in EncodeAudioAsS16LEWav()
174 if (file_size > kuint32max) { in EncodeAudioAsS16LEWav()
Dwav_io_test.cc47 const size_t kuint32max_plus_one = static_cast<size_t>(kuint32max) + 1; in TEST()
/external/tensorflow/tensorflow/core/data/
Dcompression_utils.cc71 if (total_size > kuint32max) { in CompressElement()
/external/cronet/third_party/icu/source/common/
Ddictbe.cpp1055 static const uint32_t kuint32max = 0xFFFFFFFF; variable
1260 bestSnlp.addElement(kuint32max, status); in divideUpDictionaryRange()
1288 if ((uint32_t)bestSnlp.elementAti(i) == kuint32max) { in divideUpDictionaryRange()
1355 if ((uint32_t)bestSnlp.elementAti(numCodePts) == kuint32max) { in divideUpDictionaryRange()
/external/icu/icu4c/source/common/
Ddictbe.cpp1055 static const uint32_t kuint32max = 0xFFFFFFFF; variable
1279 bestSnlp.addElement(kuint32max, status); in divideUpDictionaryRange()
1307 if ((uint32_t)bestSnlp.elementAti(i) == kuint32max) { in divideUpDictionaryRange()
1374 if ((uint32_t)bestSnlp.elementAti(numCodePts) == kuint32max) { in divideUpDictionaryRange()
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_op_stats.cc268 ComputeStepIntersectionToMergeOpStats(all_op_stats_info, kuint32max); in ConvertMultiXSpacesToCombinedOpStats()
/external/protobuf/src/google/protobuf/stubs/
Dport.h147 static const uint32 kuint32max = 0xFFFFFFFFu; variable
Dcommon_unittest.cc76 EXPECT_EQ(0, kuint32max + 1); in TEST()
/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
Dport.h160 static const uint32 kuint32max = 0xFFFFFFFFu; variable
Dcommon_unittest.cc76 EXPECT_EQ(0, kuint32max + 1); in TEST()
Dstrutil.cc656 return kuint32max; in strtou32_adaptor()
657 } else if (errno == 0 && result > kuint32max) { in strtou32_adaptor()
659 return kuint32max; in strtou32_adaptor()
/external/tensorflow/tensorflow/core/lib/math/
Dmath_util_test.cc192 TestCeilOfRatioUnsigned<uint32>(kuint32max); in TEST()
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py234 kuint32max = 2**32 - 1
272 self.assertEqual(kuint32max, message_options.Extensions[
280 self.assertEqual(kuint32max, message_options.Extensions[
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py234 kuint32max = 2**32 - 1
272 self.assertEqual(kuint32max, message_options.Extensions[
280 self.assertEqual(kuint32max, message_options.Extensions[
/external/jsoncpp/src/test_lib_json/
Dmain.cpp36 #define kuint32max Json::Value::maxUInt macro
44 static const float kfuint32max = float(kuint32max);
907 val = Json::Value(kuint32max); in JSONTEST_FIXTURE_LOCAL()
925 JSONTEST_ASSERT_EQUAL(kuint32max, val.asLargestInt()); in JSONTEST_FIXTURE_LOCAL()
927 JSONTEST_ASSERT_EQUAL(kuint32max, val.asUInt()); in JSONTEST_FIXTURE_LOCAL()
928 JSONTEST_ASSERT_EQUAL(kuint32max, val.asLargestUInt()); in JSONTEST_FIXTURE_LOCAL()
929 JSONTEST_ASSERT_EQUAL(kuint32max, val.asDouble()); in JSONTEST_FIXTURE_LOCAL()
1411 val = Json::Value(kuint32max + 0.5); in JSONTEST_FIXTURE_LOCAL()

12