HomeSort by: relevance | last modified time | path
    Searched defs:PackageLength (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/parser/
psargs.c 89 UINT32 PackageLength = 0;
133 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4));
141 PackageLength |= (Aml[0] & ByteZeroMask);
142 return_UINT32 (PackageLength);
164 UINT32 PackageLength;
172 PackageLength = AcpiPsGetNextPackageLength (ParserState);
174 return_PTR (Start + PackageLength); /* end of package */
  /src/sys/external/bsd/acpica/dist/compiler/
asloperands.c 736 * that the PackageLength operand has been fully reduced.
747 UINT32 PackageLength = 0;
764 PackageLength++;
786 if (DeclaredLength > PackageLength)
794 if (PackageLength > 0)
800 PackageLength = (UINT32) DeclaredLength;
802 else if (DeclaredLength < PackageLength)
816 * This is the case if the PackageLength was left empty - Package()
820 Op->Asl.Child->Asl.Value.Integer = PackageLength;
835 if (!PackageLength)
    [all...]

Completed in 23 milliseconds