Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 198 for hardware (0.19 sec)

  1. src/syscall/zsysctl_openbsd.go

    	{"kern.sysvipc_info", []_C_int{1, 51}},
    	{"kern.sysvmsg", []_C_int{1, 34}},
    	{"kern.sysvsem", []_C_int{1, 35}},
    	{"kern.sysvshm", []_C_int{1, 36}},
    	{"kern.timecounter.choice", []_C_int{1, 69, 4}},
    	{"kern.timecounter.hardware", []_C_int{1, 69, 3}},
    	{"kern.timecounter.tick", []_C_int{1, 69, 1}},
    	{"kern.timecounter.timestepwarnings", []_C_int{1, 69, 2}},
    	{"kern.timeout_stats", []_C_int{1, 87}},
    	{"kern.tty.tk_cancc", []_C_int{1, 44, 4}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go

    	{"kern.sysvipc_info", []_C_int{1, 51}},
    	{"kern.sysvmsg", []_C_int{1, 34}},
    	{"kern.sysvsem", []_C_int{1, 35}},
    	{"kern.sysvshm", []_C_int{1, 36}},
    	{"kern.timecounter.choice", []_C_int{1, 69, 4}},
    	{"kern.timecounter.hardware", []_C_int{1, 69, 3}},
    	{"kern.timecounter.tick", []_C_int{1, 69, 1}},
    	{"kern.timecounter.timestepwarnings", []_C_int{1, 69, 2}},
    	{"kern.timeout_stats", []_C_int{1, 87}},
    	{"kern.tty.tk_cancc", []_C_int{1, 44, 4}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go

    	{"kern.sysvipc_info", []_C_int{1, 51}},
    	{"kern.sysvmsg", []_C_int{1, 34}},
    	{"kern.sysvsem", []_C_int{1, 35}},
    	{"kern.sysvshm", []_C_int{1, 36}},
    	{"kern.timecounter.choice", []_C_int{1, 69, 4}},
    	{"kern.timecounter.hardware", []_C_int{1, 69, 3}},
    	{"kern.timecounter.tick", []_C_int{1, 69, 1}},
    	{"kern.timecounter.timestepwarnings", []_C_int{1, 69, 2}},
    	{"kern.timeout_stats", []_C_int{1, 87}},
    	{"kern.tty.tk_cancc", []_C_int{1, 44, 4}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go

    	{"kern.sysvipc_info", []_C_int{1, 51}},
    	{"kern.sysvmsg", []_C_int{1, 34}},
    	{"kern.sysvsem", []_C_int{1, 35}},
    	{"kern.sysvshm", []_C_int{1, 36}},
    	{"kern.timecounter.choice", []_C_int{1, 69, 4}},
    	{"kern.timecounter.hardware", []_C_int{1, 69, 3}},
    	{"kern.timecounter.tick", []_C_int{1, 69, 1}},
    	{"kern.timecounter.timestepwarnings", []_C_int{1, 69, 2}},
    	{"kern.timeout_stats", []_C_int{1, 87}},
    	{"kern.tty.tk_cancc", []_C_int{1, 44, 4}},
    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. tensorflow/compiler/jit/xla_device.h

      // Handles error when RefreshStatus sees !status.ok().
      Status HandleDeviceError();
    
      mutable mutex mu_;
      // The metadata of this XlaDevice.
      const Metadata xla_metadata_;
      // Which hardware device in the client's platform this XlaDevice controls.
      const int device_ordinal_;
      // The name/type of this XlaDevice. eg. "XLA_GPU".
      const DeviceType device_name_;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/arm64/doc.go

    (4) In Go assembly syntax, NOP is a zero-width pseudo-instruction serves generic purpose, nothing
    related to real ARM64 instruction. NOOP serves for the hardware nop instruction. NOOP is an alias of
    HINT $0.
    
    Examples:
    
    	VMOV V13.B[1], R20      <=>      mov x20, v13.b[1]
    	VMOV V13.H[1], R20      <=>      mov w20, v13.h[1]
    	JMP (R3)                <=>      br x3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:21:42 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache_performance.adoc

    * developers run different builds
    * developers can have different hardware, or have different settings
    * developers run all kinds of other things on their machines that can slow them down
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  8. src/internal/fuzz/encoding.go

    				// Note that the specific value of float32(math.NaN()) can vary based on
    				// whether the architecture represents signaling NaNs using a low bit
    				// (as is common) or a high bit (as commonly implemented on MIPS
    				// hardware before around 2012). We believe that the increase in clarity
    				// from identifying "NaN" with math.NaN() is worth the slight ambiguity
    				// from a platform-dependent value.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 30 16:39:12 UTC 2022
    - 11K bytes
    - Viewed (0)
  9. src/math/big/natdiv.go

    division, the 2-by-1 guess uses an implicit uₙ = 0.
    
    Note that using a 2-by-1-digit division here does not mean calling ourselves
    recursively. Instead, we use an efficient direct hardware implementation of
    that operation.
    
    Note that because q is u/v rounded down, q·v must not exceed u: u ≥ q·v.
    If a guess q̂ is too big, it will not satisfy this test. Viewed a different way,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 17:02:38 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  10. src/runtime/os_linux.go

    	_AT_PAGESZ   = 6  // System physical page size
    	_AT_PLATFORM = 15 // string identifying platform
    	_AT_HWCAP    = 16 // hardware capability bit vector
    	_AT_SECURE   = 23 // secure mode boolean
    	_AT_RANDOM   = 25 // introduced in 2.6.29
    	_AT_HWCAP2   = 26 // hardware capability bit vector 2
    )
    
    var procAuxv = []byte("/proc/self/auxv\x00")
    
    var addrspace_vec [1]byte
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 25.9K bytes
    - Viewed (0)
Back to top