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

  /src/sys/dev/rcons/
raster_op.c 656 int dstleftignore, dstrightignore, dstlongs; local
677 dstlongs = ( dstleftignore + w + 31 ) >> 5;
678 dstrightignore = ( dstlongs * 32 - w - dstleftignore ) & 31;
682 dst, dstlin1, dstleftignore, dstrightignore, dstlongs, h, op );
980 int dstleftignore, dstrightignore, dstlongs; local
989 dstlongs = ( dstleftignore + w * 2 + 31 ) >> 5;
990 dstrightignore = ( dstlongs * 32 - w * 2 - dstleftignore ) & 31;
994 dst, dstlin1, dstleftignore, dstrightignore, dstlongs, h, op );
1004 int dstleftignore, dstrightignore, dstlongs; local
1013 dstlongs = ( dstleftignore + w * 4 + 31 ) >> 5
1028 int dstleftignore, dstrightignore, dstlongs; local
1065 int dstleftignore, dstrightignore, dstlongs; local
1102 int dstleftignore, dstrightignore, dstlongs; local
1198 int dstleftignore, dstrightignore, dstlongs; local
1305 int dstleftignore, dstrightignore, dstlongs; local
1410 int dstleftignore, dstrightignore, dstlongs; local
1515 int dstleftignore, dstrightignore, dstlongs; local
    [all...]
raster_op.c 656 int dstleftignore, dstrightignore, dstlongs; local
677 dstlongs = ( dstleftignore + w + 31 ) >> 5;
678 dstrightignore = ( dstlongs * 32 - w - dstleftignore ) & 31;
682 dst, dstlin1, dstleftignore, dstrightignore, dstlongs, h, op );
980 int dstleftignore, dstrightignore, dstlongs; local
989 dstlongs = ( dstleftignore + w * 2 + 31 ) >> 5;
990 dstrightignore = ( dstlongs * 32 - w * 2 - dstleftignore ) & 31;
994 dst, dstlin1, dstleftignore, dstrightignore, dstlongs, h, op );
1004 int dstleftignore, dstrightignore, dstlongs; local
1013 dstlongs = ( dstleftignore + w * 4 + 31 ) >> 5
1028 int dstleftignore, dstrightignore, dstlongs; local
1065 int dstleftignore, dstrightignore, dstlongs; local
1102 int dstleftignore, dstrightignore, dstlongs; local
1198 int dstleftignore, dstrightignore, dstlongs; local
1305 int dstleftignore, dstrightignore, dstlongs; local
1410 int dstleftignore, dstrightignore, dstlongs; local
1515 int dstleftignore, dstrightignore, dstlongs; local
    [all...]

Completed in 46 milliseconds