Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 89 for HW (0.03 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go

    	{"fs.posix.setuid", []_C_int{3, 1, 1}},
    	{"hw.allowpowerdown", []_C_int{6, 22}},
    	{"hw.byteorder", []_C_int{6, 4}},
    	{"hw.cpuspeed", []_C_int{6, 12}},
    	{"hw.diskcount", []_C_int{6, 10}},
    	{"hw.disknames", []_C_int{6, 8}},
    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go

    	{"fs.posix.setuid", []_C_int{3, 1, 1}},
    	{"hw.allowpowerdown", []_C_int{6, 22}},
    	{"hw.byteorder", []_C_int{6, 4}},
    	{"hw.cpuspeed", []_C_int{6, 12}},
    	{"hw.diskcount", []_C_int{6, 10}},
    	{"hw.disknames", []_C_int{6, 8}},
    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12K bytes
    - Viewed (0)
  3. src/runtime/softfloat64_test.go

    }
    
    // float64 -hw-> int64 -hw-> float64
    func hwint64(f float64) float64 {
    	return float64(int64(f))
    }
    
    // float64 -hw-> int32 -hw-> float64
    func hwint32(f float64) float64 {
    	return float64(int32(f))
    }
    
    // float64 -sw-> int64 -hw-> float64
    func toint64sw(f float64) float64 {
    	i, ok := F64toint(math.Float64bits(f))
    	if !ok {
    		// There's no right answer for out of range.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go

    	{"fs.posix.setuid", []_C_int{3, 1, 1}},
    	{"hw.allowpowerdown", []_C_int{6, 22}},
    	{"hw.byteorder", []_C_int{6, 4}},
    	{"hw.cpuspeed", []_C_int{6, 12}},
    	{"hw.diskcount", []_C_int{6, 10}},
    	{"hw.disknames", []_C_int{6, 8}},
    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go

    	{"fs.posix.setuid", []_C_int{3, 1, 1}},
    	{"hw.allowpowerdown", []_C_int{6, 22}},
    	{"hw.byteorder", []_C_int{6, 4}},
    	{"hw.cpuspeed", []_C_int{6, 12}},
    	{"hw.diskcount", []_C_int{6, 10}},
    	{"hw.disknames", []_C_int{6, 8}},
    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go

    	{"fs.posix.setuid", []_C_int{3, 1, 1}},
    	{"hw.allowpowerdown", []_C_int{6, 22}},
    	{"hw.byteorder", []_C_int{6, 4}},
    	{"hw.cpuspeed", []_C_int{6, 12}},
    	{"hw.diskcount", []_C_int{6, 10}},
    	{"hw.disknames", []_C_int{6, 8}},
    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go

    	{"fs.posix.setuid", []_C_int{3, 1, 1}},
    	{"hw.allowpowerdown", []_C_int{6, 22}},
    	{"hw.byteorder", []_C_int{6, 4}},
    	{"hw.cpuspeed", []_C_int{6, 12}},
    	{"hw.diskcount", []_C_int{6, 10}},
    	{"hw.disknames", []_C_int{6, 8}},
    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go

    	{"fs.posix.setuid", []_C_int{3, 1, 1}},
    	{"hw.allowpowerdown", []_C_int{6, 22}},
    	{"hw.byteorder", []_C_int{6, 4}},
    	{"hw.cpuspeed", []_C_int{6, 12}},
    	{"hw.diskcount", []_C_int{6, 10}},
    	{"hw.disknames", []_C_int{6, 8}},
    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  9. src/syscall/zsysctl_openbsd.go

    	{"fs.posix.setuid", []_C_int{3, 1, 1}},
    	{"hw.allowpowerdown", []_C_int{6, 22}},
    	{"hw.byteorder", []_C_int{6, 4}},
    	{"hw.cpuspeed", []_C_int{6, 12}},
    	{"hw.diskcount", []_C_int{6, 10}},
    	{"hw.disknames", []_C_int{6, 8}},
    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  10. src/net/mac.go

    		if n != 6 && n != 8 && n != 20 {
    			goto error
    		}
    		hw = make(HardwareAddr, n)
    		for x, i := 0, 0; i < n; i += 2 {
    			var ok bool
    			if hw[i], ok = xtoi2(s[x:x+2], 0); !ok {
    				goto error
    			}
    			if hw[i+1], ok = xtoi2(s[x+2:], s[4]); !ok {
    				goto error
    			}
    			x += 5
    		}
    	} else {
    		goto error
    	}
    	return hw, nil
    
    error:
    	return nil, &AddrError{Err: "invalid MAC address", Addr: s}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 1.9K bytes
    - Viewed (0)
Back to top