HomeSort by: relevance | last modified time | path
    Searched refs:Put (Results 1 - 25 of 103) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_chained_origin_depot.h 30 bool Put(u32 here_id, u32 prev_id, u32 *new_id);
sanitizer_chained_origin_depot.cpp 130 bool ChainedOriginDepot::Put(u32 here_id, u32 prev_id, u32 *new_id) {
133 *new_id = depot.Put(desc, &inserted);
sanitizer_stackdepot.cpp 100 u32 StackDepotPut(StackTrace stack) { return theDepot.Put(stack); }
103 return StackDepotNode::get_handle(theDepot.Put(stack));
sanitizer_stackdepotbase.h 44 u32 Put(args_type args, bool *inserted = nullptr);
115 u32 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args,
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_chained_origin_depot.h 30 bool Put(u32 here_id, u32 prev_id, u32 *new_id);
sanitizer_chained_origin_depot.cpp 129 bool ChainedOriginDepot::Put(u32 here_id, u32 prev_id, u32 *new_id) {
132 *new_id = depot.Put(desc, &inserted);
sanitizer_stackdepot.cpp 208 u32 StackDepotPut(StackTrace stack) { return theDepot.Put(stack); }
211 return StackDepotNode::get_handle(theDepot.Put(stack));
sanitizer_stackdepotbase.h 44 u32 Put(args_type args, bool *inserted = nullptr);
115 u32 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args,
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs 39 public int Put(byte[] source, int offset, int count)
51 public bool Put(byte b)
UnitTests.cs 54 Assert.IsTrue(buf.Put( 1 ));
66 Assert.AreEqual( 10, buf.Put(arr,0,10) );
68 Assert.IsFalse( buf.Put(11) );
70 Assert.IsTrue( buf.Put(11) );
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs 39 public int Put(byte[] source, int offset, int count)
51 public bool Put(byte b)
UnitTests.cs 54 Assert.IsTrue(buf.Put( 1 ));
66 Assert.AreEqual( 10, buf.Put(arr,0,10) );
68 Assert.IsFalse( buf.Put(11) );
70 Assert.IsTrue( buf.Put(11) );
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs 39 public int Put(byte[] source, int offset, int count)
51 public bool Put(byte b)
UnitTests.cs 54 Assert.IsTrue(buf.Put( 1 ));
66 Assert.AreEqual( 10, buf.Put(arr,0,10) );
68 Assert.IsFalse( buf.Put(11) );
70 Assert.IsTrue( buf.Put(11) );
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs 39 public int Put(byte[] source, int offset, int count)
51 public bool Put(byte b)
UnitTests.cs 54 Assert.IsTrue(buf.Put( 1 ));
66 Assert.AreEqual( 10, buf.Put(arr,0,10) );
68 Assert.IsFalse( buf.Put(11) );
70 Assert.IsTrue( buf.Put(11) );
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs 39 public int Put(byte[] source, int offset, int count)
51 public bool Put(byte b)
UnitTests.cs 54 Assert.IsTrue(buf.Put( 1 ));
66 Assert.AreEqual( 10, buf.Put(arr,0,10) );
68 Assert.IsFalse( buf.Put(11) );
70 Assert.IsTrue( buf.Put(11) );
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stackdepot.cc 112 StackDepotHandle h = theDepot.Put(stack);
117 return theDepot.Put(stack);
sanitizer_stackdepotbase.h 30 handle_type Put(args_type args, bool *inserted = nullptr);
98 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args,
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_chained_origin_depot.cc 112 ChainedOriginDepotNode::Handle h = chainedOriginDepot.Put(desc, &inserted);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
ole2.d 47 DWORD function (LPOLESTREAM, const(void)*, DWORD) Put;
  /src/external/lgpl3/gmp/dist/mpn/pa64/
umul.asm 32 dnl * Put carry-generating and carry-consuming insns consecutively
  /src/external/lgpl3/gmp/dist/tests/
arm32call.asm 50 C Put chosen junk into callee-saves registers
  /src/usr.bin/make/unit-tests/
var-op-sunsh.mk 104 VAR :sh(Put a comment here)= comment in parentheses
113 VAR :sh{Put}((((a}{comment}}}}{here}= comment in braces

Completed in 44 milliseconds

1 2 3 4 5