Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for pps (0.05 sec)

  1. test/escape_struct_param1.go

    	return *u._spp
    }
    
    func tSPPi() {
    	s := "cat" // ERROR "moved to heap: s$"
    	ps := &s
    	pps := &ps
    	pu := &U{ps, pps} // ERROR "&U{...} does not escape$"
    	Ssink = pu.SPPi()
    }
    
    func tiSPP() {
    	s := "cat" // ERROR "moved to heap: s$"
    	ps := &s
    	pps := &ps
    	pu := &U{ps, pps} // ERROR "&U{...} does not escape$"
    	Ssink = *pu.SPP()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 12 08:31:49 UTC 2020
    - 8.9K bytes
    - Viewed (0)
  2. test/escape_struct_param2.go

    	return *u._spp
    }
    
    func tSPPi() {
    	s := "cat" // ERROR "moved to heap: s$"
    	ps := &s
    	pps := &ps
    	pu := &U{ps, pps} // ERROR "&U{...} does not escape$"
    	Ssink = pu.SPPi()
    }
    
    func tiSPP() {
    	s := "cat" // ERROR "moved to heap: s$"
    	ps := &s
    	pps := &ps
    	pu := &U{ps, pps} // ERROR "&U{...} does not escape$"
    	Ssink = *pu.SPP()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 12 08:31:49 UTC 2020
    - 8.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    #include <linux/netfilter/nf_tables.h>
    #include <linux/netlink.h>
    #include <linux/net_namespace.h>
    #include <linux/nfc.h>
    #include <linux/nsfs.h>
    #include <linux/perf_event.h>
    #include <linux/pps.h>
    #include <linux/ptrace.h>
    #include <linux/random.h>
    #include <linux/reboot.h>
    #include <linux/rtc.h>
    #include <linux/rtnetlink.h>
    #include <linux/sched.h>
    #include <linux/seccomp.h>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          </match>
        </magic>
        <glob pattern="*.ppt"/>
        <glob pattern="*.ppz"/>
        <glob pattern="*.pps"/>
        <glob pattern="*.pot"/>
        <glob pattern="*.ppa"/>
        <sub-class-of type="application/x-tika-msoffice"/>
      </mime-type>
    
      <mime-type type="application/vnd.ms-powerpoint.addin.macroenabled.12">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  5. cmd/testdata/decryptObjectInfo.json.zst

    orithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/script/mod_file_proxy.txt","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"9mddmCDt38p9A9MhWNcj/1uh7I2l9OYUHTrRY+PPs=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAIMeS01GJu/bxqDHuDOmWSr5T5MLJ5Z+RMwykM7j5O8aTTFK2+oouG7sz1B0iRfsNdmE/cIzlA==","X-Minio-Internal-Server-Side-En...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
Back to top