Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 50 for 464 (0.08 sec)

  1. test/fixedbugs/issue60982.go

    		return 457
    	case 458:
    		return 458
    	case 459:
    		return 459
    	case 460:
    		return 460
    	case 461:
    		return 461
    	case 462:
    		return 462
    	case 463:
    		return 463
    	case 464:
    		return 464
    	case 465:
    		return 465
    	case 466:
    		return 466
    	case 467:
    		return 467
    	case 468:
    		return 468
    	case 469:
    		return 469
    	case 470:
    		return 470
    	case 471:
    		return 471
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 28 16:07:47 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  2. src/expvar/expvar_test.go

    	}
    
    	reqs.Add(1.5)
    	reqs.Add(1.25)
    	if v := reqs.Value(); v != 2.75 {
    		t.Errorf("reqs.Value() = %v, want 2.75", v)
    	}
    
    	if s := reqs.String(); s != "2.75" {
    		t.Errorf("reqs.String() = %q, want \"4.64\"", s)
    	}
    
    	reqs.Add(-2)
    	if v := reqs.Value(); v != 0.75 {
    		t.Errorf("reqs.Value() = %v, want 0.75", v)
    	}
    }
    
    func BenchmarkFloatAdd(b *testing.B) {
    	var f Float
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:46:19 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  3. src/runtime/alg.go

    }
    
    func ifaceHash(i interface {
    	F()
    }, seed uintptr) uintptr {
    	return interhash(noescape(unsafe.Pointer(&i)), seed)
    }
    
    const hashRandomBytes = goarch.PtrSize / 4 * 64
    
    // used in asm_{386,amd64,arm64}.s to seed the hash function
    var aeskeysched [hashRandomBytes]byte
    
    // used in hash{32,64}.go to seed the hash function
    var hashkey [4]uintptr
    
    func alginit() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
    	SYS_ABORT2                   = 463 // { int abort2(const char *why, int nargs, void **args); }
    	SYS_THR_SET_NAME             = 464 // { int thr_set_name(long id, const char *name); }
    	SYS_RTPRIO_THREAD            = 466 // { int rtprio_thread(int function, \
    	SYS_SCTP_PEELOFF             = 471 // { int sctp_peeloff(int sd, uint32_t name); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_freebsd_386.go

    	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
    	SYS_ABORT2                   = 463 // { int abort2(const char *why, int nargs, void **args); }
    	SYS_THR_SET_NAME             = 464 // { int thr_set_name(long id, const char *name); }
    	SYS_RTPRIO_THREAD            = 466 // { int rtprio_thread(int function, \
    	SYS_SCTP_PEELOFF             = 471 // { int sctp_peeloff(int sd, uint32_t name); }
    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_arm.go

    	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
    	SYS_ABORT2                   = 463 // { int abort2(const char *why, int nargs, void **args); }
    	SYS_THR_SET_NAME             = 464 // { int thr_set_name(long id, const char *name); }
    	SYS_RTPRIO_THREAD            = 466 // { int rtprio_thread(int function, \
    	SYS_SCTP_PEELOFF             = 471 // { int sctp_peeloff(int sd, uint32_t name); }
    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_netbsd_amd64.go

    	SYS_FCHMODAT             = 463 // { int|sys||fchmodat(int fd, const char *path, mode_t mode, int flag); }
    	SYS_FCHOWNAT             = 464 // { int|sys||fchownat(int fd, const char *path, uid_t owner, gid_t group, int flag); }
    	SYS_FEXECVE              = 465 // { int|sys||fexecve(int fd, char * const *argp, char * const *envp); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_netbsd_arm.go

    	SYS_FCHMODAT             = 463 // { int|sys||fchmodat(int fd, const char *path, mode_t mode, int flag); }
    	SYS_FCHOWNAT             = 464 // { int|sys||fchownat(int fd, const char *path, uid_t owner, gid_t group, int flag); }
    	SYS_FEXECVE              = 465 // { int|sys||fexecve(int fd, char * const *argp, char * const *envp); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go

    	SYS_FCHMODAT             = 463 // { int|sys||fchmodat(int fd, const char *path, mode_t mode, int flag); }
    	SYS_FCHOWNAT             = 464 // { int|sys||fchownat(int fd, const char *path, uid_t owner, gid_t group, int flag); }
    	SYS_FEXECVE              = 465 // { int|sys||fexecve(int fd, char * const *argp, char * const *envp); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_netbsd_arm64.go

    	SYS_FCHMODAT             = 463 // { int|sys||fchmodat(int fd, const char *path, mode_t mode, int flag); }
    	SYS_FCHOWNAT             = 464 // { int|sys||fchownat(int fd, const char *path, uid_t owner, gid_t group, int flag); }
    	SYS_FEXECVE              = 465 // { int|sys||fexecve(int fd, char * const *argp, char * const *envp); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
Back to top