Searched refs:lastCase (Results 1 – 2 of 2) sorted by relevance
109 int lastCase = (sz == 0) ? 0 : cases.get(sz - 1); in writeTo() local110 int outSz = lastCase - firstCase + 1; in writeTo()
1002 uint32_t lastCase = 0; in setCaseBits() local1013 lastCase = c; in setCaseBits()1014 } else if(c != lastCase) { in setCaseBits()1017 lastCase = 1; in setCaseBits()1024 cases |= (int64_t)lastCase << ((numTailoredPrimaries - 1) * 2); in setCaseBits()