OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PackageLength
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
asloperands.c
844
* that the
PackageLength
operand has been fully reduced.
854
UINT32
PackageLength
= 0;
870
PackageLength
++;
880
if (PackageLengthOp->Asl.Value.Integer >
PackageLength
)
888
if (
PackageLength
> 0)
894
PackageLength
= (UINT32) PackageLengthOp->Asl.Value.Integer;
896
else if (PackageLengthOp->Asl.Value.Integer <
PackageLength
)
910
* This is the case if the
PackageLength
was left empty - Package()
914
Op->Asl.Child->Asl.Value.Integer =
PackageLength
;
929
if (!
PackageLength
)
[
all
...]
/src/sys/external/bsd/acpica/dist/parser/
psargs.c
197
UINT32
PackageLength
= 0;
223
PackageLength
|= (Aml[ByteCount] << ((ByteCount << 3) - 4));
231
PackageLength
|= (Aml[0] & ByteZeroMask);
232
return_UINT32 (
PackageLength
);
254
UINT32
PackageLength
;
262
PackageLength
= AcpiPsGetNextPackageLength (ParserState);
264
return_PTR (Start +
PackageLength
); /* end of package */
Completed in 13 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025