Lines Matching refs:msgh_bits
250 bits = kmsgh.msgh_bits & 0xff
264 bits = (kmsgh.msgh_bits & 0xff00) >> 8
279 bits = (kmsgh.msgh_bits & 0xff0000) >> 16
291 if kmsgh.msgh_bits & 0x80000000:
297 if kmsgh.msgh_bits & 0x20000000:
308 if kmsgh.msgh_bits & 0x80000000:
328 if not (kmsgh.msgh_bits & 0x80000000): # pragma pylint: disable=superfluous-parens
355 if kmsgh.msgh_bits & 0x80000000: # MACH_MSGH_BITS_COMPLEX
367 if not (kmsgh.msgh_bits & 0x80000000): # pragma pylint: disable=superfluous-parens
405 if kmsgh.msgh_bits & 0x80000000: # MACH_MSGH_BITS_COMPLEX
1141 disp = kmsgh.msgh_bits & 0x1f
1146 disp = (kmsgh.msgh_bits & 0x1f00) >> 8
1152 if kmsgh.msgh_bits & 0x80000000: