Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 63 for 42e0 (0.04 sec)

  1. src/runtime/sys_linux_mipsx.s

    #define SYS_rt_sigaction	4194
    #define SYS_rt_sigprocmask	4195
    #define SYS_sigaltstack		4206
    #define SYS_madvise		4218
    #define SYS_mincore		4217
    #define SYS_gettid		4222
    #define SYS_futex		4238
    #define SYS_sched_getaffinity	4240
    #define SYS_exit_group		4246
    #define SYS_timer_create	4257
    #define SYS_timer_settime	4258
    #define SYS_timer_delete	4261
    #define SYS_clock_gettime	4263
    #define SYS_tgkill		4266
    #define SYS_pipe2		4328
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 18 20:57:24 UTC 2022
    - 9.7K bytes
    - Viewed (0)
  2. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+4184(SB)/8,$0xfee3053e3969324d
    
    	/* x^1152 mod p(x), x^1120 mod p(x), x^1088 mod p(x), x^1056 mod p(x) */
    DATA ·IEEEConst+4192(SB)/8,$0x1fa0943ddb54814c
    DATA ·IEEEConst+4200(SB)/8,$0xf44779b93eb2bd08
    
    	/* x^1024 mod p(x), x^992 mod p(x), x^960 mod p(x), x^928 mod p(x) */
    DATA ·IEEEConst+4208(SB)/8,$0xa53ff440d7bbfe6a
    DATA ·IEEEConst+4216(SB)/8,$0xf5449b3f00cc3374
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  3. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    )
    
    const (
    	reconcilerLoopPeriod          = 10 * time.Millisecond
    	syncLoopPeriod                = 100 * time.Minute
    	maxWaitForUnmountDuration     = 50 * time.Millisecond
    	maxLongWaitForUnmountDuration = 4200 * time.Second
    	volumeAttachedCheckTimeout    = 5 * time.Second
    )
    
    var registerMetrics sync.Once
    
    // Calls Run()
    // Verifies there are no calls to attach or detach.
    func Test_Run_Positive_DoNothing(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  4. src/time/example_test.go

    	fmt.Printf("There are %d nanoseconds in %v.\n", micro.Nanoseconds(), micro)
    	fmt.Printf("There are %6.2e seconds in %v.\n", micro2.Seconds(), micro2)
    	// Output:
    	// 10h0m0s
    	// 1h10m10s
    	// There are 4210 seconds in 1h10m10s.
    	// There are 1000 nanoseconds in 1µs.
    	// There are 1.00e-06 seconds in 1µs.
    }
    
    func ExampleDuration_Hours() {
    	h, _ := time.ParseDuration("4h30m")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 13 01:05:00 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*4198*/ uint16(xArgXmm2M128),
    	/*4199*/ uint16(xMatch),
    	/*4200*/ uint16(xSetOp), uint16(CVTSD2SS),
    	/*4202*/ uint16(xReadSlashR),
    	/*4203*/ uint16(xArgXmm1),
    	/*4204*/ uint16(xArgXmm2M64),
    	/*4205*/ uint16(xMatch),
    	/*4206*/ uint16(xSetOp), uint16(CVTSS2SD),
    	/*4208*/ uint16(xReadSlashR),
    	/*4209*/ uint16(xArgXmm1),
    	/*4210*/ uint16(xArgXmm2M32),
    	/*4211*/ uint16(xMatch),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  6. src/crypto/tls/handshake_server_tls13.go

    		if len(hs.clientHello.pskIdentities) == 0 {
    			c.sendAlert(alertIllegalParameter)
    			return errors.New("tls: early_data without pre_shared_key")
    		}
    	} else if hs.clientHello.earlyData {
    		// See RFC 8446, Section 4.2.10 for the complicated behavior required
    		// here. The scenario is that a different server at our address offered
    		// to accept early data in the past, which we can't handle. For now, all
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 17:23:54 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/stablehlo/tests/composite-lowering.mlir

      %40 = mhlo.subtract %39, %37 : tensor<1x64x32x32xf32>
      %41 = mhlo.multiply %40, %28 : tensor<1x64x32x32xf32>
      %42 = mhlo.add %37, %41 : tensor<1x64x32x32xf32>
      %43 = mhlo.subtract %42, %30 : tensor<1x64x32x32xf32>
      %44 = "mhlo.broadcast_in_dim"(%0) <{broadcast_dimensions = dense<[2, 3]> : tensor<2xi64>}> : (tensor<32x1xf32>) -> tensor<1x64x32x1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  8. src/slices/slices_test.go

    		{"with out-of-bounds first index", []int{42}, 2, 3},
    		{"with out-of-bounds second index", []int{42}, 0, 2},
    		{"with out-of-bounds both indexes", []int{42}, 2, 2},
    		{"with invalid i>j", []int{42}, 1, 0},
    		{"s[i:j] is valid and j > len(s)", s, 0, 4},
    		{"s[i:j] is valid and i == j > len(s)", s, 3, 3},
    	} {
    		if !panics(func() { _ = Delete(test.s, test.i, test.j) }) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 13:32:06 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  9. pkg/features/kube_features.go

    	// LoadBalancerIPMode enables the IPMode field in the LoadBalancerIngress status of a Service
    	LoadBalancerIPMode featuregate.Feature = "LoadBalancerIPMode"
    
    	// owner: @haircommander
    	// kep: http://kep.k8s.io/4210
    	// alpha: v1.29
    	// beta: v1.30
    	// ImageMaximumGCAge enables the Kubelet configuration field of the same name, allowing an admin
    	// to specify the age after which an image will be garbage collected.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/collect/OrderingTest.java

        }
      }
    
      public void testExplicit_two() {
        Comparator<Integer> c = Ordering.explicit(42, 5);
        assertEquals(0, c.compare(5, 5));
        assertTrue(c.compare(5, 42) > 0);
        assertTrue(c.compare(42, 5) < 0);
        try {
          c.compare(5, 666);
          fail();
        } catch (IncomparableValueException expected) {
          assertEquals(666, expected.value);
        }
        new EqualsTester()
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 07 18:34:03 UTC 2024
    - 42.5K bytes
    - Viewed (0)
Back to top