Lines Matching refs:ULong
218 if ((ULong)(bScanState & _SCANSTATE_MASK) != ps->dwScanStateCount )
262 ULong dw;
266 pb = a_bColorByteTable + (ULong)(ps->bCurrentLineCount + bColors -
269 pb = a_bColorByteTable + (ULong)(ps->bCurrentLineCount + bColors);
281 pb = a_bHalfStepTable + (ULong)(ps->bCurrentLineCount +
285 (ULong)(ps->bCurrentLineCount + ps->bCurrentSpeed / 2 + 1);
316 ULong dw = _NUMBER_OF_SCANSTEPS - 1;
321 dw -= (ULong)ps->bNewGap;
328 (ULong)(ps->bCurrentLineCount+ps->bNewGap+1-_NUMBER_OF_SCANSTEPS);
331 (ULong)(ps->bCurrentLineCount + ps->bNewGap + 1);
342 dw = _NUMBER_OF_SCANSTEPS - 1 - (ULong)ps->bNewGap;
349 pb = a_bHalfStepTable + (ULong)(ps->bCurrentLineCount +
352 pb = a_bHalfStepTable + (ULong)(ps->bCurrentLineCount+ps->bNewGap +1);
414 Byte bIndex, ULong dwSteps)
467 ULong dw;
491 dw = (ULong)ps->bMotorSpeedData;
525 motorP98FillDataToColorTable( ps, bIndex, (ULong)(_NUMBER_OF_SCANSTEPS -
540 pUChar pScanStep, ULong dwStates )
546 ULong dw = ps->dwScanStateCount;
692 ps->dwScanStateCount = (ULong)((bTemp + 1) & _SCANSTATE_MASK);
710 static void motorP98PositionYProc( pScanData ps, ULong dwStates )
767 ULong dw;
768 ULong dwBX, dwDX;
1134 static void motorP96PositionYProc( pScanData ps, ULong dwStates )
1173 ULong dw;
1241 ULong dw;
1263 dw = (ULong)ps->DataInf.xyAppDpi.y / 50UL + 3UL;
1319 static void motorP96ConstantMoveProc1( pScanData ps, ULong dwLines )
1323 ULong dwDelayMaxTime;
1619 Byte bIndex, ULong dwSteps)
1701 ULong dw;
1726 pUChar pScanStep, ULong dwStates )
1791 ps->dwScanStateCount = (ULong)((sState.bStep + 1) & (_NUMBER_OF_SCANSTEPS - 1));
2048 ULong dw;
2134 ULong dw;
2341 ULong dw;
2551 static void motorP98003ModuleFreeRun( pScanData ps, ULong steps )
2588 ULong dw;
2607 ULong dwBeginY;
2609 dwBeginY = (ULong)ps->DataInf.crImage.y * 4 + ps->Scan.dwScanOrigin;
2813 ULong dw;
2948 _LOC void MotorP98GoFullStep( pScanData ps, ULong dwStep )
3002 _LOC void MotorP96ConstantMoveProc( pScanData ps, ULong dwLines )
3006 ULong dwDelayMaxTime;
3319 _LOC void MotorP98003PositionYProc( pScanData ps, ULong steps)