Home | History | Annotate | Download | only in api

Lines Matching defs:ByteIndex

576         ;// $ByteIndex      - Destination pBitStream pointer after adding the Offset. 
582 M_BD_ADD $ByteIndex, $BitIndex, $Offset
584 ;// ($ByteIndex,$BitIndex) = Current position + $Offset bits
587 ADD $ByteIndex, $pBitStream, $Offset, ASR #3
600 ;// $ByteIndex - Destination pBitStream pointer after move.
612 M_BD_MOV $ByteIndex, $BitIndex
614 ;// ($pBitStream, $Offset) = ($ByteIndex,$BitIndex)
616 MOV $pBitStream, $ByteIndex
626 ;// $ByteIndex - Destination pBitStream pointer, (4 byte ahead as described in M_BD_ADD)
638 M_BD_CMP $ByteIndex, $BitIndex, $T1
640 ;// Return flags set by (current positon)-($ByteIndex,$BitIndex)
644 CMP $T1, $ByteIndex