/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | CodecBase.cs | 90 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 D | Inflater.cs | 54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Inflater
|
H A D | Deflater.cs | 54 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 D | CodecBase.cs | 90 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 D | Inflater.cs | 54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Inflater
|
H A D | Deflater.cs | 54 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 D | CodecBase.cs | 90 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 D | Inflater.cs | 54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Inflater
|
H A D | Deflater.cs | 54 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 D | CodecBase.cs | 90 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 D | Inflater.cs | 54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Inflater
|
H A D | Deflater.cs | 54 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 D | tsan_ignoreset.cpp | 22 void IgnoreSet::Add(StackID stack_id) { in Add() function in __tsan::IgnoreSet
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ModuleMaker/ |
H A D | ModuleMaker.cpp | 54 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_ignoreset.cc | 21 void IgnoreSet::Add(u32 stack_id) { in Add() function in __tsan::IgnoreSet
|
H A D | tsan_mutexset.cc | 23 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 D | tsan_ignoreset.cc | 23 void IgnoreSet::Add(u32 stack_id) { in Add() function in __tsan::IgnoreSet
|
H A D | tsan_mutexset.cc | 25 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 D | CXXFieldCollector.h | 55 void Add(FieldDecl *D) { in Add() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/HowToUseJIT/ |
H A D | HowToUseJIT.cpp | 95 Value *Add = builder.CreateAdd(One, ArgX); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/HowToUseLLJIT/ |
H A D | HowToUseLLJIT.cpp | 69 Value *Add = builder.CreateAdd(One, ArgX); in createDemoModule() local
|
/netbsd-src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | Inflater.cs | 54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Inflater
|
H A D | Deflater.cs | 54 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 D | ARCOptAddrMode.cpp | 182 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 D | ARCMCInstLower.cpp | 72 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
|