Searched defs:bytemask (Results 1 – 3 of 3) sorted by relevance
459 static u_long bytemask[4] = { 0xff000000, 0x00ff0000, 0x0000ff00, 0x000000ff }; variable461 static u_long bytemask[4] = { 0x000000ff, 0x0000ff00, 0x00ff0000, 0xff000000 }; variable
1465 int bytemask; /* mask to pick off byte index into stipple */ local
1453 int bytemask; /* mask to pick off byte index into stipple */ local