Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 38 for f6 (0.03 sec)

  1. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-AES256-GCM-SHA384

    000000d0  08 03 04 03 03 03 02 03  01 00 33 00 26 00 24 00  |..........3.&.$.|
    000000e0  1d 00 20 2f e5 7d a3 47  cd 62 43 15 28 da ac 5f  |.. /.}.G.bC.(.._|
    000000f0  bb 29 07 30 ff f6 84 af  c4 cf c2 ed 90 99 5f 58  |.).0.........._X|
    00000100  cb 3b 74                                          |.;t|
    >>> Flow 2 (server to client)
    00000000  16 03 03 00 5d 02 00 00  59 03 03 60 13 bb 4b ce  |....]...Y..`..K.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. src/crypto/tls/key_schedule_test.go

    func TestDeriveSecret(t *testing.T) {
    	chTranscript := cipherSuitesTLS13[0].hash.New()
    	chTranscript.Write(parseVector(`
    	payload (512 octets):  01 00 01 fc 03 03 1b c3 ce b6 bb e3 9c ff
    	93 83 55 b5 a5 0a db 6d b2 1b 7a 6a f6 49 d7 b4 bc 41 9d 78 76
    	48 7d 95 00 00 06 13 01 13 03 13 02 01 00 01 cd 00 00 00 0b 00
    	09 00 00 06 73 65 72 76 65 72 ff 01 00 01 00 00 0a 00 14 00 12
    	00 1d 00 17 00 18 00 19 01 00 01 01 01 02 01 03 01 04 00 33 00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 14:56:25 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/s390x.s

    	FMADD	F1, F1, F1             // b31e1011
    	FMADDS	F1, F2, F3             // b30e3012
    	FMSUB	F4, F5, F5             // b31f5045
    	FMSUBS	F6, F6, F7             // b30f7066
    	LPDFR	F1, F2                 // b3700021
    	LNDFR	F3, F4                 // b3710043
    	CPSDR	F5, F6, F7             // b3725076
    	LTEBR	F1, F2                 // b3020021
    	LTDBR	F3, F4                 // b3120043
    	TCEB	F5, $8                 // ed5000080010
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 03:55:32 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/authentication/request/x509/x509_test.go

    	   openssl x509 -in root.crt -text
    
    
    	   > output
    
    	   Certificate:
    	       Data:
    	           Version: 3 (0x2)
    	           Serial Number:
    	               2d:73:1a:2e:d7:8b:89:20:83:9c:42:9a:6e:f7:f5:f6:a1:ec:af:8c
    	           Signature Algorithm: sha1WithRSAEncryption
    	           Issuer: C = US, ST = My State, L = My City, O = My Org, OU = My Unit, CN = ROOT CA
    	           Validity
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 23:23:03 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  5. src/go/parser/parser_test.go

    	// F2 lead
    	// comment
    	F2 int  // F2 line comment
    	// f3 lead comment
    	f3 int  // f3 line comment
    
    	f4 int   /* not a line comment */ ;
            f5 int ; // f5 line comment
    	f6 int ; /* f6 line comment */
    	f7 int ; /*f7a*/ /*f7b*/ //f7c
    }
    `, ParseComments)
    	if err != nil {
    		t.Fatal(err)
    	}
    	checkFieldComments(t, f, "T.F1", "/* F1 lead comment *///", "/* F1 */// line comment")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 20:26:14 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/LOONG64Ops.go

    	"R21",
    	"g", // aka R22
    	"R23",
    	"R24",
    	"R25",
    	"R26",
    	"R27",
    	"R28",
    	"R29",
    	// R30 is REGTMP not used in regalloc
    	"R31",
    
    	"F0",
    	"F1",
    	"F2",
    	"F3",
    	"F4",
    	"F5",
    	"F6",
    	"F7",
    	"F8",
    	"F9",
    	"F10",
    	"F11",
    	"F12",
    	"F13",
    	"F14",
    	"F15",
    	"F16",
    	"F17",
    	"F18",
    	"F19",
    	"F20",
    	"F21",
    	"F22",
    	"F23",
    	"F24",
    	"F25",
    	"F26",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:04:19 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  7. test/loopbce.go

    		x += a[i+10]
    	}
    	return x
    }
    
    func f6(a []int) {
    	for i := range a { // ERROR "Induction variable: limits \[0,\?\), increment 1$"
    		b := a[0:i] // ERROR "(\([0-9]+\) )?Proved IsSliceInBounds$"
    		f6(b)
    	}
    }
    
    func g0a(a string) int {
    	x := 0
    	for i := 0; i < len(a); i++ { // ERROR "Induction variable: limits \[0,\?\), increment 1$"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  8. test/live.go

    	} else {
    		y := new(int) // ERROR "stack object y \*int$"
    		*y = 54
    		z = &y
    	}
    	printint(**z) // nothing live here
    }
    
    // confusion about the _ result used to cause spurious "live at entry to f6: _".
    
    func f6() (_, y string) {
    	y = "hello"
    	return
    }
    
    // confusion about addressed results used to cause "live at entry to f7: x".
    
    func f7() (x string) { // ERROR "stack object x string"
    	_ = &x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18K bytes
    - Viewed (0)
  9. test/live_regabi.go

    	} else {
    		y := new(int) // ERROR "stack object y \*int$"
    		*y = 54
    		z = &y
    	}
    	printint(**z) // nothing live here
    }
    
    // confusion about the _ result used to cause spurious "live at entry to f6: _".
    
    func f6() (_, y string) {
    	y = "hello"
    	return
    }
    
    // confusion about addressed results used to cause "live at entry to f7: x".
    
    func f7() (x string) { // ERROR "stack object x string"
    	_ = &x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/operand_test.go

    	{"R11", "R11"},
    	{"R12", "R12"},
    	// {"R13", "R13"}, R13 is g
    	{"R14", "R14"},
    	{"R15", "R15"},
    	{"F0", "F0"},
    	{"F1", "F1"},
    	{"F2", "F2"},
    	{"F3", "F3"},
    	{"F4", "F4"},
    	{"F5", "F5"},
    	{"F6", "F6"},
    	{"F7", "F7"},
    	{"F8", "F8"},
    	{"F9", "F9"},
    	{"F10", "F10"},
    	{"F11", "F11"},
    	{"F12", "F12"},
    	{"F13", "F13"},
    	{"F14", "F14"},
    	{"F15", "F15"},
    	{"V0", "V0"},
    	{"V1", "V1"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
Back to top