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

  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
PrePeiCore.c 40 UINTN ListBase;
48 ListBase = PcdGet64 (PcdCPUCoresStackBase);
49 CopyMem ((VOID*)ListBase, gCommonPpiTable, sizeof(gCommonPpiTable));
50 CopyMem ((VOID*)(ListBase + sizeof(gCommonPpiTable)), PlatformPpiList, PlatformPpiListSize);
53 LastPpi = (EFI_PEI_PPI_DESCRIPTOR*)ListBase + ((sizeof(gCommonPpiTable) + PlatformPpiListSize) / sizeof(EFI_PEI_PPI_DESCRIPTOR)) - 1;
56 *PpiList = (EFI_PEI_PPI_DESCRIPTOR*)ListBase;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 56 void (GLAPIENTRY * ListBase)(GLuint);
  /external/mesa3d/src/mesa/main/
mtypes.h 674 GLuint ListBase;
    [all...]

Completed in 94 milliseconds