Home
last modified time | relevance | path

Searched refs:BIT_FILTER_LAST32 (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ukm/debug/
H A Dukm_debug_data_extractor.cc25 static const uint64_t BIT_FILTER_LAST32 = 0xffffffffULL; variable
76 base::Value(static_cast<int>((v >> 32) & BIT_FILTER_LAST32))); in UInt64AsPairOfInt()
77 int_pair.push_back(base::Value(static_cast<int>(v & BIT_FILTER_LAST32))); in UInt64AsPairOfInt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ukm/debug/
H A Dukm_debug_data_extractor.cc25 static const uint64_t BIT_FILTER_LAST32 = 0xffffffffULL; variable
76 base::Value(static_cast<int>((v >> 32) & BIT_FILTER_LAST32))); in UInt64AsPairOfInt()
77 int_pair.push_back(base::Value(static_cast<int>(v & BIT_FILTER_LAST32))); in UInt64AsPairOfInt()