Home | Sort by: relevance | last modified time | path |
/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] ); |