OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BigEndianId
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslopcodes.c
689
UINT32
BigEndianId
;
738
BigEndianId
=
750
EisaId = AcpiUtDwordByteSwap (
BigEndianId
);
/src/sys/external/bsd/acpica/dist/disassembler/
dmbuffer.c
1037
UINT32
BigEndianId
;
1058
BigEndianId
= AcpiUtDwordByteSwap ((UINT32) Op->Common.Value.Integer);
1062
Prefix[0] = ((
BigEndianId
>> 26) & 0x1F) + 0x40;
1063
Prefix[1] = ((
BigEndianId
>> 21) & 0x1F) + 0x40;
1064
Prefix[2] = ((
BigEndianId
>> 16) & 0x1F) + 0x40;
Completed in 12 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025