Home
last modified time | relevance | path

Searched refs:MBs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp424 std::vector<std::unique_ptr<MemoryBuffer>> MBs; in libDriverMain() local
457 MBs.push_back(std::move(*MOrErr)); in libDriverMain()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp260 std::vector<std::unique_ptr<MemoryBuffer>> MBs; in run() local
401 MBs.push_back(std::move(MB)); in run()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt6fw_cfg_uwire.txt201 hma_size = 92 # Size (in MBs) of host memory expected
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c4298 unsigned int MBs = ((256 << density) * banks) / (org << width); in mc7_calc_size() local
4300 return MBs << 20; in mc7_calc_size()