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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmAccess2OnSmmAccessThunk/
SmmAccess2OnSmmAccessThunk.c 49 UINTN DescriptorIndex;
56 for (DescriptorIndex = 0; DescriptorIndex < mSmramRegionNumber && !EFI_ERROR (Status); DescriptorIndex++) {
57 Status = mSmmAccess->Open (mSmmAccess, DescriptorIndex);
84 UINTN DescriptorIndex;
91 for (DescriptorIndex = 0; DescriptorIndex < mSmramRegionNumber && !EFI_ERROR (Status); DescriptorIndex++) {
92 Status = mSmmAccess->Close (mSmmAccess, DescriptorIndex);
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database.h 156 // So that it can use DescriptorIndex.
162 class DescriptorIndex {
252 DescriptorIndex<const FileDescriptorProto*> index_;
301 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 155 // So that it can use DescriptorIndex.
161 class DescriptorIndex {
251 DescriptorIndex<const FileDescriptorProto*> index_;
300 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 155 // So that it can use DescriptorIndex.
161 class DescriptorIndex {
251 DescriptorIndex<const FileDescriptorProto*> index_;
300 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor_database.h 155 // So that it can use DescriptorIndex.
161 class DescriptorIndex {
251 DescriptorIndex<const FileDescriptorProto*> index_;
300 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor_database.h 156 // So that it can use DescriptorIndex.
162 class DescriptorIndex {
252 DescriptorIndex<const FileDescriptorProto*> index_;
301 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor_database.h 155 // So that it can use DescriptorIndex.
161 class DescriptorIndex {
251 DescriptorIndex<const FileDescriptorProto*> index_;
300 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_;
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyRegion.c 404 UINTN DescriptorIndex;
419 DescriptorIndex = 0;
421 DescriptorArray[DescriptorIndex].Start = SectionInfo[Index].Start;
422 DescriptorArray[DescriptorIndex].Length = SectionInfo[Index].Length;
423 DescriptorArray[DescriptorIndex].Granularity = SectionInfo[Index].Length;
425 DescriptorArray[DescriptorIndex].Attribute = LegacyRegionDecoded;
427 DescriptorArray[DescriptorIndex].Attribute = LegacyRegionNotDecoded;
429 DescriptorIndex++;
434 DescriptorArray[DescriptorIndex].Start = SectionInfo[Index].Start;
435 DescriptorArray[DescriptorIndex].Length = SectionInfo[Index].Length;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 531 @param[in] DescriptorIndex Memory profile descriptor index.
539 IN UINTN DescriptorIndex,
546 Print (L" MEMORY_PROFILE_DESCRIPTOR (0x%x)\n", DescriptorIndex);
570 UINTN DescriptorIndex;
583 for (DescriptorIndex = 0; DescriptorIndex < FreeMemory->FreeMemoryEntryCount; DescriptorIndex++) {
584 Descriptor = DumpMemoryProfileDescriptor (DescriptorIndex, Descriptor);
607 UINTN DescriptorIndex;
619 for (DescriptorIndex = 0; DescriptorIndex < MemoryRange->MemoryRangeCount; DescriptorIndex++) {
    [all...]

Completed in 2051 milliseconds