Searched refs:Put (Results 1 - 25 of 47) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/interface/
H A Dstruct.go22 type I1 interface { Get() int; Put(int) }
26 func (p S1) Put(i int) { p.i = i } func
31 i.Put(2)
39 i.Put(2)
47 i.Put(2)
54 func (p *S2) Put(i int) { p.i = i } func
60 // i.Put(2)
68 i.Put(2)
76 i.Put(2)
81 type I2 interface { Get() int64; Put(int6
85 func (p S3) Put(i int64) { p.l = i } func
113 func (p *S4) Put(i int64) { p.l = i } func
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Dthumb2-b-interwork.s12 @ Put this in a separate section to force the assembler to generate a reloc
/haiku-buildtools/gcc/zlib/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) method in class:DotZLib.CircularBuffer
51 public bool Put(byte b) method in class:DotZLib.CircularBuffer
H A DUnitTests.cs54 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) );
/haiku-buildtools/binutils/zlib/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) method in class:DotZLib.CircularBuffer
51 public bool Put(byte b) method in class:DotZLib.CircularBuffer
H A DUnitTests.cs54 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) );
/haiku-buildtools/binutils/gas/testsuite/gas/mt/
H A Drelocs2.s2 ;; Put code near the top of the address space
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mt/
H A Drelocs2.s2 ;; Put code near the top of the address space
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.cc107 StackDepotHandle h = theDepot.Put(stack);
112 return theDepot.Put(stack);
H A Dsanitizer_stackdepotbase.h27 handle_type Put(args_type args, bool *inserted = 0);
95 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, function in class:__sanitizer::StackDepotBase
H A Dsanitizer_quarantine.h55 void Put(Cache *c, Callback cb, Node *ptr, uptr size) { function in class:__sanitizer::Quarantine
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dccr.s64 ; FIXME: Put tests for new flag-names here, (not above.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dccr.s64 ; FIXME: Put tests for new flag-names here, (not above.
/haiku-buildtools/gcc/gmp/mpn/pa64/
H A Dumul.asm21 dnl * Put carry-generating and carry-consuming insns consecutively
/haiku-buildtools/legacy/binutils/ld/scripttempl/
H A Delfm68hc11.sc283 /* Concatenate .page0 sections. Put them in the page0 memory bank
307 /* Put startup code at beginning so that _start keeps same address. */
H A Delfm68hc12.sc283 /* Concatenate .page0 sections. Put them in the page0 memory bank
306 /* Put startup code at beginning so that _start keeps same address. */
H A Delfi370.sc126 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
/haiku-buildtools/gcc/gmp/mpn/alpha/ev5/
H A Ddiveby3.asm64 C Put magic constants in registers
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_allocator2.cc438 quarantine.Put(GetQuarantineCache(ms), QuarantineCallback(ac),
443 quarantine.Put(&fallback_quarantine_cache, QuarantineCallback(ac),
/haiku-buildtools/gcc/libgcc/config/arm/
H A Dieee754-sf.S453 @ Put sign bit in r3, which will be restored into r0 later.
475 @ Put final sign in r0.
/haiku-buildtools/gcc/libgcc/config/h8300/
H A Dlib1funcs.S314 ; Put abs SIs into r0/r1 and r2/r3, and leave a 1 in r6l with sign of rest.
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dlb1sf68.asm1034 | Put back the exponent and check for overflow
1142 | Put back the exponent and sign (we don't have overflow). '
2071 | Put back the exponents and sign and return.
2713 | Put the exponent, in the first byte, in d2, to use the "standard" rounding
2756 | Put back the exponent, but check for overflow.
2821 | Put back the exponent (we can't have overflow!). '
3480 | Put back the exponents and sign and return.
/haiku-buildtools/gcc/libgcc/config/m68k/
H A Dlb1sf68.S1174 | Put back the exponent and check for overflow
1282 | Put back the exponent and sign (we don't have overflow). '
2218 | Put back the exponents and sign and return.
2881 | Put the exponent, in the first byte, in d2, to use the "standard" rounding
2924 | Put back the exponent, but check for overflow.
2989 | Put back the exponent (we can't have overflow!). '
3655 | Put back the exponents and sign and return.
/haiku-buildtools/legacy/gcc/gcc/config/h8300/
H A Dlib1funcs.asm324 ; Put abs SIs into r0/r1 and r2/r3, and leave a 1 in r6l with sign of rest.
/haiku-buildtools/legacy/gcc/gcc/config/sh/
H A Dlib1funcs.asm1120 ! bit and divide it by whats in r5. Put the answer bit

Completed in 273 milliseconds

12