Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for spp (0.08 sec)

  1. test/escape_struct_return.go

    	_sp  *string
    	_spp **string
    }
    
    func A(sp *string, spp **string) U { // ERROR "leaking param: sp to result ~r0 level=0$" "leaking param: spp to result ~r0 level=0$"
    	return U{sp, spp}
    }
    
    func B(spp **string) U { // ERROR "leaking param: spp to result ~r0 level=0$"
    	return U{*spp, spp}
    }
    
    func tA1() {
    	s := "cat"
    	sp := &s
    	spp := &sp
    	u := A(sp, spp)
    	_ = u
    	println(s)
    }
    
    func tA2() {
    	s := "cat"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 26 23:50:32 UTC 2021
    - 1K bytes
    - Viewed (0)
  2. test/abi/double_nested_addressed_struct.go

    //go:registerparams
    //go:noinline
    func H(spp stringPairPair) string {
    	F(&spp)
    	return spp.x.a + " " + spp.x.b + " " + spp.y.a + " " + spp.y.b
    }
    
    //go:registerparams
    //go:noinline
    func G(d, c, b, a string) stringPairPair {
    	return stringPairPair{stringPair{a, b}, stringPair{c, d}}
    }
    
    //go:registerparams
    //go:noinline
    func F(spp *stringPairPair) {
    	spp.x.a, spp.x.b, spp.y.a, spp.y.b = spp.y.b, spp.y.a, spp.x.b, spp.x.a
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. test/abi/double_nested_struct.go

    //go:registerparams
    //go:noinline
    func H(spp stringPairPair) string {
    	return spp.x.a + " " + spp.x.b + " " + spp.y.a + " " + spp.y.b
    }
    
    //go:registerparams
    //go:noinline
    func G(a, b, c, d string) stringPairPair {
    	return stringPairPair{stringPair{a, b}, stringPair{c, d}}
    }
    
    func main() {
    	spp := G("this", "is", "a", "test")
    	s := H(spp)
    	gotVsWant(s, "this is a test")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  4. src/runtime/heapdump.go

    		}
    		for sp := s.specials; sp != nil; sp = sp.next {
    			if sp.kind != _KindSpecialProfile {
    				continue
    			}
    			spp := (*specialprofile)(unsafe.Pointer(sp))
    			p := s.base() + uintptr(spp.special.offset)
    			dumpint(tagAllocSample)
    			dumpint(uint64(p))
    			dumpint(uint64(uintptr(unsafe.Pointer(spp.b))))
    		}
    	}
    }
    
    var dumphdr = []byte("go1.7 heap dump\n")
    
    func mdump(m *MemStats) {
    	assertWorldStopped()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 04:07:57 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  5. test/escape_struct_param1.go

    	_sp  *string
    	_spp **string
    }
    
    type V struct {
    	_u   U
    	_up  *U
    	_upp **U
    }
    
    func (u *U) SP() *string { // ERROR "leaking param: u to result ~r0 level=1$"
    	return u._sp
    }
    
    func (u *U) SPP() **string { // ERROR "leaking param: u to result ~r0 level=1$"
    	return u._spp
    }
    
    func (u *U) SPPi() *string { // ERROR "leaking param: u to result ~r0 level=2$"
    	return *u._spp
    }
    
    func tSPPi() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 12 08:31:49 UTC 2020
    - 8.9K bytes
    - Viewed (0)
  6. test/escape_struct_param2.go

    	_sp  *string
    	_spp **string
    }
    
    type V struct {
    	_u   U
    	_up  *U
    	_upp **U
    }
    
    func (u U) SP() *string { // ERROR "leaking param: u to result ~r0 level=0$"
    	return u._sp
    }
    
    func (u U) SPP() **string { // ERROR "leaking param: u to result ~r0 level=0$"
    	return u._spp
    }
    
    func (u U) SPPi() *string { // ERROR "leaking param: u to result ~r0 level=1$"
    	return *u._spp
    }
    
    func tSPPi() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 12 08:31:49 UTC 2020
    - 8.9K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/util/mime.map

    #application/x-sh               sh               # sh Shell Program
    application/x-shar             shar             #
    application/x-shockwave-flash  swf              # Macromedia Shockwave file
    application/x-spss             sav spp sbs sps spo # SPSS
    application/x-stuffit          sit              # Macintosh Stuff-It
    application/x-sv4cpio          sv4cpio          #
    application/x-sv4crc           sv4crc           #
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 5.9K bytes
    - Viewed (0)
  8. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.scs"/>
      </mime-type>
      <mime-type type="application/scvp-vp-request">
        <glob pattern="*.spq"/>
      </mime-type>
      <mime-type type="application/scvp-vp-response">
        <glob pattern="*.spp"/>
      </mime-type>
      <mime-type type="application/sdp">
        <glob pattern="*.sdp"/>
      </mime-type>
    
      <mime-type type="application/sereal">
        <_comment>Sereal binary serialization format</_comment>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top