Searched refs:bitmask (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dtsc.c84 #define bitmask(h,l) ((bit(h)|(bit(h)-1)) & ~(bit(l)-1)) macro
85 #define bitfield(x,h,l) (((x) & bitmask(h,l)) >> l)
H A Dcpuid.c52 #define bitmask(h,l) ((bit(h)|(bit(h)-1)) & ~(bit(l)-1)) macro
53 #define bitfield(x,h,l) (((x) & bitmask(h,l)) >> l)
H A Dcpu_threads.c48 #define bitmask(h,l) ((bit(h)|(bit(h)-1)) & ~(bit(l)-1)) macro
49 #define bitfield(x,h,l) (((x) & bitmask(h,l)) >> l)
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcswtch.s2043 ; r8 = bitmask with bit n set (for even n) if either of that pair of VRs is in use

Completed in 22 milliseconds