Searched defs:right_offset (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/system_properties/
H A Dprop_area.cpp256 uint_least32_t right_offset = atomic_load_explicit(&current->right, memory_order_relaxed); local
257 if (right_offset != 0) {
353 uint_least32_t right_offset = atomic_load_explicit(&trie->right, memory_order_relaxed); local
354 if (right_offset != 0) {

Completed in 56 milliseconds