Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 19098 (0.04 sec)

  1. src/os/os_test.go

    func TestPipeThreads(t *testing.T) {
    	switch runtime.GOOS {
    	case "illumos", "solaris":
    		t.Skip("skipping on Solaris and illumos; issue 19111")
    	case "windows":
    		t.Skip("skipping on Windows; issue 19098")
    	case "plan9":
    		t.Skip("skipping on Plan 9; does not support runtime poller")
    	case "js":
    		t.Skip("skipping on js; no support for os.Pipe")
    	case "wasip1":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
  2. src/runtime/zcallback_windows_arm64.s

    	B	runtime·callbackasm1(SB)
    	MOVD	$1905, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1906, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1907, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1908, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1909, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1910, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1911, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1912, R12
    	B	runtime·callbackasm1(SB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  3. src/runtime/zcallback_windows_arm.s

    	B	runtime·callbackasm1(SB)
    	MOVW	$1905, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1906, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1907, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1908, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1909, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1910, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1911, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1912, R12
    	B	runtime·callbackasm1(SB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  4. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"video/3gpp-tt",
    				"video/3gpp2",
    				"video/bmpeg",
    				"video/bt656",
    				"video/celb",
    				"video/dv",
    				"video/example",
    				"video/h261",
    				"video/h263",
    				"video/h263-1998",
    				"video/h263-2000",
    				"video/h264",
    				"video/jpeg",
    				"video/jpeg2000",
    				"video/mj2",
    				"video/mp1s",
    				"video/mp2p",
    				"video/mp2t",
    				"video/mp4",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  5. src/net/url/url_test.go

    		// Ensure that even when not valid, Host is one of "Hostname",
    		// "Hostname:Port", "[Hostname]" or "[Hostname]:Port".
    		// See https://golang.org/issue/29098.
    		{"[google.com]:80", "google.com", "80"},
    		{"google.com]:80", "google.com]", "80"},
    		{"google.com:80_invalid_port", "google.com:80_invalid_port", ""},
    		{"[::1]extra]:80", "::1]extra", "80"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  6. src/crypto/internal/nistec/p256_asm_ppc64le.s

     * D = Y₂×Z₁³-B
     * X₃ = D² - 2A×C² - C³
     * Y₃ = D×(A×C² - X₃) - B×C³
     * Z₃ = Z₁×Z₂×C
     *
     * Three-operand formula (adopted): http://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#addition-add-1998-cmo-2
     * Temp storage: T1,T2,U1,H,Z3=X3=Y3,S1,R
     *
     * T1 = Z1*Z1
     * T2 = Z2*Z2
     * U1 = X1*T2
     * H  = X2*T1
     * H  = H-U1
     * Z3 = Z1*Z2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  7. src/crypto/internal/nistec/p256_asm_s390x.s

     * D = Y₂×Z₁³-B
     * X₃ = D² - 2A×C² - C³
     * Y₃ = D×(A×C² - X₃) - B×C³
     * Z₃ = Z₁×Z₂×C
     *
     * Three-operand formula (adopted): https://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#addition-add-1998-cmo-2
     * Temp storage: T1,T2,U1,H,Z3=X3=Y3,S1,R
     *
     * T1 = Z1*Z1
     * T2 = Z2*Z2
     * U1 = X1*T2
     * H  = X2*T1
     * H  = H-U1
     * Z3 = Z1*Z2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  8. src/cmd/go/go_test.go

    	// To work either way we call doRun directly rather than run or runFail.
    	tg.doRun([]string{"build", "-x", "p"})
    
    	tg.grepStderr("no-such-fortran-flag", `missing expected "-no-such-fortran-flag"`)
    }
    
    // Issue 19198.
    // This is really a cmd/link issue but this is a convenient place to test it.
    func TestDuplicateGlobalAsmSymbols(t *testing.T) {
    	skipIfGccgo(t, "gccgo does not use cmd/asm")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
Back to top