HomeSort by: relevance | last modified time | path
    Searched defs:dstbyte (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/rcons/
raster_op.c 697 int srcbit, dstbyte, i; local in function:raster_op_noclip
722 dstbyte = dx & 15;
734 /*pst*/ *dstlong = ( *dstlong & ~twobitmask[dstbyte] ) |
735 ( dl & twobitmask[dstbyte] );
743 if ( dstbyte == 15 )
745 dstbyte = 0;
749 ++dstbyte;
770 int srcbit, dstbyte, i; local in function:raster_op_noclip
794 dstbyte = dx & 7;
806 /*pst*/ *dstlong = ( *dstlong & ~fourbitmask[dstbyte] ) |
845 int srcbit, dstbyte, i; local in function:raster_op_noclip
916 int srcbit, dstbyte, i; local in function:raster_op_noclip
    [all...]
raster_op.c 697 int srcbit, dstbyte, i; local in function:raster_op_noclip
722 dstbyte = dx & 15;
734 /*pst*/ *dstlong = ( *dstlong & ~twobitmask[dstbyte] ) |
735 ( dl & twobitmask[dstbyte] );
743 if ( dstbyte == 15 )
745 dstbyte = 0;
749 ++dstbyte;
770 int srcbit, dstbyte, i; local in function:raster_op_noclip
794 dstbyte = dx & 7;
806 /*pst*/ *dstlong = ( *dstlong & ~fourbitmask[dstbyte] ) |
845 int srcbit, dstbyte, i; local in function:raster_op_noclip
916 int srcbit, dstbyte, i; local in function:raster_op_noclip
    [all...]
raster_op.c 697 int srcbit, dstbyte, i; local in function:raster_op_noclip
722 dstbyte = dx & 15;
734 /*pst*/ *dstlong = ( *dstlong & ~twobitmask[dstbyte] ) |
735 ( dl & twobitmask[dstbyte] );
743 if ( dstbyte == 15 )
745 dstbyte = 0;
749 ++dstbyte;
770 int srcbit, dstbyte, i; local in function:raster_op_noclip
794 dstbyte = dx & 7;
806 /*pst*/ *dstlong = ( *dstlong & ~fourbitmask[dstbyte] ) |
845 int srcbit, dstbyte, i; local in function:raster_op_noclip
916 int srcbit, dstbyte, i; local in function:raster_op_noclip
    [all...]

Completed in 37 milliseconds