Home
last modified time | relevance | path

Searched refs:likely (Results 1 – 8 of 8) sorted by relevance

/system/ulib/trace-engine/
A Dcontext_api.cpp155 if (likely(cache)) { in GetCurrentContextCache()
156 if (likely(cache->generation == generation)) in GetCurrentContextCache()
178 if (likely(it.IsValid())) in CacheStringEntry()
199 if (likely(it.IsValid())) in CacheThreadEntry()
465 if (likely(payload)) { in WriteStringRecord()
487 if (likely(payload)) { in WriteThreadRecord()
513 if (likely(entry)) { in RegisterString()
589 if (likely(context->AllocStringIndex(&index) && in trace_context_register_string_copy()
630 if (likely(cache)) { in trace_context_register_current_thread()
667 if (likely(context->AllocThreadIndex(&index) && in trace_context_register_thread()
[all …]
A Dengine.cpp643 if (likely(!context)) in trace_is_category_enabled()
657 if (likely(count == 0u)) in trace_acquire_context()
681 if (likely(!context)) in trace_acquire_context_for_category()
710 if (likely((current_state & kSiteStateFlagsMask) != kSiteStateUnknown)) { in trace_acquire_context_for_category_cached_worker()
729 if (likely(current_state & kSiteStateDisabled)) { in trace_acquire_context_for_category_cached()
772 if (likely(count == 0u)) in trace_acquire_prolonged_context()
784 if (likely(count == 0u)) in trace_acquire_prolonged_context()
A Dcontext.cpp130 if (likely(buffer_offset + num_bytes <= rolling_buffer_size_)) { in AllocRecord()
234 if (likely(wrapped_count == current_wrapped_count)) { in SwitchRollingBuffer()
284 if (likely(buffer_offset + num_bytes <= durable_buffer_size_)) { in AllocDurableRecord()
/system/ulib/zx/
A DREADME.md9 underlying kernel structures. For thread creation you likely want to
/system/public/zircon/
A Dcompiler.h13 #define likely(x) __builtin_expect(!!(x), 1) macro
/system/banjo/ddk-protocol-usb-function/
A Dusb-function.banjo54 /// TODO(voydanoff) - descriptors will likely vary (different max packet sizes, etc)
/system/banjo/ddk-protocol-display-controller/
A Ddisplay-controller.banjo87 /// A list of cursor configurations most likely to be accepted by the driver. Can
/system/fidl/fuchsia-hardware-display/
A Ddisplay-controller.fidl57 // A list of cursor configurations most likely to be accepted by the

Completed in 20 milliseconds