Home
last modified time | relevance | path

Searched refs:int64_value (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/assist_ranker/
H A Dranker_example_util_unittest.cc108 int64_t int64_value; in TEST_F() local
112 EXPECT_EQ(int64_value, 72057594037927937LL); in TEST_F()
116 EXPECT_EQ(int64_value, 216172784261267455LL); in TEST_F()
120 EXPECT_EQ(int64_value, 216172784261267456LL); in TEST_F()
124 EXPECT_EQ(int64_value, 288230377439557724LL); in TEST_F()
129 int64_t int64_value; in TEST_F() local
133 EXPECT_EQ(int64_value, 144115188948271104LL); in TEST_F()
137 EXPECT_EQ(int64_value, 144115191095754752LL); in TEST_F()
141 EXPECT_EQ(int64_value, 144115190214950911LL); in TEST_F()
145 EXPECT_EQ(int64_value, 144115192362434559LL); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/assist_ranker/
H A Dranker_example_util_unittest.cc108 int64_t int64_value; in TEST_F() local
112 EXPECT_EQ(int64_value, 72057594037927937LL); in TEST_F()
116 EXPECT_EQ(int64_value, 216172784261267455LL); in TEST_F()
120 EXPECT_EQ(int64_value, 216172784261267456LL); in TEST_F()
124 EXPECT_EQ(int64_value, 288230377439557724LL); in TEST_F()
129 int64_t int64_value; in TEST_F() local
133 EXPECT_EQ(int64_value, 144115188948271104LL); in TEST_F()
137 EXPECT_EQ(int64_value, 144115191095754752LL); in TEST_F()
141 EXPECT_EQ(int64_value, 144115190214950911LL); in TEST_F()
145 EXPECT_EQ(int64_value, 144115192362434559LL); in TEST_F()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dbwrappers/
H A Dqry_dat.cpp94 int64_value = i; in field_value()
201 sprintf(t,"%" PRId64,int64_value); in get_asString()
247 return (bool)int64_value; in get_asBool()
301 sprintf(t,"%" PRId64,int64_value); in get_asChar()
340 return (short)int64_value; in get_asShort()
415 return (int)int64_value; in get_asInt()
452 return (unsigned int)int64_value; in get_asUInt()
489 return (float)int64_value; in get_asFloat()
526 return (double)int64_value; in get_asDouble()
563 return int64_value; in get_asInt64()
[all …]
/dports/net/openmpi/openmpi-4.1.1/oshmem/mca/spml/base/
H A Dspml_base.c68 int64_t int64_value; in mca_spml_base_test() local
113 int64_value = *(int64_t*) value; in mca_spml_base_test()
115 SPML_BASE_DO_CMP((*out_value), int64_addr, cmp, int64_value); in mca_spml_base_test()
157 int64_t int64_value; in mca_spml_base_wait() local
204 int64_value = *(int64_t*) value; in mca_spml_base_wait()
206 SPML_BASE_DO_WAIT(res, int64_addr, cmp, int64_value); in mca_spml_base_wait()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A DCompilerStats.h49 int64_t int64_value; member
262 s[simd].int64_value = value; in SetI64()
269 s[simd].int64_value = value; in SetI64()
310 s[simd].int64_value += value; in IncreaseI64()
317 s[simd].int64_value += value; in IncreaseI64()
355 return PrivateGet(name, simd)[simd].int64_value; in GetI64()
384 ss << elem.second.values[simd_type].int64_value << ","; in ToCsv()
/dports/net/openmpi3/openmpi-3.1.6/oshmem/mca/spml/base/
H A Dspml_base.c69 int64_t int64_value; in mca_spml_base_wait() local
116 int64_value = *(int64_t*) value; in mca_spml_base_wait()
118 SPML_BASE_DO_WAIT(res, int64_addr, cmp, int64_value); in mca_spml_base_wait()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/infra_libs/ts_mon/protos/
H A Dmetrics.proto30 int64 int64_value = 3; field
60 int64 int64_value = 3; field
71 int64 int64_value = 3; field
/dports/www/chromium-legacy/chromium-88.0.4324.182/dbus/
H A Dmessage_unittest.cc69 int64_t int64_value = 0; in TEST() local
90 ASSERT_TRUE(reader.PopInt64(&int64_value)); in TEST()
109 EXPECT_EQ(6, int64_value); in TEST()
175 int64_t int64_value = 0; in TEST() local
196 ASSERT_TRUE(reader.PopVariantOfInt64(&int64_value)); in TEST()
215 EXPECT_EQ(6, int64_value); in TEST()
533 int64_t int64_value = 0; in TEST() local
534 ASSERT_TRUE(dict_entry_reader.PopInt64(&int64_value)); in TEST()
535 EXPECT_EQ(INT64_C(1234567890123456789), int64_value); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/dbus/
H A Dmessage_unittest.cc69 int64_t int64_value = 0; in TEST() local
90 ASSERT_TRUE(reader.PopInt64(&int64_value)); in TEST()
109 EXPECT_EQ(6, int64_value); in TEST()
175 int64_t int64_value = 0; in TEST() local
196 ASSERT_TRUE(reader.PopVariantOfInt64(&int64_value)); in TEST()
215 EXPECT_EQ(6, int64_value); in TEST()
533 int64_t int64_value = 0; in TEST() local
534 ASSERT_TRUE(dict_entry_reader.PopInt64(&int64_value)); in TEST()
535 EXPECT_EQ(INT64_C(1234567890123456789), int64_value); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/apitools/base/protorpclite/
H A Dtest_util.py293 int64_value = messages.IntegerField(3, variant=messages.Variant.INT64) variable in OptionalMessage
316 int64_value = messages.IntegerField(3, variable in RepeatedMessage
465 message.int64_value = -100000000000
477 message.int64_value = -100000000000
492 message.int64_value = [-100000000000, 20]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/apitools/apitools/base/protorpclite/
H A Dtest_util.py293 int64_value = messages.IntegerField(3, variant=messages.Variant.INT64) variable in OptionalMessage
316 int64_value = messages.IntegerField(3, variable in RepeatedMessage
465 message.int64_value = -100000000000
477 message.int64_value = -100000000000
492 message.int64_value = [-100000000000, 20]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/apitools/base/protorpclite/
H A Dtest_util.py293 int64_value = messages.IntegerField(3, variant=messages.Variant.INT64) variable in OptionalMessage
316 int64_value = messages.IntegerField(3, variable in RepeatedMessage
465 message.int64_value = -100000000000
477 message.int64_value = -100000000000
492 message.int64_value = [-100000000000, 20]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/apitools/apitools/base/protorpclite/
H A Dtest_util.py293 int64_value = messages.IntegerField(3, variant=messages.Variant.INT64) variable in OptionalMessage
316 int64_value = messages.IntegerField(3, variable in RepeatedMessage
465 message.int64_value = -100000000000
477 message.int64_value = -100000000000
492 message.int64_value = [-100000000000, 20]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/apitools/apitools/base/protorpclite/
H A Dtest_util.py293 int64_value = messages.IntegerField(3, variant=messages.Variant.INT64) variable in OptionalMessage
316 int64_value = messages.IntegerField(3, variable in RepeatedMessage
465 message.int64_value = -100000000000
477 message.int64_value = -100000000000
492 message.int64_value = [-100000000000, 20]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-protobuf.c492 gint64 int64_value; in protobuf_dissect_field_value() local
552 int64_value = (gint64) value; in protobuf_dissect_field_value()
554 proto_item_append_text(ti_field, "%s %" G_GINT64_MODIFIER "d", prepend_text, int64_value); in protobuf_dissect_field_value()
556 col_append_fstr(pinfo->cinfo, COL_INFO, "=%" G_GINT64_MODIFIER "d", int64_value); in protobuf_dissect_field_value()
559 proto_tree_add_int64(pbf_tree, *hf_id_ptr, tvb, offset, length, int64_value); in protobuf_dissect_field_value()
719 int64_value = sint64_decode(value); in protobuf_dissect_field_value()
723 col_append_fstr(pinfo->cinfo, COL_INFO, "=%" G_GINT64_MODIFIER "d", int64_value); in protobuf_dissect_field_value()
726 proto_tree_add_int64(pbf_tree, *hf_id_ptr, tvb, offset, length, int64_value); in protobuf_dissect_field_value()
995 gint64 int64_value; in add_missing_fields_with_default_values() local
1102 int64_value = pbw_FieldDescriptor_default_value_int64(field_desc); in add_missing_fields_with_default_values()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-protobuf.c492 gint64 int64_value; in protobuf_dissect_field_value() local
552 int64_value = (gint64) value; in protobuf_dissect_field_value()
554 proto_item_append_text(ti_field, "%s %" G_GINT64_MODIFIER "d", prepend_text, int64_value); in protobuf_dissect_field_value()
556 col_append_fstr(pinfo->cinfo, COL_INFO, "=%" G_GINT64_MODIFIER "d", int64_value); in protobuf_dissect_field_value()
559 proto_tree_add_int64(pbf_tree, *hf_id_ptr, tvb, offset, length, int64_value); in protobuf_dissect_field_value()
719 int64_value = sint64_decode(value); in protobuf_dissect_field_value()
723 col_append_fstr(pinfo->cinfo, COL_INFO, "=%" G_GINT64_MODIFIER "d", int64_value); in protobuf_dissect_field_value()
726 proto_tree_add_int64(pbf_tree, *hf_id_ptr, tvb, offset, length, int64_value); in protobuf_dissect_field_value()
995 gint64 int64_value; in add_missing_fields_with_default_values() local
1102 int64_value = pbw_FieldDescriptor_default_value_int64(field_desc); in add_missing_fields_with_default_values()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-protobuf.c492 gint64 int64_value; in protobuf_dissect_field_value() local
552 int64_value = (gint64) value; in protobuf_dissect_field_value()
554 proto_item_append_text(ti_field, "%s %" G_GINT64_MODIFIER "d", prepend_text, int64_value); in protobuf_dissect_field_value()
556 col_append_fstr(pinfo->cinfo, COL_INFO, "=%" G_GINT64_MODIFIER "d", int64_value); in protobuf_dissect_field_value()
559 proto_tree_add_int64(pbf_tree, *hf_id_ptr, tvb, offset, length, int64_value); in protobuf_dissect_field_value()
719 int64_value = sint64_decode(value); in protobuf_dissect_field_value()
723 col_append_fstr(pinfo->cinfo, COL_INFO, "=%" G_GINT64_MODIFIER "d", int64_value); in protobuf_dissect_field_value()
726 proto_tree_add_int64(pbf_tree, *hf_id_ptr, tvb, offset, length, int64_value); in protobuf_dissect_field_value()
995 gint64 int64_value; in add_missing_fields_with_default_values() local
1102 int64_value = pbw_FieldDescriptor_default_value_int64(field_desc); in add_missing_fields_with_default_values()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-protobuf.c492 gint64 int64_value; in protobuf_dissect_field_value() local
552 int64_value = (gint64) value; in protobuf_dissect_field_value()
554 proto_item_append_text(ti_field, "%s %" G_GINT64_MODIFIER "d", prepend_text, int64_value); in protobuf_dissect_field_value()
556 col_append_fstr(pinfo->cinfo, COL_INFO, "=%" G_GINT64_MODIFIER "d", int64_value); in protobuf_dissect_field_value()
559 proto_tree_add_int64(pbf_tree, *hf_id_ptr, tvb, offset, length, int64_value); in protobuf_dissect_field_value()
719 int64_value = sint64_decode(value); in protobuf_dissect_field_value()
723 col_append_fstr(pinfo->cinfo, COL_INFO, "=%" G_GINT64_MODIFIER "d", int64_value); in protobuf_dissect_field_value()
726 proto_tree_add_int64(pbf_tree, *hf_id_ptr, tvb, offset, length, int64_value); in protobuf_dissect_field_value()
995 gint64 int64_value; in add_missing_fields_with_default_values() local
1102 int64_value = pbw_FieldDescriptor_default_value_int64(field_desc); in add_missing_fields_with_default_values()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/bigquery/storage/managedwriter/testdata/
H A Dtesting.proto27 optional int64 int64_value = 2; field
39 optional int64 int64_value = 1; field
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/bigquery/storage/managedwriter/testdata/
H A Dtesting.proto27 optional int64 int64_value = 2; field
39 optional int64 int64_value = 1; field
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/bigquery/storage/managedwriter/testdata/
H A Dtesting.proto27 optional int64 int64_value = 2; field
39 optional int64 int64_value = 1; field
/dports/www/tusd/tusd-1.8.0/vendor/cloud.google.com/go/bigquery/storage/managedwriter/testdata/
H A Dtesting.proto27 optional int64 int64_value = 2; field
39 optional int64 int64_value = 1; field
/dports/www/tusd/google-cloud-go-storage-v1.18.2/bigquery/storage/managedwriter/testdata/
H A Dtesting.proto27 optional int64 int64_value = 2; field
39 optional int64 int64_value = 1; field
/dports/math/vtk8/VTK-8.2.0/Parallel/Core/
H A DvtkMultiProcessStream.cxx37 int64_value, enumerator
250 this->Internals->Data.push_back( vtkInternals::int64_value ); in Push()
470 this->Internals->Data.front()==vtkInternals::int64_value ); in Pop()
593 this->Internals->Data.push_back(vtkInternals::int64_value); in operator <<()
694 if (this->Internals->Data.front() == vtkInternals::int64_value) in operator >>()
758 assert(this->Internals->Data.front() == vtkInternals::int64_value); in operator >>()
/dports/math/vtk9/VTK-9.1.0/Parallel/Core/
H A DvtkMultiProcessStream.cxx38 int64_value, enumerator
247 this->Internals->Data.push_back(vtkInternals::int64_value); in Push()
439 this->Internals->Data.front() == vtkInternals::int64_value); in Pop()
553 this->Internals->Data.push_back(vtkInternals::int64_value); in operator <<()
647 if (this->Internals->Data.front() == vtkInternals::int64_value) in operator >>()
710 assert(this->Internals->Data.front() == vtkInternals::int64_value); in operator >>()

12345678910>>...23