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

  /src/sys/dev/rcons/
raster_op.c 524 static u_int32_t twobytemask[2] = { 0xffff0000, 0x0000ffff }; variable in typeref:typename:u_int32_t[2]
543 static u_int32_t twobytemask[2] = { 0x0000ffff, 0xffff0000 }; variable in typeref:typename:u_int32_t[2]
948 /*pst*/ *dstlong = ( *dstlong & ~twobytemask[dstbyte] ) |
949 ( dl & twobytemask[dstbyte] );

Completed in 12 milliseconds