Home
last modified time | relevance | path

Searched refs:Put (Results 1 – 25 of 848) sorted by relevance

12345678910>>...34

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgdbasan.in1 # 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 Dgdbinit.in288 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 Dgdbasan.in1 # 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 Dgdbinit.in288 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 DUnitTests.cs54 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 DCircularBuffer.cs39 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 DUnitTests.cs54 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 DCircularBuffer.cs39 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 DUnitTests.cs54 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 DCircularBuffer.cs39 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 DCircularBuffer.cs39 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 DCircularBuffer.cs39 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 Dvar-op-sunsh.mk104 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 DLanaiCallingConv.td22 // 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 Dstreambuf56 // 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 Dsanitizer_chained_origin_depot.cpp130 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 Dsanitizer_stackdepot.cpp100 u32 StackDepotPut(StackTrace stack) { return theDepot.Put(stack); } in StackDepotPut()
103 return StackDepotNode::get_handle(theDepot.Put(stack)); in StackDepotPut_WithHandle()
H A Dsanitizer_chained_origin_depot.h30 bool Put(u32 here_id, u32 prev_id, u32 *new_id);
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dbfin.em54 --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 Dbfin.em54 --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 Dsanitizer_stackdepot.cc110 StackDepotHandle h = theDepot.Put(stack); in StackDepotPut()
115 return theDepot.Put(stack); in StackDepotPut_WithHandle()
H A Dsanitizer_stackdepotbase.h28 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 Dsanitizer_stackdepot.cc112 StackDepotHandle h = theDepot.Put(stack); in StackDepotPut()
117 return theDepot.Put(stack); in StackDepotPut_WithHandle()
H A Dsanitizer_stackdepotbase.h30 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 Dthings10 * Put removal from event list into killk

12345678910>>...34