Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp343 static inline prop_bt *to_prop_bt(atomic_uint_least32_t* off_p) { in to_prop_bt() argument
344 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume); in to_prop_bt()
348 static inline prop_info *to_prop_info(atomic_uint_least32_t* off_p) { in to_prop_info() argument
349 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume); in to_prop_info()