Searched defs:word_addr (Results 1 – 4 of 4) sorted by relevance
45 auto *word_addr = reinterpret_cast<std::atomic<BitmapWordType> *>(&bitmap_[word_idx]); in AtomicTestAndSetBit() local63 auto *word_addr = reinterpret_cast<std::atomic<BitmapWordType> *>(&bitmap_[word_idx]); in AtomicTestAndClearBit() local81 auto *word_addr = reinterpret_cast<std::atomic<BitmapWordType> *>(&bitmap_[word_idx]); in AtomicTestBit() local
181 … auto *word_addr = reinterpret_cast<std::atomic<BitmapWordType> *>(&bitmap_[index]); in IterateOverSetBitsInRange() local
3251 auto word_addr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestLoadExclusive() local3274 auto word_addr = reinterpret_cast<uintptr_t>(&buffer); in TestStoreExclusiveFailed() local3305 auto word_addr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestStoreExclusive() local
3344 auto word_addr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestLoadExclusive() local3367 auto word_addr = reinterpret_cast<uintptr_t>(&buffer); in TestStoreExclusiveFailed() local3397 auto word_addr = reinterpret_cast<uintptr_t>(&buffer[1]); in TestStoreExclusive() local