Home
last modified time | relevance | path

Searched refs:LIKELY (Results 1 – 6 of 6) sorted by relevance

/system/libbase/include/android-base/
Dmacros.h83 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
Dlogging.h250 LIKELY((x)) || ABORT_AFTER_LOG_FATAL_EXPR(false) || \
/system/incremental_delivery/incfs/util/include/util/
Dmap_ptr.h362 if (LIKELY(map_ == nullptr)) {
374 if (LIKELY(data_start >= verified_block_ &&
379 if (LIKELY(map_->Verify(data_start, data_end, &verified_block_))) {
/system/incremental_delivery/incfs/util/
Dmap_ptr.cpp105 if (LIKELY(bucket.load(std::memory_order_relaxed) & present_bit)) { in Verify()
/system/extras/simpleperf/
Dutils.h217 if (LIKELY(head < end && *head == '\0')) { in ReadString()
/system/core/storaged/
Dstoraged_diskstats.cpp273 if (LIKELY(mValid)) { in update()