Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 88 for 184 (0.07 sec)

  1. src/runtime/rt0_linux_arm64.s

    	MOVD	0(RSP), R0	// argc
    	ADD	$8, RSP, R1	// argv
    	BL	main(SB)
    
    // When building with -buildmode=c-shared, this symbol is called when the shared
    // library is loaded.
    TEXT _rt0_arm64_linux_lib(SB),NOSPLIT,$184
    	// Preserve callee-save registers.
    	SAVE_R19_TO_R28(24)
    	SAVE_F8_TO_F15(104)
    
    	// Initialize g as null in case of using g later e.g. sigaction in cgo_sigaction.go
    	MOVD	ZR, g
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 01:28:43 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  2. src/runtime/rt0_aix_ppc64.s

    	MOVD	R21,104(R1)
    	MOVD	R22, 112(R1)
    	MOVD	R23, 120(R1)
    	MOVD	R24, 128(R1)
    	MOVD	R25, 136(R1)
    	MOVD	R26, 144(R1)
    	MOVD	R27, 152(R1)
    	MOVD	R28, 160(R1)
    	MOVD	R29, 168(R1)
    	MOVD	g, 176(R1) // R30
    	MOVD	R31, 184(R1)
    	FMOVD	F14, 192(R1)
    	FMOVD	F15, 200(R1)
    	FMOVD	F16, 208(R1)
    	FMOVD	F17, 216(R1)
    	FMOVD	F18, 224(R1)
    	FMOVD	F19, 232(R1)
    	FMOVD	F20, 240(R1)
    	FMOVD	F21, 248(R1)
    	FMOVD	F22, 256(R1)
    	FMOVD	F23, 264(R1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 22:20:51 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  3. src/runtime/rt0_freebsd_arm64.s

    	ADD	$8, R0, R1	// argv
    	MOVD	0(R0), R0	// argc
    	BL	main(SB)
    
    // When building with -buildmode=c-shared, this symbol is called when the shared
    // library is loaded.
    TEXT _rt0_arm64_freebsd_lib(SB),NOSPLIT,$184
    	// Preserve callee-save registers.
    	SAVE_R19_TO_R28(24)
    	SAVE_F8_TO_F15(104)
    
    	// Initialize g as null in case of using g later e.g. sigaction in cgo_sigaction.go
    	MOVD	ZR, g
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 01:28:43 UTC 2022
    - 1.9K bytes
    - Viewed (0)
  4. src/runtime/rt0_netbsd_arm64.s

    	MOVD	0(RSP), R0	// argc
    	ADD	$8, RSP, R1	// argv
    	BL	main(SB)
    
    // When building with -buildmode=c-shared, this symbol is called when the shared
    // library is loaded.
    TEXT _rt0_arm64_netbsd_lib(SB),NOSPLIT,$184
    	// Preserve callee-save registers.
    	SAVE_R19_TO_R28(24)
    	SAVE_F8_TO_F15(104)
    
    	// Initialize g as null in case of using g later e.g. sigaction in cgo_sigaction.go
    	MOVD	ZR, g
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 01:28:43 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  5. src/runtime/rt0_openbsd_arm64.s

    	MOVD	0(RSP), R0	// argc
    	ADD	$8, RSP, R1	// argv
    	BL	main(SB)
    
    // When building with -buildmode=c-shared, this symbol is called when the shared
    // library is loaded.
    TEXT _rt0_arm64_openbsd_lib(SB),NOSPLIT,$184
    	// Preserve callee-save registers.
    	SAVE_R19_TO_R28(24)
    	SAVE_F8_TO_F15(104)
    
    	// Initialize g as null in case of using g later e.g. sigaction in cgo_sigaction.go
    	MOVD	ZR, g
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 01:28:43 UTC 2022
    - 2K bytes
    - Viewed (0)
  6. tensorflow/cc/saved_model/metrics.cc

            "checkpoint write operation.",  // Metric description.
            "api_label"                     // Cell label.
        },
        // Scale of 1000, growth factor of 1.5 with upper bound of ~184 minutes.
        monitoring::Buckets::Exponential(1000, 1.5, 41));
    
    // Distribution of checkpoint read durations.
    auto* checkpoint_read_durations = monitoring::Sampler<1>::New(
        {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 18 23:43:59 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  7. cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml

            supplementalGroups: [ 65534 ]
            fsGroup: 65534
          nodeSelector:
            kubernetes.io/os: linux
          containers:
          - name: autoscaler
            image: registry.k8s.io/cpa/cluster-proportional-autoscaler:1.8.4
            resources:
                requests:
                    cpu: "20m"
                    memory: "10Mi"
            command:
              - /cluster-proportional-autoscaler
              - --namespace=kube-system
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go

    	SYS_SYSINFO                 = 179
    	SYS_MQ_OPEN                 = 180
    	SYS_MQ_UNLINK               = 181
    	SYS_MQ_TIMEDSEND            = 182
    	SYS_MQ_TIMEDRECEIVE         = 183
    	SYS_MQ_NOTIFY               = 184
    	SYS_MQ_GETSETATTR           = 185
    	SYS_MSGGET                  = 186
    	SYS_MSGCTL                  = 187
    	SYS_MSGRCV                  = 188
    	SYS_MSGSND                  = 189
    	SYS_SEMGET                  = 190
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_loong64.go

    	SYS_SYSINFO                 = 179
    	SYS_MQ_OPEN                 = 180
    	SYS_MQ_UNLINK               = 181
    	SYS_MQ_TIMEDSEND            = 182
    	SYS_MQ_TIMEDRECEIVE         = 183
    	SYS_MQ_NOTIFY               = 184
    	SYS_MQ_GETSETATTR           = 185
    	SYS_MSGGET                  = 186
    	SYS_MSGCTL                  = 187
    	SYS_MSGRCV                  = 188
    	SYS_MSGSND                  = 189
    	SYS_SEMGET                  = 190
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.3K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_linux_arm64.go

    	SYS_SYSINFO                = 179
    	SYS_MQ_OPEN                = 180
    	SYS_MQ_UNLINK              = 181
    	SYS_MQ_TIMEDSEND           = 182
    	SYS_MQ_TIMEDRECEIVE        = 183
    	SYS_MQ_NOTIFY              = 184
    	SYS_MQ_GETSETATTR          = 185
    	SYS_MSGGET                 = 186
    	SYS_MSGCTL                 = 187
    	SYS_MSGRCV                 = 188
    	SYS_MSGSND                 = 189
    	SYS_SEMGET                 = 190
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 8.9K bytes
    - Viewed (0)
Back to top