Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 106 for 221 (0.08 sec)

  1. src/runtime/mpagealloc.go

    // and end into a single 8-byte value. Each of these values are a summary of
    // a bitmap and are thus counts, each of which may have a maximum value of
    // 2^21 - 1, or all three may be equal to 2^21. The latter case is represented
    // by just setting the 64th bit.
    type pallocSum uint64
    
    // packPallocSum takes a start, max, and end value and produces a pallocSum.
    func packPallocSum(start, max, end uint) pallocSum {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 39.2K bytes
    - Viewed (0)
  2. src/debug/elf/elf.go

    	EM_NORC          Machine = 218 /* Nanoradio Optimized RISC */
    	EM_CSR_KALIMBA   Machine = 219 /* CSR Kalimba architecture family */
    	EM_Z80           Machine = 220 /* Zilog Z80 */
    	EM_VISIUM        Machine = 221 /* Controls and Data Services VISIUMcore processor */
    	EM_FT32          Machine = 222 /* FTDI Chip FT32 high performance 32-bit RISC architecture */
    	EM_MOXIE         Machine = 223 /* Moxie processor family */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    				"node-b": framework.Success, // in real case, it's Unschedulable
    				"node-x": framework.Unschedulable,
    				"node-y": framework.Unschedulable,
    			},
    		},
    		{
    			name: "pods spread across nodes as 2/2/1, maxSkew is 2, and the number of domains < minDomains, then the third node fits",
    			pod: st.MakePod().Name("p").Label("foo", "").SpreadConstraint(
    				2,
    				"node",
    				v1.DoNotSchedule,
    				fooSelector,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    				"self.array.exists(e, e > 2)":                                    36,
    				"self.array.exists_one(e, e > 4)":                                22,
    				"!self.array.all(e, e < 2)":                                      21,
    				"!self.array.exists(e, e < 0)":                                   52,
    				"!self.array.exists_one(e, e == 2)":                              25,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %220 = "tf.Shape"(%218) {device = ""} : (tensor<?xi64>) -> tensor<1xi32>
      %221 = "tf.StridedSlice"(%220, %15, %16, %16) {begin_mask = 0 : i64, device = "", ellipsis_mask = 0 : i64, end_mask = 0 : i64, new_axis_mask = 0 : i64, shrink_axis_mask = 1 : i64} : (tensor<1xi32>, tensor<1xi32>, tensor<1xi32>, tensor<1xi32>) -> tensor<i32>
      %222 = "tf.Pack"(%221) {axis = 0 : i64, device = ""} : (tensor<i32>) -> tensor<1xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	212: {lang: 0x3e9, region: 0x9a},
    	213: {lang: 0x3fa, region: 0x9a},
    	214: {lang: 0x40c, region: 0xb4},
    	217: {lang: 0x433, region: 0x9a},
    	218: {lang: 0xef, region: 0xc6},
    	219: {lang: 0x43e, region: 0x96},
    	221: {lang: 0x44d, region: 0x35},
    	222: {lang: 0x44e, region: 0x9c},
    	226: {lang: 0x45a, region: 0xe8},
    	227: {lang: 0x11a, region: 0x9a},
    	228: {lang: 0x45e, region: 0x53},
    	229: {lang: 0x232, region: 0x53},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  7. go.sum

    github.com/nats-io/nats.go v1.13.0/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w=
    github.com/nats-io/nats.go v1.13.1-0.20220308171302-2f2f6968e98d/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w=
    github.com/nats-io/nats.go v1.22.1/go.mod h1:tLqubohF7t4z3du1QDPYJIQQyhb4wl6DhjxEajSI7UA=
    github.com/nats-io/nats.go v1.35.0 h1:XFNqNM7v5B+MQMKqVGAyHwYhyKb48jrenXNxIU20ULk=
    github.com/nats-io/nats.go v1.35.0/go.mod h1:Ubdu4Nh9exXdSz0RVWRFBbRfrbSxOYd26oF0wkWclB8=
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 85.8K bytes
    - Viewed (0)
  8. src/reflect/all_test.go

    	}
    	rv := ValueOf(&xs).Elem()
    	shouldPanic("Slice3", func() { rv.Slice3(1, 2, 1) })
    	shouldPanic("Slice3", func() { rv.Slice3(1, 1, 11) })
    	shouldPanic("Slice3", func() { rv.Slice3(2, 2, 1) })
    
    	xa := [8]int{10, 20, 30, 40, 50, 60, 70, 80}
    	v = ValueOf(&xa).Elem().Slice3(2, 5, 6).Interface().([]int)
    	if len(v) != 3 {
    		t.Errorf("len(xa.Slice(2, 5, 6)) = %d", len(v))
    	}
    	if cap(v) != 4 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

    * Upgrade Pydantic to version 0.25. PR [#225](https://github.com/tiangolo/fastapi/pull/225) by [@euri10](https://github.com/euri10).
    
    * Fix typo in routing. PR [#221](https://github.com/tiangolo/fastapi/pull/221) by [@djlambert](https://github.com/djlambert).
    
    ## 0.20.1
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  10. src/cmd/trace/testdata/go122.test

    HeapAlloc dt=5 heapalloc_value=10655048
    HeapAlloc dt=6 heapalloc_value=10663240
    HeapAlloc dt=5 heapalloc_value=10671432
    HeapAlloc dt=6 heapalloc_value=10679624
    HeapAlloc dt=5 heapalloc_value=10687816
    HeapAlloc dt=221 heapalloc_value=10696008
    HeapAlloc dt=9 heapalloc_value=10704200
    HeapAlloc dt=6 heapalloc_value=10712392
    HeapAlloc dt=5 heapalloc_value=10720584
    HeapAlloc dt=6 heapalloc_value=10728776
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
Back to top