Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bitvector.h125 l1_[i].clear(); in clear()
130 l1_[i0].setAll(); in setAll()
138 if (!l1_[i].empty()) in empty()
149 if (!l1_[i0].getBit(i1)) { in setBit()
150 l1_[i0].setBit(i1); in setBit()
165 if (l1_[i0].getBit(i1)) { in clearBit()
168 l1_[i0].clearBit(i1); in clearBit()
179 return l1_[i0].getBit(i1) && l2_[i0][i1].getBit(i2); in getBit()
184 if (l1_[i0].empty()) continue; in getAndClearFirstOne()
185 uptr i1 = l1_[i0].getAndClearFirstOne(); in getAndClearFirstOne()
[all …]