Lines Matching full:bits
63 /* How many bits precede our bits to set. */ in xMBUtilSetBits()
66 /* Move bit field into position over bits to set */ in xMBUtilSetBits()
69 /* Prepare a mask for setting the new bits. */ in xMBUtilSetBits()
73 /* copy bits into temporary storage. */ in xMBUtilSetBits()
77 /* Zero out bit field bits and then or value bits into them. */ in xMBUtilSetBits()
80 /* move bits back into storage */ in xMBUtilSetBits()
97 /* How many bits precede our bits to set. */ in xMBUtilGetBits()
100 /* Prepare a mask for setting the new bits. */ in xMBUtilGetBits()
103 /* copy bits into temporary storage. */ in xMBUtilGetBits()
107 /* throw away unneeded bits. */ in xMBUtilGetBits()
110 /* mask away bits above the requested bitfield. */ in xMBUtilGetBits()