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

  /external/libxcam/xcore/
surview_fisheye_dewarp.h 34 typedef std::vector<PointFloat2> MapTable;
39 void fisheye_dewarp(MapTable &map_table, uint32_t table_w, uint32_t table_h, uint32_t image_w, uint32_t image_h, const BowlDataConfig &bowl_config);
  /external/llvm/utils/TableGen/
CodeGenMapTable.cpp 199 DenseMap<Record*, std::vector<Record*> > MapTable;
219 // on ValueCols and store them into MapTable.
299 MapTable[CurKeyInstr] = ColInstrVec;
382 std::vector<Record*> ColInstrs = MapTable[CurInstr];
595 // Build MapTable to map key instructions with the corresponding column
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitter.c     [all...]

Completed in 2718 milliseconds