Home | Sort by: relevance | last modified time | path |
/src/sys/dev/rcons/ | |
raster_op.c | 508 static u_int32_t bytemask[4] = { 0xff000000, 0x00ff0000, 0x0000ff00, 0x000000ff }; variable in typeref:typename:u_int32_t[4] 527 static u_int32_t bytemask[4] = { 0x000000ff, 0x0000ff00, 0x00ff0000, 0xff000000 }; variable in typeref:typename:u_int32_t[4] 877 /*pst*/ *dstlong = ( *dstlong & ~bytemask[dstbyte] ) | 878 ( dl & bytemask[dstbyte] ); |
raster_op.c | 508 static u_int32_t bytemask[4] = { 0xff000000, 0x00ff0000, 0x0000ff00, 0x000000ff }; variable in typeref:typename:u_int32_t[4] 527 static u_int32_t bytemask[4] = { 0x000000ff, 0x0000ff00, 0x00ff0000, 0xff000000 }; variable in typeref:typename:u_int32_t[4] 877 /*pst*/ *dstlong = ( *dstlong & ~bytemask[dstbyte] ) | 878 ( dl & bytemask[dstbyte] ); |