Searched defs:bytemask (Results 1 - 1 of 1) sorted by relevance
| /src/sys/dev/rcons/ | ||
| H A D | 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] |
Completed in 4 milliseconds