Home
last modified time | relevance | path

Searched defs:Add (Results 1 – 25 of 123) sorted by relevance

12345

/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DCodecBase.cs90 public void Add(byte[] data) in Add() method in DotZLib.CodecBase
103 public abstract void Add(byte[] data, int offset, int count); in Add() method in DotZLib.CodecBase
H A DInflater.cs54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Inflater
H A DDeflater.cs54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Deflater
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A DCodecBase.cs90 public void Add(byte[] data) in Add() method in DotZLib.CodecBase
103 public abstract void Add(byte[] data, int offset, int count); in Add() method in DotZLib.CodecBase
H A DInflater.cs54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Inflater
H A DDeflater.cs54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Deflater
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DCodecBase.cs90 public void Add(byte[] data) in Add() method in DotZLib.CodecBase
103 public abstract void Add(byte[] data, int offset, int count); in Add() method in DotZLib.CodecBase
H A DInflater.cs54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Inflater
H A DDeflater.cs54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Deflater
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A DCodecBase.cs90 public void Add(byte[] data) in Add() method in DotZLib.CodecBase
103 public abstract void Add(byte[] data, int offset, int count); in Add() method in DotZLib.CodecBase
H A DInflater.cs54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Inflater
H A DDeflater.cs54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Deflater
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_ignoreset.cpp22 void IgnoreSet::Add(StackID stack_id) { in Add() function in __tsan::IgnoreSet
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp54 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_ignoreset.cc21 void IgnoreSet::Add(u32 stack_id) { in Add() function in __tsan::IgnoreSet
H A Dtsan_mutexset.cc23 void MutexSet::Add(u64 id, bool write, u64 epoch) { in Add() function in __tsan::MutexSet
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_ignoreset.cc23 void IgnoreSet::Add(u32 stack_id) { in Add() function in __tsan::IgnoreSet
H A Dtsan_mutexset.cc25 void MutexSet::Add(u64 id, bool write, u64 epoch) { in Add() function in __tsan::MutexSet
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCXXFieldCollector.h55 void Add(FieldDecl *D) { in Add() function
/netbsd-src/external/apache2/llvm/dist/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp95 Value *Add = builder.CreateAdd(One, ArgX); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/HowToUseLLJIT/
H A DHowToUseLLJIT.cpp69 Value *Add = builder.CreateAdd(One, ArgX); in createDemoModule() local
/netbsd-src/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DInflater.cs54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Inflater
H A DDeflater.cs54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Deflater
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp182 bool ARCOptAddrMode::noUseOfAddBeforeLoadOrStore(const MachineInstr *Add, in noUseOfAddBeforeLoadOrStore()
220 for (auto &Add : MRI->use_nodbg_instructions(B)) { in tryToCombine() local
265 ARCOptAddrMode::canJoinInstructions(MachineInstr *Ldst, MachineInstr *Add, in canJoinInstructions()
H A DARCMCInstLower.cpp72 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local

12345