Searched refs:off_p (Results 1 – 2 of 2) sorted by relevance
151 prop_bt* to_prop_bt(atomic_uint_least32_t* off_p);152 prop_info* to_prop_info(atomic_uint_least32_t* off_p);
203 inline prop_bt* prop_area::to_prop_bt(atomic_uint_least32_t* off_p) { in to_prop_bt() argument204 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume); in to_prop_bt()208 inline prop_info* prop_area::to_prop_info(atomic_uint_least32_t* off_p) { in to_prop_info() argument209 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume); in to_prop_info()