Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp162 prop_bt* to_prop_bt(atomic_uint_least32_t* off_p);
163 prop_info* to_prop_info(atomic_uint_least32_t* off_p);
349 inline prop_bt* prop_area::to_prop_bt(atomic_uint_least32_t* off_p) { in to_prop_bt() argument
350 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume); in to_prop_bt()
354 inline prop_info* prop_area::to_prop_info(atomic_uint_least32_t* off_p) { in to_prop_info() argument
355 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume); in to_prop_info()