HomeSort by: relevance | last modified time | path
    Searched refs:InByte (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/events/
evxfevnt.c 391 UINT32 InByte;
419 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte);
425 if (InByte)
434 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte);
440 if (InByte)
  /src/sys/external/bsd/acpica/dist/hardware/
hwgpe.c 237 UINT64 InByte;
291 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->EnableAddress);
297 if (RegisterBit & InByte)
304 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->StatusAddress);
310 if (RegisterBit & InByte)
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegisterInfo.h 70 unsigned InByte = RegNo % 8;
74 return (RegSet[Byte] & (1 << InByte)) != 0;

Completed in 35 milliseconds