HomeSort by relevance Sort by last modified time
    Searched defs:RawDataLength (Results 1 - 9 of 9) sorted by null

  /art/runtime/
type_lookup_table.cc 41 uint32_t TypeLookupTable::RawDataLength(uint32_t num_class_defs) {
70 raw_data_length_(RawDataLength(dex_file.NumClassDefs())),
110 raw_data_length_(RawDataLength(num_class_defs)),
type_lookup_table.h 80 uint32_t RawDataLength() const { return raw_data_length_; }
83 static uint32_t RawDataLength(uint32_t num_class_defs);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/
LegacyBiosPlatform.h 53 UINT32 RawDataLength;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrCommon.c 785 UINTN RawDataLength;
793 RawDataLength = DEFAULT_FORM_BUFFER_SIZE;
808 RawData = EfiLibAllocateZeroPool (RawDataLength);
816 Status = Hii->GetForms (Hii, HiiHandle, 0, &RawDataLength, RawData);
824 RawData = EfiLibAllocateZeroPool (RawDataLength);
832 Status = Hii->GetForms (Hii, HiiHandle, 0, &RawDataLength, RawData);
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Acpi40.h 690 UINT32 RawDataLength;
949 UINT32 RawDataLength;
    [all...]
Acpi50.h     [all...]
Acpi51.h     [all...]
Acpi60.h     [all...]
Acpi61.h     [all...]

Completed in 736 milliseconds