Searched refs:flagRepeat (Results 1 – 1 of 1) sorted by relevance
427 flagRepeat = 0x08 variable759 if flag & flagRepeat:866 compressedflags[-2] = flag | flagRepeat889 (bestCost+1, bestTuple, (flag|flagRepeat), coordBytes)]891 …if lastCost + coordBytes <= bestCost + 1 and (lastFlag & flagRepeat) and (lastFlag < 0xff00) and f…892 if (lastFlag & 0xFF) == (flag|flagRepeat) and lastCost == bestCost + 1:913 if flag & flagRepeat:1127 if flag & flagRepeat: