Lines Matching refs:TCount
492 #define TCount 28
493 #define NCount (VCount*TCount)
553 int V = VBase + (SIndex % NCount) / TCount;
554 int T = TBase + SIndex % TCount;
701 code = SBase + (LIndex*VCount+VIndex)*TCount;
705 PyUnicode_READ(kind, data, i) < (TBase+TCount)) {
1097 int V = (SIndex % NCount) / TCount;
1098 int T = SIndex % TCount;
1243 find_syllable(pos, &len, &T, TCount, 2);
1246 *code = SBase + (L*VCount+V)*TCount + T;