Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 72 for hardware (0.14 sec)

  1. apache-maven/src/main/appended-resources/licenses/EPL-2.0.txt

      of the Contribution causes such combination to be covered by the
      Licensed Patents. The patent license shall not apply to any other
      combinations which include the Contribution. No hardware per se is
      licensed hereunder.
    
      c) Recipient understands that although each Contributor grants the
      licenses to its Contributions set forth herein, no assurances are
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 04 06:45:16 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/common/extensions.kt

        doesNotContain("teamcity.agent.name", "EC2")
    }
    
    /**
     * We have some "shared" host where a Linux build agent and a Windows build agent
     * both run on the same bare metal. Some builds require exclusive access to the
     * hardware resources (e.g. performance test).
     */
    fun Requirements.requiresNotSharedHost() {
        doesNotContain("agent.host.type", "shared")
    }
    
    /**
     * This is an undocumented location that forbids anonymous access.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 13.1K bytes
    - Viewed (1)
  3. src/cmd/compile/internal/ssa/magic.go

    // x can be at most 2^n-1 and delta can be at most 1.
    // So it is sufficient to have 2^e >= 2^n*c.
    // So we'll choose e = n + s, with s = ⎡log2(c)⎤.
    //
    // An additional complication arises because m has n+1 bits in it.
    // Hardware restricts us to n bit by n bit multiplies.
    // We divide into 3 cases:
    //
    // Case 1: m is even.
    //   ⎣x / c⎦ = ⎣x * m / 2^(n+s)⎦
    //   ⎣x / c⎦ = ⎣x * (m/2) / 2^(n+s-1)⎦
    //   ⎣x / c⎦ = ⎣x * (m/2) / 2^n / 2^(s-1)⎦
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:25 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.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. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.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)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.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)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.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)
  8. 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)
  9. 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)
  10. 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)
Back to top