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

/bionic/libc/bionic/
H A Dsystem_properties.cpp453 uint_least32_t right_offset = atomic_load_explicit(&current->right, memory_order_relaxed); local
454 if (right_offset != 0) {
623 uint_least32_t right_offset = atomic_load_explicit(&trie->right, memory_order_relaxed); local
624 if (right_offset != 0) {

Completed in 52 milliseconds