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

  /external/sfntly/cpp/src/sfntly/table/
table.h 106 typedef Ptr<Table> TablePtr;
109 typedef std::map<int32_t, TablePtr> TableMap;
110 typedef std::pair<int32_t, TablePtr> TableMapEntry;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBootSupport.c 642 UINT32 TablePtr;
773 TablePtr = (UINT32) (Regs.X.DS * 16 + Regs.X.BX);
776 (VOID *) (UINTN)TablePtr,
    [all...]

Completed in 64 milliseconds