Home | Sort by: relevance | last modified time | path |
/src/sys/dev/rcons/ | |
raster_op.c | 517 static u_int32_t fourbitmask[8] = { variable in typeref:typename:u_int32_t[8] 536 static u_int32_t fourbitmask[16] = { variable in typeref:typename:u_int32_t[16] 806 /*pst*/ *dstlong = ( *dstlong & ~fourbitmask[dstbyte] ) | 807 ( dl & fourbitmask[dstbyte] ); |
raster_op.c | 517 static u_int32_t fourbitmask[8] = { variable in typeref:typename:u_int32_t[8] 536 static u_int32_t fourbitmask[16] = { variable in typeref:typename:u_int32_t[16] 806 /*pst*/ *dstlong = ( *dstlong & ~fourbitmask[dstbyte] ) | 807 ( dl & fourbitmask[dstbyte] ); |