HomeSort by relevance Sort by last modified time
    Searched refs:CurrentTable (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/
Ppm.c 78 EFI_ACPI_SDT_HEADER *CurrentTable;
91 &CurrentTable,
100 } while (CurrentTable->Signature != EFI_ACPI_3_0_FIXED_ACPI_DESCRIPTION_TABLE_SIGNATURE || CurrentTable->Revision != 0x03);
102 ASSERT (CurrentTable->Signature == EFI_ACPI_3_0_FIXED_ACPI_DESCRIPTION_TABLE_SIGNATURE);
105 Status = gBS->AllocatePool (EfiBootServicesData, CurrentTable->Length, (VOID **) &Table);
107 CopyMem (Table, CurrentTable, CurrentTable->Length);
321 EFI_ACPI_COMMON_HEADER *CurrentTable;
336 CurrentTable = NULL;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/
AcpiPlatform.c 178 EFI_ACPI_COMMON_HEADER *CurrentTable;
185 CurrentTable = NULL;
213 (VOID**) &CurrentTable,
223 TableSize = ((EFI_ACPI_DESCRIPTION_HEADER *) CurrentTable)->Length;
229 AcpiPlatformChecksum ((UINT8*)CurrentTable, TableSize);
236 CurrentTable,
244 gBS->FreePool (CurrentTable);
254 CurrentTable = NULL;
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
AcpiPlatform.c 153 EFI_ACPI_COMMON_HEADER *CurrentTable;
161 CurrentTable = NULL;
187 (VOID**) &CurrentTable,
197 TableSize = ((EFI_ACPI_DESCRIPTION_HEADER *) CurrentTable)->Length;
205 CurrentTable,
213 gBS->FreePool (CurrentTable);
223 CurrentTable = NULL;
Xen.c 141 EFI_ACPI_DESCRIPTION_HEADER *CurrentTable;
192 CurrentTable = (EFI_ACPI_DESCRIPTION_HEADER *) CurrentTablePointer;
199 CurrentTable,
200 CurrentTable->Length,
211 if (!AsciiStrnCmp ((CHAR8 *) &CurrentTable->Signature, "FACP", 4)) {
242 CurrentTable = (EFI_ACPI_DESCRIPTION_HEADER *) CurrentTablePointer;
249 CurrentTable,
250 CurrentTable->Length,
261 if (!AsciiStrnCmp ((CHAR8 *) &CurrentTable->Signature, "FACP", 4)) {
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPlatform.c 560 EFI_ACPI_COMMON_HEADER *CurrentTable;
578 CurrentTable = NULL;
655 Status = MadtTableInitialize (&CurrentTable, &Size);
660 AcpiUpdateTable ((EFI_ACPI_DESCRIPTION_HEADER *) CurrentTable, &Version);
666 ((EFI_ACPI_SDT_HEADER *)CurrentTable)->Checksum = 0;
667 ((EFI_ACPI_SDT_HEADER *)CurrentTable)->Checksum =
668 CalculateCheckSum8 ((VOID *)CurrentTable, CurrentTable->Length);
676 CurrentTable,
677 CurrentTable->Length,
    [all...]
  /external/aac/libSBRdec/src/
psbitdec.cpp 447 Huffman CurrentTable;
536 CurrentTable = (Huffman)&aBookPsIidFineFreqDecode;
538 CurrentTable = (Huffman)&aBookPsIidFreqDecode;
543 CurrentTable = (Huffman)&aBookPsIidFineTimeDecode;
545 CurrentTable = (Huffman)&aBookPsIidTimeDecode;
549 pBsData->aaIidIndex[env][gr] = decode_huff_cw(CurrentTable,hBitBuf,NULL);
559 CurrentTable = (Huffman)&aBookPsIccFreqDecode;
561 CurrentTable = (Huffman)&aBookPsIccTimeDecode;
564 pBsData->aaIccIndex[env][gr] = decode_huff_cw(CurrentTable,hBitBuf,NULL);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiSdt.c 235 EFI_ACPI_TABLE_LIST *CurrentTable;
271 CurrentTable = EFI_ACPI_TABLE_LIST_FROM_LINK (CurrentLink);
272 *TableKey = CurrentTable->Handle;
273 *Version = CurrentTable->Version;
274 *Table = (EFI_ACPI_SDT_HEADER *)CurrentTable->Table;
AcpiTableProtocol.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
AcpiSupportAcpiSupportProtocol.c 125 EFI_ACPI_TABLE_LIST *CurrentTable;
154 CurrentTable = EFI_ACPI_TABLE_LIST_FROM_LINK (CurrentLink);
155 *Handle = CurrentTable->Handle;
156 *Version = CurrentTable->Version;
161 *Table = AllocateCopyPool (CurrentTable->Table->Length, CurrentTable->Table);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatform.c 782 EFI_ACPI_COMMON_HEADER *CurrentTable;
804 CurrentTable = NULL;
    [all...]

Completed in 249 milliseconds