| /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,
|
| sanitizer_quarantine.h | 86 // is zero (it allows us to perform just one atomic read per Put() call). 102 void Put(Cache *c, Callback cb, Node *ptr, uptr size) {
|
| /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/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/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| ole2.d | 47 DWORD function (LPOLESTREAM, const(void)*, DWORD) Put;
|
| ole.d | 233 DWORD function(LPOLESTREAM, void*, DWORD) 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/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/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_allocator.cpp | 153 // The chunk was freed and put into quarantine zone. 665 quarantine.Put(GetQuarantineCache(ms), QuarantineCallback(ac, stack), m, 670 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/external/gpl3/gcc.old/dist/libgcc/config/m68k/ |
| lb1sf68.S | 397 | Now put the operands in place: 802 movel IMM (0x00200000),d7 | mask to put hidden bit back 811 orl d7,d0 | and put hidden bit back 827 orl d7,d2 | and put hidden bit back 863 | Here we shift the numbers until the exponents are the same, and put 1183 | Put back the exponent and check for overflow 1192 lslw IMM (4),d4 | put exponent back into position 1194 lsll IMM (4),d4 | put exponent back into position 1211 exg d7,a0 | put sign back in a0 1291 | Put back the exponent and sign (we don't have overflow). [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/h8300/ |
| lib1funcs.S | 320 ; Put abs SIs into r0/r1 and r2/r3, and leave a 1 in r6l with sign of rest.
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| ieee754-sf.S | 479 @ Put final sign in r0.
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| CodeGenPrepare.cpp | 186 "With the flag enabled, compiler can put such profile unknown " 3378 Put(PI, V); 3390 void Put(Value *From, Value *To) { 3402 Put(From, To); 4497 // Don't touch identity bitcasts. These were probably put here by LSR, 6547 // Check that the and mask is the same as the one we decided to put on the
|