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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
StdErr.c 92 UINTN MaxIndex;
96 MaxIndex = EfiAsciiStrLen ((CHAR8 *) Format);
97 if (MaxIndex >= EFI_DRIVER_LIB_MAX_PRINT_BUFFER) {
115 for (Index = 0; Index < MaxIndex; Index++) {
167 UINTN MaxIndex;
171 MaxIndex = EfiAsciiStrLen ((CHAR8 *) Format);
172 if (MaxIndex >= EFI_DRIVER_LIB_MAX_PRINT_BUFFER) {
179 for (Index = 0; Index <= MaxIndex; Index++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/
StdErr.c 92 UINTN MaxIndex;
96 MaxIndex = EfiAsciiStrLen ((CHAR8 *) Format);
97 if (MaxIndex >= EFI_DRIVER_LIB_MAX_PRINT_BUFFER) {
115 for (Index = 0; Index < MaxIndex; Index++) {
167 UINTN MaxIndex;
171 MaxIndex = EfiAsciiStrLen ((CHAR8 *) Format);
172 if (MaxIndex >= EFI_DRIVER_LIB_MAX_PRINT_BUFFER) {
179 for (Index = 0; Index <= MaxIndex; Index++) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AmlOption.c 160 ASSERT ((Index <= AmlByteEncoding->MaxIndex) || (Index == AML_OP_PARSE_INDEX_GET_SIZE));
234 while ((Index >= TermIndex) && (TermIndex <= AmlByteEncoding->MaxIndex) && ((UINTN)CurrentBuffer < (UINTN)Buffer + MaxBufferSize)) {
349 TermIndex = AmlByteEncoding->MaxIndex;
350 for (TermIndex = AmlByteEncoding->MaxIndex; TermIndex > 0; TermIndex--) {
397 AmlHandle->AmlByteEncoding->MaxIndex,
AmlChild.c 131 MaxTerm = AmlParentHandle->AmlByteEncoding->MaxIndex;
AcpiSdt.h 139 AML_OP_PARSE_INDEX MaxIndex;
AcpiSdt.c 677 if (Index > AmlByteEncoding->MaxIndex) {
742 if (Index > AmlByteEncoding->MaxIndex) {
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
Part.c 115 UINTN MaxIndex;
232 MaxIndex = ParentBlockDev->BlockSize / sizeof (ELTORITO_CATALOG);
233 for (Index = 1; Index < MaxIndex; Index += 1) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
ElTorito.c 56 UINTN MaxIndex;
171 MaxIndex = Media->BlockSize / sizeof (ELTORITO_CATALOG);
172 for (Index = 1, BootEntry = 1; Index < MaxIndex; Index += 1) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/Pei/
Variable.c 766 VARIABLE_HEADER *MaxIndex;
798 MaxIndex = NULL;
809 MaxIndex = (VARIABLE_HEADER *) ((UINT8 *) IndexTable->StartPtr + Offset);
810 GetVariableHeader (StoreInfo, MaxIndex, &VariableHeader);
811 if (CompareWithValidVariable (StoreInfo, MaxIndex, VariableHeader, VariableName, VendorGuid, PtrTrack) == EFI_SUCCESS) {
829 if (MaxIndex != NULL) {
832 // If not found in HOB, then let's start from the MaxIndex we've found.
834 Variable = GetNextVariablePtr (StoreInfo, MaxIndex, VariableHeader);
835 LastVariable = MaxIndex;
    [all...]
  /external/ImageMagick/coders/
cut.c 92 unsigned MaxIndex;
439 PalHeader.MaxIndex=ReadBlobLSBShort(palette);
445 if(PalHeader.MaxIndex<1) goto ErasePalette;
446 image->colors=PalHeader.MaxIndex+1;
453 for(i=0;i<=(int) PalHeader.MaxIndex;i++)
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
PlatformEarlyInit.c 835 UINTN MaxIndex;
859 for (Index = 0, MaxIndex = 0, Size = 0; Index < DescriptorBlock->NumberOfSmmReservedRegions; Index++) {
881 if (DescriptorBlock->Descriptor[Index].PhysicalSize >= DescriptorBlock->Descriptor[MaxIndex].PhysicalSize) {
882 MaxIndex = Index;
889 Base = DescriptorBlock->Descriptor[MaxIndex].CpuStart;
890 Size = DescriptorBlock->Descriptor[MaxIndex].PhysicalSize;
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPciUpdate.h 234 AML_OP_PARSE_INDEX MaxIndex;
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp     [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 554 milliseconds