Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 55 for 368 (0.05 sec)

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

    	SYS_DLLQUERYFN                      = 0x16D // 365
    	SYS_DLLQUERYVAR                     = 0x16E // 366
    	SYS_DLLFREE                         = 0x16F // 367
    	SYS_DLLLOAD                         = 0x170 // 368
    	SYS__EXIT                           = 0x174 // 372
    	SYS_ACCESS                          = 0x175 // 373
    	SYS_ALARM                           = 0x176 // 374
    	SYS_CFGETISPEED                     = 0x177 // 375
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  2. src/runtime/zcallback_windows_arm.s

    	MOVW	$364, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$365, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$366, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$367, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$368, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$369, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$370, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$371, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$372, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  3. src/unicode/tables.go

    		{0x0701, 0x070d, 1},
    		{0x07f7, 0x07f9, 1},
    		{0x0830, 0x083e, 1},
    		{0x085e, 0x0964, 262},
    		{0x0965, 0x0970, 11},
    		{0x09fd, 0x0a76, 121},
    		{0x0af0, 0x0c77, 391},
    		{0x0c84, 0x0df4, 368},
    		{0x0e4f, 0x0e5a, 11},
    		{0x0e5b, 0x0f04, 169},
    		{0x0f05, 0x0f12, 1},
    		{0x0f14, 0x0f3a, 38},
    		{0x0f3b, 0x0f3d, 1},
    		{0x0f85, 0x0fd0, 75},
    		{0x0fd1, 0x0fd4, 1},
    		{0x0fd9, 0x0fda, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  4. src/runtime/zcallback_windows_arm64.s

    	MOVD	$364, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$365, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$366, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$367, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$368, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$369, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$370, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$371, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$372, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  5. src/cmd/cgo/internal/test/callback.go

    func stack360()  { var buf [360]byte; use(buf[:]); C.callGoStackCheck() }
    func stack364()  { var buf [364]byte; use(buf[:]); C.callGoStackCheck() }
    func stack368()  { var buf [368]byte; use(buf[:]); C.callGoStackCheck() }
    func stack372()  { var buf [372]byte; use(buf[:]); C.callGoStackCheck() }
    func stack376()  { var buf [376]byte; use(buf[:]); C.callGoStackCheck() }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 111.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %367 = "tf.Cast"(%366) {Truncate = false, device = ""} : (tensor<i64>) -> tensor<i32>
      %368 = "tf.Reshape"(%367, %9) {device = ""} : (tensor<i32>, tensor<0xi32>) -> tensor<i32>
      %369 = "tf.Pack"(%7, %368) {axis = 0 : i64, device = ""} : (tensor<i32>, tensor<i32>) -> tensor<2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.8.md

    * [alpha] Add the Hardware Device Plugins API. ([#368](https://github.com/kubernetes/enhancements/issues/368), [[@jiayingz](https://github.com/jiayingz)], [[@RenaudWasTaken](https://github.com/RenaudWasTaken)])
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.10.md

    * The alpha Accelerators feature gate is deprecated and will be removed in v1.11. Please use device plugins ([https://github.com/kubernetes/enhancements/issues/368](https://github.com/kubernetes/enhancements/issues/368)) instead. They can be enabled using the DevicePlugins feature gate. ([#57384](https://github.com/kubernetes/kubernetes/pull/57384), [@mindprince](https://github.com/mindprince))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	364:  {region: 0x10c, script: 0x5b, flags: 0x0},
    	365:  {region: 0xda, script: 0x5b, flags: 0x0},
    	366:  {region: 0x97, script: 0x5b, flags: 0x0},
    	367:  {region: 0x81, script: 0x5b, flags: 0x0},
    	368:  {region: 0x166, script: 0x5b, flags: 0x0},
    	369:  {region: 0xbd, script: 0x5b, flags: 0x0},
    	370:  {region: 0x166, script: 0x5b, flags: 0x0},
    	371:  {region: 0x166, script: 0x5b, flags: 0x0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  10. src/cmd/trace/testdata/go122.test

    HeapAlloc dt=284 heapalloc_value=26630992
    HeapAlloc dt=38 heapalloc_value=26639120
    EventBatch gen=1 m=1709047 time=7689670866279 size=202
    ProcStart dt=437 p=6 p_seq=2
    HeapAlloc dt=131 heapalloc_value=26373928
    HeapAlloc dt=368 heapalloc_value=26382120
    HeapAlloc dt=55 heapalloc_value=26390056
    GoStart dt=1030 g=36 g_seq=1
    GoStop dt=293329 reason_string=16 stack=50
    GoStart dt=25 g=36 g_seq=2
    GoStop dt=315834 reason_string=16 stack=50
    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