Home | History | Annotate | Download | only in priv

Lines Matching refs:w32

649          resV->w32[0] = bits4_to_bytes4( (intRes2 >>  0) & 0xF );
650 resV->w32[1] = bits4_to_bytes4( (intRes2 >> 4) & 0xF );
651 resV->w32[2] = bits4_to_bytes4( (intRes2 >> 8) & 0xF );
652 resV->w32[3] = bits4_to_bytes4( (intRes2 >> 12) & 0xF );
654 resV->w32[0] = intRes2 & 0xFFFF;
655 resV->w32[1] = 0;
656 resV->w32[2] = 0;
657 resV->w32[3] = 0;
673 resV->w32[0] = newECX;
674 resV->w32[1] = 0;
675 resV->w32[2] = 0;
676 resV->w32[3] = 0;
717 resV->w32[0] = bits2_to_bytes4( (intRes2 >> 0) & 0x3 );
718 resV->w32[1] = bits2_to_bytes4( (intRes2 >> 2) & 0x3 );
719 resV->w32[2] = bits2_to_bytes4( (intRes2 >> 4) & 0x3 );
720 resV->w32[3] = bits2_to_bytes4( (intRes2 >> 6) & 0x3 );
722 resV->w32[0] = intRes2 & 0xFF;
723 resV->w32[1] = 0;
724 resV->w32[2] = 0;
725 resV->w32[3] = 0;
741 resV->w32[0] = newECX;
742 resV->w32[1] = 0;
743 resV->w32[2] = 0;
744 resV->w32[3] = 0;