Searched refs:kStartBit (Results 1 – 1 of 1) sorted by relevance
19 static const int kStartBit = (1 << 30); variable41 static inline uchar GetEntry(int32_t entry) { return entry & (kStartBit - 1); } in GetEntry()43 static inline bool IsStart(int32_t entry) { return (entry & kStartBit) != 0; } in IsStart()