Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for 496 (0.03 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. src/syscall/zsysnum_freebsd_arm.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)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	SYS_EXTEXIT                = 494 // { void extexit(int how, int status, void *addr); }
    	SYS_LWP_CREATE             = 495 // { int lwp_create(struct lwp_params *params); }
    	SYS_LWP_GETTID             = 496 // { lwpid_t lwp_gettid(void); }
    	SYS_LWP_KILL               = 497 // { int lwp_kill(pid_t pid, lwpid_t tid, int signum); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/text/internal/language/compact/tables.go

    	mgoIndex          ID = 490
    	mgoCMIndex        ID = 491
    	mkIndex           ID = 492
    	mkMKIndex         ID = 493
    	mlIndex           ID = 494
    	mlINIndex         ID = 495
    	mnIndex           ID = 496
    	mnMNIndex         ID = 497
    	moIndex           ID = 498
    	mrIndex           ID = 499
    	mrINIndex         ID = 500
    	msIndex           ID = 501
    	msBNIndex         ID = 502
    	msMYIndex         ID = 503
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_LINKAT                   = 495 // { int linkat(int fd1, char *path1, int fd2, char *path2, int flag); }
    	SYS_MKDIRAT                  = 496 // { int mkdirat(int fd, char *path, mode_t mode); }
    	SYS_MKFIFOAT                 = 497 // { int mkfifoat(int fd, char *path, mode_t mode); }
    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