Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 48 of 48 for s390 (0.06 sec)

  1. src/math/big/arith_ppc64x.s

    	SRDCC $2, R11, R9	// R9 = z_len/4
    	DCBT  (R8)
    	MOVD  R9, CTR		// Set up the loop counter
    	BEQ   tail		// If R9 = 0, we can't use the loop
    
    	// The loop here is almost the same as the one used in s390x, but
    	// we don't need to capture CA every iteration because we've already
    	// done that above.
    
    	PCALIGN $16
    loop:
    	MOVD  8(R8), R20
    	MOVD  16(R8), R21
    	MOVD  24(R8), R22
    	MOVDU 32(R8), R23
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/test/test.go

    // issue 5986
    
    func test5986(t *testing.T) {
    	C.output5986()
    }
    
    // issue 6128
    
    func test6128() {
    	// nothing to run, just make sure this compiles.
    	_ = C.X
    }
    
    // issue 6390
    
    func test6390(t *testing.T) {
    	p1 := C.malloc(1024)
    	if p1 == nil {
    		t.Fatalf("C.malloc(1024) returned nil")
    	}
    	p2 := C.malloc(0)
    	if p2 == nil {
    		t.Fatalf("C.malloc(0) returned nil")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  3. src/internal/trace/testdata/tests/go122-annotations-stress.test

    UserTaskEnd dt=12 task=4 stack=71
    HeapAlloc dt=802 heapalloc_value=1835008
    HeapAlloc dt=41 heapalloc_value=1843200
    HeapAlloc dt=13 heapalloc_value=1851392
    EventBatch gen=1 m=1986494 time=2753925248778 size=47
    ProcStart dt=390 p=3 p_seq=1
    GoStart dt=1718 g=22 g_seq=1
    HeapAlloc dt=1807 heapalloc_value=1654784
    HeapAlloc dt=406 heapalloc_value=1671168
    HeapAlloc dt=15 heapalloc_value=1679360
    UserRegionBegin dt=49 task=5 name_string=35 stack=26
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 38.3K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * 🌐 Add Korean translation for Tutorial - Query Parameters. PR [#2390](https://github.com/tiangolo/fastapi/pull/2390) by [@hard-coders](https://github.com/hard-coders).
    * 🌐 Add French translation for FastAPI People. PR [#2232](https://github.com/tiangolo/fastapi/pull/2232) by [@JulianMaurin](https://github.com/JulianMaurin).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/lib.go

    	case sys.I386:
    		return []string{"-m32"}
    	case sys.AMD64:
    		if buildcfg.GOOS == "darwin" {
    			return []string{"-arch", "x86_64", "-m64"}
    		}
    		return []string{"-m64"}
    	case sys.S390X:
    		return []string{"-m64"}
    	case sys.ARM:
    		return []string{"-marm"}
    	case sys.ARM64:
    		if buildcfg.GOOS == "darwin" {
    			return []string{"-arch", "arm64"}
    		}
    	case sys.Loong64:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/exec.go

    		}
    		return []string{"-m64"}
    	case "arm64":
    		if cfg.Goos == "darwin" {
    			return []string{"-arch", "arm64"}
    		}
    	case "arm":
    		return []string{"-marm"} // not thumb
    	case "s390x":
    		return []string{"-m64", "-march=z196"}
    	case "mips64", "mips64le":
    		args := []string{"-mabi=64"}
    		if cfg.GOMIPS64 == "hardfloat" {
    			return append(args, "-mhard-float")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  7. prow/config/calico.yaml

                    type: integer
                  vxlanMTUV6:
                    description: 'VXLANMTUV6 is the MTU to set on the IPv6 VXLAN tunnel
                      device. See Configuring MTU [Default: 1390]'
                    type: integer
                  vxlanPort:
                    type: integer
                  vxlanVNI:
                    type: integer
                  windowsManageFirewallRules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  8. src/internal/trace/testdata/tests/go122-gc-stress.test

    HeapAlloc dt=456 heapalloc_value=195001048
    GCMarkAssistBegin dt=18 stack=3
    GoBlock dt=22 reason_string=13 stack=11
    GoStart dt=23 g=113 g_seq=10
    GCMarkAssistEnd dt=3
    HeapAlloc dt=54 heapalloc_value=195099352
    GoStop dt=6390 reason_string=16 stack=6
    GoStart dt=23 g=113 g_seq=11
    GCMarkAssistBegin dt=6 stack=3
    GoBlock dt=21 reason_string=10 stack=18
    GoStart dt=33 g=101 g_seq=6
    GCMarkAssistEnd dt=6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
Back to top