Home
last modified time | relevance | path

Searched refs:lhs_timestamp (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/tracing/
H A Darc_tracing_model.cc327 const uint64_t lhs_timestamp = lhs->GetTimestamp(); in SortByTimestampPred() local
329 if (lhs_timestamp != rhs_timestamp) in SortByTimestampPred()
330 return lhs_timestamp < rhs_timestamp; in SortByTimestampPred()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dscalar_arithmetic_test.cc289 auto lhs_timestamp = *lhs->View(timestamp_ty); in TEST() local
292 auto result = (*Subtract(lhs_timestamp, rhs_timestamp)).make_array(); in TEST()
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/ipod/
H A Drb-ipod-source.c1053 gulong lhs_timestamp; in compare_timestamps() local
1056 lhs_timestamp = rhythmdb_entry_get_ulong (lhs->entry, in compare_timestamps()
1063 return (int) (lhs_timestamp - rhs_timestamp); in compare_timestamps()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dscalar_arithmetic_test.cc638 auto lhs_timestamp = *lhs->View(timestamp_ty); in TEST() local
641 auto result = (*Subtract(lhs_timestamp, rhs_timestamp)).make_array(); in TEST()