Searched defs:MB (Results 1 - 25 of 76) sorted by relevance

1234

/netbsd-current/sys/arch/alpha/alpha/
H A Dlock_stubs.s46 #define MB(label) label: unop define
48 #define MB(label) /* nothing */ define
[all...]
/netbsd-current/sys/arch/evbppc/virtex/
H A Dvirtex_start.S59 #define MB(n) ((n)*1024*1024) define
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dobject.c21 LLVMMemoryBufferRef MB; local
58 LLVMMemoryBufferRef MB; local
H A Ddiagnostic.c62 LLVMMemoryBufferRef MB; local
H A Dmodule.c28 LLVMMemoryBufferRef MB; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DMemory.cpp44 raw_ostream &operator<<(raw_ostream &OS, const MemoryBlock &MB) { argument
H A DFileOutputBuffer.cpp119 MemoryBlock MB = Memory::allocateMappedMemory( local
/netbsd-current/external/bsd/libevent/dist/cmake/
H A DCheckFileOffsetBits.c5 #define MB ((off_t)1024 * KB) macro
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmmix-opc.c81 #define MB mmix_type_memaccess_byte macro
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmmix-opc.c81 #define MB mmix_type_memaccess_byte macro
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmmix-opc.c81 #define MB mmix_type_memaccess_byte macro
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmmix-opc.c81 #define MB mmix_type_memaccess_byte macro
/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Dunits.hpp53 const uint64_t MB = int64_t(1) << 20; member in namespace:utils::units::__anon1920
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp43 std::unique_ptr<MemoryBuffer> MB = local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp91 std::unique_ptr<MemoryBuffer> MB = ExitOnErr(openBitcodeFile(InputFilename)); local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cat/
H A Dllvm-cat.cpp61 std::unique_ptr<MemoryBuffer> MB = ExitOnErr( local
/netbsd-current/lib/libc/gen/
H A Dgetbsize.c62 #define MB (1024L * 1024L) macro
/netbsd-current/sys/dev/pci/
H A Dtga_conf.c47 #undef MB macro
48 #define MB * 1024 * 1024 macro
135 #undef MB macro
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { argument
82 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp58 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = MemoryBuffer::getFile(Path); local
112 std::unique_ptr<MemoryBuffer> MB = local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp168 std::unique_ptr<MemoryBuffer> MB = ExitOnErr( local
179 BitcodeModule MB = IF.Mods[I]; local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/sanstats/
H A Dsanstats.cpp135 std::unique_ptr<MemoryBuffer> MB = std::move(MBOrErr.get()); local
/netbsd-current/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Dhkpc.c83 #define MB(x) ((x) * 1024 * 1024) macro
/netbsd-current/tests/bin/df/
H A Dgetmntinfo.c37 #define MB * 1024 KB macro
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dmain.c60 #define MB(x) ((x) * 1024 * 1024) macro

Completed in 424 milliseconds

1234