Home
last modified time | relevance | path

Searched refs:MB (Results 1 – 25 of 690) sorted by relevance

12345678910>>...28

/netbsd-src/sys/dev/pci/
H A Dtga_conf.c47 #undef MB
48 #define MB * 1024 * 1024 macro
56 4 MB,
58 1, { 2 MB, 0 }, { 1 MB, 0 },
66 4 MB,
68 1, { 2 MB, 0 }, { 2 MB, 0 },
76 8 MB,
78 1, { 4 MB, 0 }, { 2 MB, 0 },
79 1, { 6 MB, 0 }, { 2 MB, 0 },
86 16 MB,
[all …]
/netbsd-src/external/bsd/iscsi/dist/doc/
H A DPERFORMANCE17 8192 bytes/request: 8 MB written in 0.33 seconds --> 24.35 MB/sec
18 16384 bytes/request: 8 MB written in 0.30 seconds --> 26.74 MB/sec
19 32768 bytes/request: 8 MB written in 0.20 seconds --> 39.06 MB/sec
20 65536 bytes/request: 8 MB written in 0.15 seconds --> 52.95 MB/sec
21 131072 bytes/request: 8 MB written in 0.12 seconds --> 66.74 MB/sec
22 262144 bytes/request: 8 MB written in 0.10 seconds --> 77.76 MB/sec
23 8192 bytes/request: 8 MB read in 0.37 seconds --> 21.34 MB/sec
24 16384 bytes/request: 8 MB read in 0.19 seconds --> 41.47 MB/sec
25 32768 bytes/request: 8 MB read in 0.13 seconds --> 62.04 MB/sec
26 65536 bytes/request: 8 MB read in 0.11 seconds --> 70.99 MB/sec
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dswapinfo_example.txt4 RAM _______Total 511 MB
5 RAM Unusable 8 MB
6 RAM Kernel 128 MB
7 RAM Locked 0 MB
8 RAM Used 256 MB
9 RAM Free 118 MB
11 Disk _______Total 1023 MB
12 Disk Resv 626 MB
13 Disk Avail 397 MB
15 Swap _______Total 1335 MB
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dswapinfo_example.txt4 RAM _______Total 511 MB
5 RAM Unusable 8 MB
6 RAM Kernel 128 MB
7 RAM Locked 0 MB
8 RAM Used 256 MB
9 RAM Free 118 MB
11 Disk _______Total 1023 MB
12 Disk Resv 626 MB
13 Disk Avail 397 MB
15 Swap _______Total 1335 MB
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/docs/
H A Dtools.md41 BM_memcpy/8 36 ns 36 ns 19101577 211.669MB/s
42 BM_memcpy/64 76 ns 76 ns 9412571 800.199MB/s
46 BM_copy/8 222 ns 222 ns 3137987 34.3772MB/s
47 BM_copy/64 1608 ns 1608 ns 432758 37.9501MB/s
48 BM_copy/512 12589 ns 12589 ns 54806 38.7867MB/s
49 BM_copy/1024 25169 ns 25169 ns 27713 38.8003MB/s
50 BM_copy/8192 201165 ns 201112 ns 3486 38.8466MB/s
57 BM_memcpy/8 36 ns 36 ns 19397903 211.255MB/s
58 BM_memcpy/64 73 ns 73 ns 9691174 839.635MB/s
62 BM_copy/8 223 ns 223 ns 3146977 34.2338MB/s
[all …]
/netbsd-src/external/bsd/iscsi/dist/src/examples/
H A D3.conf5 extent0 /iscsi/extents/0 0 100MB
6 extent1 /imports/remote1/iscsi/extents/0 0 100MB
7 extent2 /iscsi/extents/1 0 100MB
8 extent3 /imports/remote1/iscsi/extents/1 0 100MB
9 extent4 /iscsi/extents/2 0 100MB
10 extent5 /imports/remote1/iscsi/extents/2 0 100MB
11 extent6 /iscsi/extents/3 0 100MB
H A D2.conf5 extent0 /iscsi/extents/0 0 100MB
6 extent1 /imports/remote1/iscsi/extents/0 0 100MB
7 extent2 /iscsi/extents/1 0 100MB
8 extent3 /imports/remote1/iscsi/extents/1 0 100MB
9 extent4 /iscsi/extents/2 0 100MB
10 extent5 /imports/remote1/iscsi/extents/2 0 100MB
H A D4.conf5 extent0 /iscsi/extents/0 0 100MB
6 extent1 /imports/remote1/iscsi/extents/0 0 100MB
7 extent2 /iscsi/extents/1 0 100MB
8 extent3 /imports/remote1/iscsi/extents/1 0 100MB
9 extent4 /iscsi/extents/2 0 100MB
10 extent5 /imports/remote1/iscsi/extents/2 0 100MB
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dobject.c21 LLVMMemoryBufferRef MB; in llvm_object_list_sections() local
26 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &outBufferErr)) { in llvm_object_list_sections()
33 O = LLVMCreateBinary(MB, LLVMGetGlobalContext(), &outBinaryErr); in llvm_object_list_sections()
52 LLVMDisposeMemoryBuffer(MB); in llvm_object_list_sections()
58 LLVMMemoryBufferRef MB; in llvm_object_list_symbols() local
64 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &outBufferErr)) { in llvm_object_list_symbols()
71 O = LLVMCreateBinary(MB, LLVMGetGlobalContext(), &outBinaryErr); in llvm_object_list_symbols()
94 LLVMDisposeMemoryBuffer(MB); in llvm_object_list_symbols()
H A Dmodule.c28 LLVMMemoryBufferRef MB; in llvm_load_module() local
32 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) { in llvm_load_module()
42 Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_load_module()
44 Ret = LLVMParseBitcode2(MB, &M); in llvm_load_module()
47 Ret = LLVMGetBitcodeModule(MB, &M, &msg); in llvm_load_module()
49 Ret = LLVMParseBitcode(MB, &M, &msg); in llvm_load_module()
54 LLVMDisposeMemoryBuffer(MB); in llvm_load_module()
59 LLVMDisposeMemoryBuffer(MB); in llvm_load_module()
H A Ddiagnostic.c62 LLVMMemoryBufferRef MB; in llvm_test_diagnostic_handler() local
64 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) { in llvm_test_diagnostic_handler()
72 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler()
79 LLVMDisposeMemoryBuffer(MB); in llvm_test_diagnostic_handler()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp142 static Expected<COFF::MachineTypes> getCOFFFileMachine(MemoryBufferRef MB) { in getCOFFFileMachine() argument
144 auto Obj = object::COFFObjectFile::create(MB); in getCOFFFileMachine()
160 static Expected<COFF::MachineTypes> getBitcodeFileMachine(MemoryBufferRef MB) { in getBitcodeFileMachine() argument
161 Expected<std::string> TripleStr = getBitcodeTargetTriple(MB); in getBitcodeFileMachine()
182 std::string &LibMachineSource, MemoryBufferRef MB) { in appendFile() argument
183 file_magic Magic = identify_magic(MB.getBuffer()); in appendFile()
188 llvm::errs() << MB.getBufferIdentifier() in appendFile()
200 object::Archive Archive(MB, Err); in appendFile()
201 fatalOpenError(std::move(Err), MB.getBufferIdentifier()); in appendFile()
207 llvm::errs() << MB.getBufferIdentifier() << ": " << EIB.message() in appendFile()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/docs/
H A Dtools.md100 BM_memcpy/8 36 ns 36 ns 19101577 211.669MB/s
101 BM_memcpy/64 76 ns 76 ns 9412571 800.199MB/s
105 BM_copy/8 222 ns 222 ns 3137987 34.3772MB/s
106 BM_copy/64 1608 ns 1608 ns 432758 37.9501MB/s
107 BM_copy/512 12589 ns 12589 ns 54806 38.7867MB/s
108 BM_copy/1024 25169 ns 25169 ns 27713 38.8003MB/s
109 BM_copy/8192 201165 ns 201112 ns 3486 38.8466MB/s
116 BM_memcpy/8 36 ns 36 ns 19397903 211.255MB/s
117 BM_memcpy/64 73 ns 73 ns 9691174 839.635MB/s
121 BM_copy/8 223 ns 223 ns 3146977 34.2338MB/s
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Dunits_test.cpp54 using units::MB; in ATF_TEST_CASE_BODY()
57 ATF_REQUIRE_EQ("745.96G", units::bytes(745 * GB + 980 * MB).format()); in ATF_TEST_CASE_BODY()
64 using units::MB; in ATF_TEST_CASE_BODY()
67 ATF_REQUIRE_EQ("1.00M", units::bytes(1 * MB).format()); in ATF_TEST_CASE_BODY()
68 ATF_REQUIRE_EQ("1023.50M", units::bytes(1023 * MB + 512 * KB).format()); in ATF_TEST_CASE_BODY()
108 using units::MB; in ATF_TEST_CASE_BODY()
120 using units::MB; in ATF_TEST_CASE_BODY()
124 ATF_REQUIRE_EQ(units::bytes(MB), units::bytes::parse("1M")); in ATF_TEST_CASE_BODY()
125 ATF_REQUIRE_EQ(units::bytes(MB), units::bytes::parse("1m")); in ATF_TEST_CASE_BODY()
188 ATF_REQUIRE_EQ(units::bytes(12 * units::MB), bytes); in ATF_TEST_CASE_BODY()
[all …]
/netbsd-src/sys/arch/alpha/alpha/
H A Dlock_stubs.s46 #define MB(label) label: unop macro
48 #define MB(label) /* nothing */ macro
65 MB(.L_mutex_enter_mb_1)
79 MB(.L_mutex_exit_mb_1)
166 MB(.L_mutex_spin_enter_mb_1)
179 MB(.L_mutex_spin_exit_mb_1)
235 MB(.L_rw_enter_mb_1)
247 MB(.L_rw_enter_mb_2)
272 MB(.L_rw_tryenter_mb_1)
290 MB(.L_rw_tryenter_mb_2)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DMemory.cpp44 raw_ostream &operator<<(raw_ostream &OS, const MemoryBlock &MB) { in operator <<() argument
45 return OS << "[ " << MB.base() << " .. " in operator <<()
46 << (void *)((char *)MB.base() + MB.allocatedSize()) << " ] (" in operator <<()
47 << MB.allocatedSize() << " bytes)"; in operator <<()
H A DMemoryBuffer.cpp84 template<typename MB>
85 class MemoryBufferMem : public MB {
107 template <typename MB>
108 static ErrorOr<std::unique_ptr<MB>>
168 template <typename MB>
184 template<typename MB>
185 class MemoryBufferMMapFile : public MB {
203 : MFR(FD, Mapmode<MB>, getLegalMapSize(Len, Offset), in MemoryBufferMMapFile()
252 template <typename MB>
253 static ErrorOr<std::unique_ptr<MB>>
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DRewriter.cpp247 StringRef MB = SourceMgr->getBufferData(FID); in getEditBuffer() local
248 I->second.Initialize(MB.begin(), MB.end()); in getEditBuffer()
263 StringRef MB = SourceMgr->getBufferData(FID); in InsertText() local
274 while (isWhitespaceExceptNL(MB[i])) in InsertText()
276 indentSpace = MB.substr(lineOffs, i-lineOffs); in InsertText()
340 StringRef MB = SourceMgr->getBufferData(FID); in ReplaceText() local
341 return ReplaceText(start, origLength, MB.substr(newOffs, newLength)); in ReplaceText()
364 StringRef MB = SourceMgr->getBufferData(FID); in IncreaseIndentation() local
381 while (isWhitespaceExceptNL(MB[i])) in IncreaseIndentation()
383 parentSpace = MB.substr(parentLineOffs, i-parentLineOffs); in IncreaseIndentation()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp104 sys::MemoryBlock MB = MMapper.allocateMappedMemory( in allocateSection() local
113 MemGroup.Near = MB; in allocateSection()
118 CodeMem.Near = MB; in allocateSection()
120 RODataMem.Near = MB; in allocateSection()
122 RWDataMem.Near = MB; in allocateSection()
125 MemGroup.AllocatedMem.push_back(MB); in allocateSection()
126 Addr = (uintptr_t)MB.base(); in allocateSection()
127 uintptr_t EndOfBlock = Addr + MB.allocatedSize(); in allocateSection()
206 for (sys::MemoryBlock &MB : MemGroup.PendingMem) in applyMemoryGroupPermissions()
207 if (std::error_code EC = MMapper.protectMappedMemory(MB, Permissions)) in applyMemoryGroupPermissions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp192 SectionInfo(StringRef Name, sys::MemoryBlock MB, unsigned SectionID) in SectionInfo()
193 : Name(std::string(Name)), MB(std::move(MB)), SectionID(SectionID) {} in SectionInfo()
195 sys::MemoryBlock MB; member
248 sys::MemoryBlock MB = in preallocateSlab() local
253 if (!MB.base()) in preallocateSlab()
256 PreallocSlab = MB; in preallocateSlab()
268 sys::MemoryBlock MB((void *)OldSlabOffset, Size); in allocateFromSlab() local
270 FunctionMemory.push_back(SectionInfo(SectionName, MB, SectionID)); in allocateFromSlab()
272 DataMemory.push_back(SectionInfo(SectionName, MB, SectionID)); in allocateFromSlab()
302 sys::MemoryBlock MB = in allocateCodeSection() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp58 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = MemoryBuffer::getFile(Path); in openFile() local
60 if (std::error_code EC = MB.getError()) { in openFile()
65 return std::move(*MB); in openFile()
112 std::unique_ptr<MemoryBuffer> MB = in dlltoolDriverMain() local
114 if (!MB) in dlltoolDriverMain()
117 if (!MB->getBufferSize()) { in dlltoolDriverMain()
132 parseCOFFModuleDefinition(*MB, Machine, true); in dlltoolDriverMain()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/
H A Dns2-xmc.dts90 reg = <0x00000000 0x00280000>; /* 2.5MB */
96 reg = <0x00280000 0x00040000>; /* 0.25MB */
102 reg = <0x002c0000 0x00040000>; /* 0.25MB */
108 reg = <0x00300000 0x03d00000>; /* 61MB */
114 reg = <0x04000000 0x06400000>; /* 100MB */
119 reg = <0x0a400000 0x35c00000>; /* 860MB */
179 reg = <0x00200000 0x00e00000>; /* 14MB */
184 reg = <0x01000000 0x01000000>; /* 16MB */
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Darmada-xp-linksys-mamba.dts36 reg = <0x00000000 0x00000000 0x00000000 0x10000000>; /* 256MB */
337 reg = <0x0000000 0x100000>; /* 1MB */
353 reg = <0x900000 0x100000>; /* 1MB */
360 reg = <0xa00000 0x2800000>; /* 40MB */
365 reg = <0xd00000 0x2500000>; /* 37MB */
371 reg = <0x3200000 0x2800000>; /* 40MB */
376 reg = <0x3500000 0x2500000>; /* 37MB */
380 * 38MB, last MB is for the BBT, not writable
395 reg = <0x180000 0x780000>; /* 7.5MB */
/netbsd-src/etc/
H A Dfloppytab7 1.44mb|1440|3.5 inch 1.44MB:\
18 1.2mb|1200|5.25 inch 1.2MB AT drive:\
29 360k-1.2mb|5.25 inch 360KB in 1.2MB AT drive:\
62 720k-5.25|5.25 inch 720KB in 1.2MB AT drive:\
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp168 std::unique_ptr<MemoryBuffer> MB = ExitOnErr( in main() local
171 BitcodeFileContents IF = ExitOnErr(llvm::getBitcodeFileContents(*MB)); in main()
179 BitcodeModule MB = IF.Mods[I]; in main() local
181 MB.getLazyModule(Context, MaterializeMetadata, SetImporting)); in main()
187 BitcodeLTOInfo LTOInfo = ExitOnErr(MB.getLTOInfo()); in main()
190 Index = ExitOnErr(MB.getSummary()); in main()

12345678910>>...28