Searched refs:kValueMask (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DTCPackedCache.h153 DCHECK_EQ(value, value & kValueMask);
173 DCHECK_EQ(value, value & kValueMask);
185 static V EntryToValue(T t) { return t & kValueMask; }
227 static const V kValueMask = N_ONES_(V, kValuebits); member in class:PackedCache

Completed in 169 milliseconds