Searched refs:RTL_MEMORY_ISP2 (Results 1 – 3 of 3) sorted by relevance
61 #define RTL_MEMORY_ISP2(value) (((value) & ((value) - 1)) == 0) macro
494 if (!RTL_MEMORY_ISP2(size)) in rtl_arena_segment_alloc()755 if (!RTL_MEMORY_ISP2(quantum)) in rtl_arena_activate()
913 OSL_ASSERT(RTL_MEMORY_ISP2(objalign)); in rtl_cache_activate()940 if (!RTL_MEMORY_ISP2(slabsize)) in rtl_cache_activate()
Completed in 28 milliseconds