Searched defs:shift (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolinfo.h223 unsigned shift; /* Primary modifier/shift */ member in struct:_HotKeyRec
225 unsigned altshift; /* Alternate modifier/shift */
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_overlay.c495 u32 mask, shift, ret; local
498 shift = 5;
501 shift = 6;
503 ret = ((offset + width + mask) >> shift) - (offset >> shift);
552 /* fixed point with a 12 bit shift */

Completed in 20 milliseconds