Searched refs:MBs (Results 1 – 6 of 6) sorted by relevance
461 std::vector<std::unique_ptr<MemoryBuffer>> MBs; in libDriverMain() local494 MBs.push_back(std::move(*MOrErr)); in libDriverMain()
291 std::vector<std::unique_ptr<MemoryBuffer>> MBs; in run() local453 MBs.push_back(std::move(MB)); in run()
201 hma_size = 92 # Size (in MBs) of host memory expected
209 hma_size = 256 # Size (in MBs) of host memory expected
4298 unsigned int MBs = ((256 << density) * banks) / (org << width); in mc7_calc_size() local4300 return MBs << 20; in mc7_calc_size()