Home
last modified time | relevance | path

Searched defs:PA_BASE_NUMERICS_UNLIKELY (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/numerics/
H A Dsafe_conversions_impl.h14 #define PA_BASE_NUMERICS_UNLIKELY(x) __builtin_expect(!!(x), 0) macro
17 #define PA_BASE_NUMERICS_UNLIKELY(x) (x) macro