Home | History | Annotate | Download | only in src

Lines Matching defs:iWidth

41 iWidth               RN 4
117 M_LDR iWidth, Width
131 SUB temp, iWidth, #1
136 ORR iWidth, iWidth, temp, LSL #16
177 ;// iWidth packed with MSB (top 16 bits)
179 ;// (iWidth -1) and LSB (lower 16 bits)
182 SUBS iWidth, iWidth, #1<<17
228 ADD iWidth, iWidth, #1<<16
229 RSB iDstStepx2MinusWidth, iWidth, iDstStep, LSL #1
231 SUB temp, iWidth, #1
232 RSB iSrcStepx2MinusWidth, iWidth, iSrcStep1, LSL #1
236 ORR iWidth, iWidth, temp, LSL #16
255 SUBS iWidth, iWidth, #1<<17
266 ADD iWidth, iWidth, #1<<16
267 RSB iDstStepx2MinusWidth, iWidth, iDstStep, LSL #1
269 SUB temp, iWidth, #1
270 RSB iSrcStepx2MinusWidth, iWidth, iSrcStep1, LSL #1
274 ORR iWidth, iWidth, temp, LSL #16