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

  /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/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,
sanitizer_quarantine.h 87 // is zero (it allows us to perform just one atomic read per Put() call).
103 void Put(Cache *c, Callback cb, Node *ptr, uptr size) {
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_chained_origin_depot.cc 112 ChainedOriginDepotNode::Handle h = chainedOriginDepot.Put(desc, &inserted);
  /src/common/dist/zlib/contrib/ada/
read.adb 119 Ada.Text_IO.Put ("Level ="
131 Ada.Text_IO.Put
buffer_demo.adb 36 Ada.Text_IO.Put (Text);
test.adb 269 Put (Msg);
272 Ada.Text_IO.Put ("size =");
274 Count_IO.Put
  /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
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
gcw0.dts 445 * Put high-speed peripherals under PLL1, such that we can change the
449 * Put the GPU under PLL0 since we want a higher frequency.
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 107 // CHUNK_QUARANTINE: the chunk was freed and put into quarantine zone.
600 quarantine.Put(GetQuarantineCache(ms), QuarantineCallback(ac, stack), m,
605 quarantine.Put(&fallback_quarantine_cache, QuarantineCallback(ac, stack),
  /src/sys/arch/vax/vax/
subr.S 121 mtpr %r0,$PR_KSP # put in IPR KSP
126 mtpr 4(%r0),$PR_ESP # Put it in ESP also
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 1653 # modified list must be put in 'func_run_hooks_result' before
2833 # environment variable; do not put it in $PATH.
6362 /* Put quoted arguments into the new argument vector. */
7550 # The preopen pass in lib mode reverses $deplibs; put it back here
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 1554 # environment variable; do not put it in $PATH.
4984 /* Put quoted arguments into the new argument vector. */
6106 # The preopen pass in lib mode reverses $deplibs; put it back here
  /src/sys/arch/sparc64/sparc64/
locore.s 269 * Another item that must be aligned, easiest to put it here.
337 * We have a problem with v9 traps; we have no registers to put the
1965 ldxa [%g3] ASI_DMMU, %g3 ! And put it into the non-MMU alternate regs
3996 * (put the registers back the way they were).
4052 * still intact. A simple `restore' will put everything back,
4984 wrpr %g1, %g2, %tstate ! Put %cwp in %tstate

Completed in 33 milliseconds