Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for 496 (0.02 sec)

  1. src/runtime/preempt_arm64.s

    // Code generated by mkpreempt.go; DO NOT EDIT.
    
    #include "go_asm.h"
    #include "textflag.h"
    
    TEXT ·asyncPreempt(SB),NOSPLIT|NOFRAME,$0-0
    	MOVD R30, -496(RSP)
    	SUB $496, RSP
    	MOVD R29, -8(RSP)
    	SUB $8, RSP, R29
    	#ifdef GOOS_ios
    	MOVD R30, (RSP)
    	#endif
    	STP (R0, R1), 8(RSP)
    	STP (R2, R3), 24(RSP)
    	STP (R4, R5), 40(RSP)
    	STP (R6, R7), 56(RSP)
    	STP (R8, R9), 72(RSP)
    	STP (R10, R11), 88(RSP)
    	STP (R12, R13), 104(RSP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 03 01:58:56 UTC 2022
    - 2K bytes
    - Viewed (0)
  2. src/runtime/preempt_ppc64x.s

    	FMOVD F24, 448(R1)
    	FMOVD F25, 456(R1)
    	FMOVD F26, 464(R1)
    	FMOVD F27, 472(R1)
    	FMOVD F28, 480(R1)
    	FMOVD F29, 488(R1)
    	FMOVD F30, 496(R1)
    	FMOVD F31, 504(R1)
    	MOVFL FPSCR, F0
    	FMOVD F0, 512(R1)
    	CALL ·asyncPreempt2(SB)
    	FMOVD 512(R1), F0
    	MOVFL F0, FPSCR
    	FMOVD 504(R1), F31
    	FMOVD 496(R1), F30
    	FMOVD 488(R1), F29
    	FMOVD 480(R1), F28
    	FMOVD 472(R1), F27
    	FMOVD 464(R1), F26
    	FMOVD 456(R1), F25
    	FMOVD 448(R1), F24
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  3. src/runtime/preempt_mips64x.s

    	MOVV 64(R29), R8
    	MOVV 56(R29), R7
    	MOVV 48(R29), R6
    	MOVV 40(R29), R5
    	MOVV 32(R29), R4
    	MOVV 24(R29), R3
    	MOVV 16(R29), R2
    	MOVV 8(R29), R1
    	MOVV 488(R29), R31
    	MOVV (R29), R23
    	ADDV $496, R29
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  4. src/math/erfc_s390x.s

    DATA ·erfcrodataL38<> + 472(SB)/8, $-.159103061687062373E-02
    DATA ·erfcrodataL38<> + 480(SB)/8, $-.501128905515922644E-04
    DATA ·erfcrodataL38<> + 488(SB)/8, $0.262775855852903132E-03
    DATA ·erfcrodataL38<> + 496(SB)/8, $0.103860982197462436E-03
    DATA ·erfcrodataL38<> + 504(SB)/8, $-.548835785414200775E-05
    DATA ·erfcrodataL38<> + 512(SB)/8, $-.157075054646618214E-04
    DATA ·erfcrodataL38<> + 520(SB)/8, $-.480056366276045110E-05
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 14.4K bytes
    - Viewed (0)
  5. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftIncrementalBuildIntegrationTest.groovy

                if (toolChain.version >= VersionNumber.parse("5.3")) {
                    // Seems to be introduced by 5.3:
                    // https://github.com/bazelbuild/rules_swift/issues/496
                    result.add(swiftsourceinfoFileFor(swiftFile).relativizeFrom(intermediateFilesDir).path)
                }
    
                result.add(dependFileFor(swiftFile).relativizeFrom(intermediateFilesDir).path)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  6. src/net/addrselect.go

    	},
    	{
    		// "::ffff:0:0/96"
    		// IPv4-compatible, etc.
    		Prefix:     netip.PrefixFrom(netip.AddrFrom16([16]byte{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xff, 0xff}), 96),
    		Precedence: 35,
    		Label:      4,
    	},
    	{
    		// "::/96"
    		Prefix:     netip.PrefixFrom(netip.AddrFrom16([16]byte{}), 96),
    		Precedence: 1,
    		Label:      3,
    	},
    	{
    		// "2001::/32"
    		// Teredo
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 00:24:06 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  7. src/runtime/sys_dragonfly_amd64.s

    	MOVL	n+16(FP), DX		// arg 3 count
    	MOVL	$4, AX
    	SYSCALL
    	JCC	2(PC)
    	NEGL	AX			// caller expects negative errno
    	MOVL	AX, ret+24(FP)
    	RET
    
    TEXT runtime·lwp_gettid(SB),NOSPLIT,$0-4
    	MOVL	$496, AX	// lwp_gettid
    	SYSCALL
    	MOVL	AX, ret+0(FP)
    	RET
    
    TEXT runtime·lwp_kill(SB),NOSPLIT,$0-16
    	MOVL	pid+0(FP), DI	// arg 1 - pid
    	MOVL	tid+4(FP), SI	// arg 2 - tid
    	MOVQ	sig+8(FP), DX	// arg 3 - signum
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  8. test/fixedbugs/issue60982.go

    	case 490:
    		return 490
    	case 491:
    		return 491
    	case 492:
    		return 492
    	case 493:
    		return 493
    	case 494:
    		return 494
    	case 495:
    		return 495
    	case 496:
    		return 496
    	case 497:
    		return 497
    	case 498:
    		return 498
    	case 499:
    		return 499
    	case 500:
    		return 500
    	case 501:
    		return 501
    	case 502:
    		return 502
    	case 503:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 28 16:07:47 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_freebsd_386.go

    	SYS_FUTIMESAT                = 494 // { int futimesat(int fd, char *path, \
    	SYS_LINKAT                   = 495 // { int linkat(int fd1, char *path1, int fd2, \
    	SYS_MKDIRAT                  = 496 // { int mkdirat(int fd, char *path, mode_t mode); }
    	SYS_MKFIFOAT                 = 497 // { int mkfifoat(int fd, char *path, mode_t mode); }
    	SYS_OPENAT                   = 499 // { int openat(int fd, char *path, int flag, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_FUTIMESAT                = 494 // { int futimesat(int fd, char *path, \
    	SYS_LINKAT                   = 495 // { int linkat(int fd1, char *path1, int fd2, \
    	SYS_MKDIRAT                  = 496 // { int mkdirat(int fd, char *path, mode_t mode); }
    	SYS_MKFIFOAT                 = 497 // { int mkfifoat(int fd, char *path, mode_t mode); }
    	SYS_OPENAT                   = 499 // { int openat(int fd, char *path, int flag, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
Back to top