Lines Matching refs:runLength
988 UInt16 runLength; in RunRelocationEngine() local
990 runLength = (opCode & 0x01FF) + 1; in RunRelocationEngine()
991 state.relocAddress += runLength; in RunRelocationEngine()
996 UInt16 runLength; in RunRelocationEngine() local
998 runLength = (opCode & 0x01FF) + 1; in RunRelocationEngine()
999 state.relocAddress += (runLength * 3); in RunRelocationEngine()
1005 UInt16 runLength; in RunRelocationEngine() local
1007 runLength = (opCode & 0x01FF) + 1; in RunRelocationEngine()
1008 state.relocAddress += (runLength * 2); in RunRelocationEngine()
1014 UInt16 runLength; in RunRelocationEngine() local
1016 runLength = (opCode & 0x01FF) + 1; in RunRelocationEngine()
1017 while (runLength > 0) { in RunRelocationEngine()
1027 runLength -= 1; in RunRelocationEngine()