| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gdbasan.in | 1 # Put a breakpoint on __asan_report_error to help with debugging buffer 5 # Put a breakpoint on __sanitizer::Report to help with debugging sanitizer
|
| H A D | gdbinit.in | 288 Put a breakpoint on diagnostic_show_locus, called whenever a diagnostic 298 Put a breakpoint on ana::diagnostic_manager::add_diagnostic, called within 329 # Put breakpoints at exit and fancy_abort in case abort is mapped 333 # Put a breakpoint on internal_error to help with debugging ICEs. 339 # Put this last because gcc does not reference it any more unless
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gdbasan.in | 1 # Put a breakpoint on __asan_report_error to help with debugging buffer 5 # Put a breakpoint on __sanitizer::Report to help with debugging sanitizer
|
| H A D | gdbinit.in | 288 Put a breakpoint on diagnostic_show_locus, called whenever a diagnostic 298 Put a breakpoint on ana::diagnostic_manager::add_diagnostic, called within 329 # Put breakpoints at exit and fancy_abort in case abort is mapped 333 # Put a breakpoint on internal_error to help with debugging ICEs. 339 # Put this last because gcc does not reference it any more unless
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| H A D | UnitTests.cs | 54 Assert.IsTrue(buf.Put( 1 )); in SinglePutGet() 66 Assert.AreEqual( 10, buf.Put(arr,0,10) ); in BlockPutGet() 68 Assert.IsFalse( buf.Put(11) ); in BlockPutGet() 70 Assert.IsTrue( buf.Put(11) ); in BlockPutGet()
|
| H A D | CircularBuffer.cs | 39 public int Put(byte[] source, int offset, int count) in Put() method in DotZLib.CircularBuffer 51 public bool Put(byte b) in Put() method in DotZLib.CircularBuffer
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| H A D | UnitTests.cs | 54 Assert.IsTrue(buf.Put( 1 )); in SinglePutGet() 66 Assert.AreEqual( 10, buf.Put(arr,0,10) ); in BlockPutGet() 68 Assert.IsFalse( buf.Put(11) ); in BlockPutGet() 70 Assert.IsTrue( buf.Put(11) ); in BlockPutGet()
|
| H A D | CircularBuffer.cs | 39 public int Put(byte[] source, int offset, int count) in Put() method in DotZLib.CircularBuffer 51 public bool Put(byte b) in Put() method in DotZLib.CircularBuffer
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| H A D | UnitTests.cs | 54 Assert.IsTrue(buf.Put( 1 )); in SinglePutGet() 66 Assert.AreEqual( 10, buf.Put(arr,0,10) ); in BlockPutGet() 68 Assert.IsFalse( buf.Put(11) ); in BlockPutGet() 70 Assert.IsTrue( buf.Put(11) ); in BlockPutGet()
|
| H A D | CircularBuffer.cs | 39 public int Put(byte[] source, int offset, int count) in Put() method in DotZLib.CircularBuffer 51 public bool Put(byte b) in Put() method in DotZLib.CircularBuffer
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| H A D | CircularBuffer.cs | 39 public int Put(byte[] source, int offset, int count) in Put() method in DotZLib.CircularBuffer 51 public bool Put(byte b) in Put() method in DotZLib.CircularBuffer
|
| /netbsd-src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| H A D | CircularBuffer.cs | 39 public int Put(byte[] source, int offset, int count) in Put() method in DotZLib.CircularBuffer 51 public bool Put(byte b) in Put() method in DotZLib.CircularBuffer
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | var-op-sunsh.mk | 104 VAR :sh(Put a comment here)= comment in parentheses 113 VAR :sh{Put}((((a}{comment}}}}{here}= comment in braces
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiCallingConv.td | 22 // Put argument in registers if marked 'inreg' and not a vararg call. 35 // Put arguments in registers.
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | streambuf | 56 // 27.6.2.2.5 Put area: 73 // 27.6.2.3.3 Put area: 101 // 27.6.2.4.5 Put area: 218 // 27.6.2.2.5 Put area: 252 // 27.6.2.3.3 Put area: 290 // 27.6.2.4.5 Put area:
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_chained_origin_depot.cpp | 130 bool ChainedOriginDepot::Put(u32 here_id, u32 prev_id, u32 *new_id) { in Put() function in __sanitizer::ChainedOriginDepot 133 *new_id = depot.Put(desc, &inserted); in Put()
|
| H A D | sanitizer_stackdepot.cpp | 100 u32 StackDepotPut(StackTrace stack) { return theDepot.Put(stack); } in StackDepotPut() 103 return StackDepotNode::get_handle(theDepot.Put(stack)); in StackDepotPut_WithHandle()
|
| H A D | sanitizer_chained_origin_depot.h | 30 bool Put(u32 here_id, u32 prev_id, u32 *new_id);
|
| /netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
| H A D | bfin.em | 54 --code-in-l1 Put code in L1\n")); 56 --data-in-l1 Put data in L1\n"));
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| H A D | bfin.em | 54 --code-in-l1 Put code in L1\n")); 56 --data-in-l1 Put data in L1\n"));
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_stackdepot.cc | 110 StackDepotHandle h = theDepot.Put(stack); in StackDepotPut() 115 return theDepot.Put(stack); in StackDepotPut_WithHandle()
|
| H A D | sanitizer_stackdepotbase.h | 28 handle_type Put(args_type args, bool *inserted = nullptr); 96 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put() function
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_stackdepot.cc | 112 StackDepotHandle h = theDepot.Put(stack); in StackDepotPut() 117 return theDepot.Put(stack); in StackDepotPut_WithHandle()
|
| H A D | sanitizer_stackdepotbase.h | 30 handle_type Put(args_type args, bool *inserted = nullptr); 98 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put() function
|
| /netbsd-src/games/trek/DOC/ |
| H A D | things | 10 * Put removal from event list into killk
|