OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 01:34:59 UTC 2026