Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 54 for a5 (0.02 sec)

  1. src/runtime/sys_linux_riscv64.s

    TEXT runtime·mmap(SB),NOSPLIT|NOFRAME,$0
    	MOV	addr+0(FP), A0
    	MOV	n+8(FP), A1
    	MOVW	prot+16(FP), A2
    	MOVW	flags+20(FP), A3
    	MOVW	fd+24(FP), A4
    	MOVW	off+28(FP), A5
    	MOV	$SYS_mmap, A7
    	ECALL
    	MOV	$-4096, T0
    	BGEU	T0, A0, 5(PC)
    	SUB	A0, ZERO, A0
    	MOV	ZERO, p+32(FP)
    	MOV	A0, err+40(FP)
    	RET
    ok:
    	MOV	A0, p+32(FP)
    	MOV	ZERO, err+40(FP)
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-RSAPSS

    00000390  70 32 3c 92 47 c7 91 10  49 0d f1 3b 41 f1 14 3b  |p2<.G...I..;A..;|
    000003a0  09 55 f5 78 0e 91 1b 75  a0 58 fc c9 34 82 fe 51  |.U.x...u.X..4..Q|
    000003b0  20 73 71 3d 7f 82 a4 29  bc 04 67 d7 30 c7 a5 4b  | sq=...)..g.0..K|
    000003c0  f3 94 4d 15 35 2a 1e 46  82 3f 36 f4 7b ff 9f 88  |..M.5*.F.?6.{...|
    000003d0  3b e6 60 bc 86 51 59 ad  97 58 95 7e 6a 4b c9 6c  |;.`..QY..X.~jK.l|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/DeferredTaskConfigurationIntegrationTest.groovy

                }
    
                a.configure {
                    actionExecutionCount.a4++
                }
    
                tasks.withType(A).configureEach {
                    actionExecutionCount.a5++
                }
    
                a.configure {
                    actionExecutionCount.a6++
                }
    
                task assertActionExecutionCount {
                    dependsOn a
                    doLast {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:33 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go

    	Ra  uint64
    	Sp  uint64
    	Gp  uint64
    	Tp  uint64
    	T0  uint64
    	T1  uint64
    	T2  uint64
    	S0  uint64
    	S1  uint64
    	A0  uint64
    	A1  uint64
    	A2  uint64
    	A3  uint64
    	A4  uint64
    	A5  uint64
    	A6  uint64
    	A7  uint64
    	S2  uint64
    	S3  uint64
    	S4  uint64
    	S5  uint64
    	S6  uint64
    	S7  uint64
    	S8  uint64
    	S9  uint64
    	S10 uint64
    	S11 uint64
    	T3  uint64
    	T4  uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  5. src/syscall/ztypes_linux_riscv64.go

    	Ra  uint64
    	Sp  uint64
    	Gp  uint64
    	Tp  uint64
    	T0  uint64
    	T1  uint64
    	T2  uint64
    	S0  uint64
    	S1  uint64
    	A0  uint64
    	A1  uint64
    	A2  uint64
    	A3  uint64
    	A4  uint64
    	A5  uint64
    	A6  uint64
    	A7  uint64
    	S2  uint64
    	S3  uint64
    	S4  uint64
    	S5  uint64
    	S6  uint64
    	S7  uint64
    	S8  uint64
    	S9  uint64
    	S10 uint64
    	S11 uint64
    	T3  uint64
    	T4  uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  6. src/cmd/cgo/internal/test/test.go

    		var a0, a1, a2, a3, a4, a5, a6, a7 C.VkDeviceCreateInfo
    		for i := 0; i < b.N; i++ {
    			C.handleComplexPointer8(&a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7)
    		}
    	})
    	b.Run("eight-pointers-nil", func(b *testing.B) {
    		var a0, a1, a2, a3, a4, a5, a6, a7 *C.VkDeviceCreateInfo
    		for i := 0; i < b.N; i++ {
    			C.handleComplexPointer8(a0, a1, a2, a3, a4, a5, a6, a7)
    		}
    	})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  7. src/runtime/os_windows.go

    }
    
    //go:nosplit
    //go:cgo_unsafe_args
    func stdcall6(fn stdFunction, a0, a1, a2, a3, a4, a5 uintptr) uintptr {
    	mp := getg().m
    	mp.libcall.n = 6
    	mp.libcall.args = uintptr(noescape(unsafe.Pointer(&a0)))
    	return stdcall(fn)
    }
    
    //go:nosplit
    //go:cgo_unsafe_args
    func stdcall7(fn stdFunction, a0, a1, a2, a3, a4, a5, a6 uintptr) uintptr {
    	mp := getg().m
    	mp.libcall.n = 7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 41.5K bytes
    - Viewed (0)
  8. pkg/controller/podgc/gc_controller_test.go

    				{name: "c4", phase: v1.PodPending, nodeName: "worker-3"},
    				{name: "d4", phase: v1.PodRunning, nodeName: "worker-3"},
    				{name: "e4", phase: v1.PodUnknown, nodeName: "worker-3"},
    
    				// pods a5, b5, c5, d5 and e5 are on node worker-4
    				{name: "a5", nodeName: "worker-3"},
    				{name: "b5", deletionTimeStamp: &metav1.Time{}, nodeName: "worker-4"},
    				{name: "c5", phase: v1.PodPending, nodeName: "worker-4"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 08:16:48 UTC 2024
    - 29K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	SYS_RTPRIO                   = 166 // { int rtprio(int function, pid_t pid, struct rtprio *rtp); }
    	SYS_SEMSYS                   = 169 // { int semsys(int which, int a2, int a3, int a4, int a5); }
    	SYS_MSGSYS                   = 170 // { int msgsys(int which, int a2, int a3, int a4, int a5, int a6); }
    	SYS_SHMSYS                   = 171 // { int shmsys(int which, int a2, int a3, int a4); }
    	SYS_SETFIB                   = 175 // { int setfib(int fibnum); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go

    	SYS_RTPRIO                   = 166 // { int rtprio(int function, pid_t pid, struct rtprio *rtp); }
    	SYS_SEMSYS                   = 169 // { int semsys(int which, int a2, int a3, int a4, int a5); }
    	SYS_MSGSYS                   = 170 // { int msgsys(int which, int a2, int a3, int a4, int a5, int a6); }
    	SYS_SHMSYS                   = 171 // { int shmsys(int which, int a2, int a3, int a4); }
    	SYS_SETFIB                   = 175 // { int setfib(int fibnum); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
Back to top