/external/libtextclassifier/native/utils/base/ |
D | integral_types.h | 72 const uint32 kuint32max{0xFFFFFFFF}; 78 static const uint32 kuint32max = ((uint32)0xFFFFFFFF); variable
|
/external/icing/icing/text_classifier/lib3/utils/base/ |
D | integral_types.h | 70 const uint32 kuint32max{0xFFFFFFFF}; 76 static const uint32 kuint32max = ((uint32)0xFFFFFFFF); variable
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_view.h | 224 return ((offset == kuint32max) in node() 236 DCHECK_NE(offset, kuint32max); in node_ref()
|
D | graph_view.cc | 126 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/ |
D | step_intersection.cc | 175 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/ |
D | integral_types_test.cc | 43 EXPECT_EQ(0, static_cast<uint32>(kuint32max + 1)); in TEST()
|
D | types.h | 43 static const uint32 kuint32max = static_cast<uint32>(0xFFFFFFFF); variable
|
D | numbers.cc | 330 if (result > kuint32max) { in safe_strtou32()
|
/external/dynamic_depth/internal/base/ |
D | integral_types.h | 96 static const uint32 kuint32max = ((uint32)0xFFFFFFFF); variable
|
/external/cronet/third_party/ced/src/util/ |
D | basictypes.h | 79 const uint32 kuint32max = ((uint32) 0xFFFFFFFF); variable
|
/external/tensorflow/tensorflow/core/lib/wav/ |
D | wav_io.cc | 157 if (sample_rate == 0 || sample_rate > kuint32max) { in EncodeAudioAsS16LEWav() 174 if (file_size > kuint32max) { in EncodeAudioAsS16LEWav()
|
D | wav_io_test.cc | 47 const size_t kuint32max_plus_one = static_cast<size_t>(kuint32max) + 1; in TEST()
|
/external/tensorflow/tensorflow/core/data/ |
D | compression_utils.cc | 71 if (total_size > kuint32max) { in CompressElement()
|
/external/cronet/third_party/icu/source/common/ |
D | dictbe.cpp | 1055 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/ |
D | dictbe.cpp | 1055 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/ |
D | xplane_to_op_stats.cc | 268 ComputeStepIntersectionToMergeOpStats(all_op_stats_info, kuint32max); in ConvertMultiXSpacesToCombinedOpStats()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | port.h | 147 static const uint32 kuint32max = 0xFFFFFFFFu; variable
|
D | common_unittest.cc | 76 EXPECT_EQ(0, kuint32max + 1); in TEST()
|
/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
D | port.h | 160 static const uint32 kuint32max = 0xFFFFFFFFu; variable
|
D | common_unittest.cc | 76 EXPECT_EQ(0, kuint32max + 1); in TEST()
|
D | strutil.cc | 656 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/ |
D | math_util_test.cc | 192 TestCeilOfRatioUnsigned<uint32>(kuint32max); in TEST()
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 234 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/ |
D | descriptor_test.py | 234 kuint32max = 2**32 - 1 272 self.assertEqual(kuint32max, message_options.Extensions[ 280 self.assertEqual(kuint32max, message_options.Extensions[
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 36 #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()
|