Searched refs:IsSeq (Results 1 – 1 of 1) sorted by relevance
223 if (IsSeq(cell)) { in Print()243 static bool IsSeq(uint32_t cell) { return cell == 0 || cell == 0xFFFFFFFF; } in IsSeq() function