Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 179 for zero (0.05 sec)

  1. src/crypto/internal/nistec/p256_asm_s390x.s

    TEXT ·p256Select(SB), NOSPLIT, $0
    	MOVD   res+0(FP), P3ptr
    	MOVD   table+8(FP), P1ptr
    	VLREPB idx+(16+7)(FP), IDX
    	VREPIB $1, ONE
    	VREPIB $1, SEL2
    	MOVD   $1, COUNT
    
    	VZERO X1H
    	VZERO X1L
    	VZERO Y1H
    	VZERO Y1L
    	VZERO Z1H
    	VZERO Z1L
    
    loop_select:
    	VL 0(P1ptr), X2H
    	VL 16(P1ptr), X2L
    	VL 32(P1ptr), Y2H
    	VL 48(P1ptr), Y2L
    	VL 64(P1ptr), Z2H
    	VL 80(P1ptr), Z2L
    
    	VCEQG SEL2, IDX, SEL1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/base/Preconditions.java

       * is fine with that.
       */
    
      /**
       * Ensures that {@code index} specifies a valid <i>element</i> in an array, list or string of size
       * {@code size}. An element index may range from zero, inclusive, to {@code size}, exclusive.
       *
       * @param index a user-supplied index identifying an element of an array, list or string
       * @param size the size of that array, list or string
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 11 11:52:14 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  3. guava/src/com/google/common/util/concurrent/Futures.java

       * Future}.
       *
       * <p>Usage example:
       *
       * <pre>{@code
       * ListenableFuture<Integer> fetchCounterFuture = ...;
       *
       * // Falling back to a zero counter in case an exception happens when
       * // processing the RPC to fetch counters.
       * ListenableFuture<Integer> faultTolerantFuture = Futures.catching(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/util/concurrent/Futures.java

       * Future}.
       *
       * <p>Usage example:
       *
       * <pre>{@code
       * ListenableFuture<Integer> fetchCounterFuture = ...;
       *
       * // Falling back to a zero counter in case an exception happens when
       * // processing the RPC to fetch counters.
       * ListenableFuture<Integer> faultTolerantFuture = Futures.catching(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  5. src/crypto/tls/common.go

    	SessionTicketsDisabled bool
    
    	// SessionTicketKey is used by TLS servers to provide session resumption.
    	// See RFC 5077 and the PSK mode of RFC 8446. If zero, it will be filled
    	// with random data before the first server handshake.
    	//
    	// Deprecated: if this field is left at zero, session ticket keys will be
    	// automatically rotated every day and dropped after seven days. For
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

        // operator verification.
        if (!input_type || input_type.isDynamicDim(3)) {
          return failure();
        }
        // Check if the given op is based on grouped convolution.
        // Dim size zero will be verified by the tf.Conv2D operator verification.
        if (input_type.getDimSize(3) % filter_type.getDimSize(2) != 0) {
          return failure();
        }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/CollectionPropertySpec.groovy

            given:
            property.set(toMutable(["abc"]))
            property.add(Providers.of("${'321'.substring(2)}"))
    
            expect:
            assertValueIs(["abc", "1"])
        }
    
        def "appends zero or more values from array #value using addAll"() {
            given:
            property.addAll(value as String[])
    
            expect:
            assertValueIs(expectedValue)
    
            where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    	if existingDeletionTimestamp == nil || existingDeletionTimestamp.After(now) {
    		metaNow := metav1.NewTime(now)
    		objectMeta.SetDeletionTimestamp(&metaNow)
    	}
    	var zero int64 = 0
    	objectMeta.SetDeletionGracePeriodSeconds(&zero)
    	return nil
    }
    
    // updateForGracefulDeletionAndFinalizers updates the given object for
    // graceful deletion and finalization by setting the deletion timestamp and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  9. src/runtime/mheap.go

    	// Don't zero mspan allocations. Background sweeping can
    	// inspect a span concurrently with allocating it, so it's
    	// important that the span's sweepgen survive across freeing
    	// and re-allocating a span to prevent background sweeping
    	// from improperly cas'ing it from 0.
    	//
    	// This is safe because mspan contains no heap pointers.
    	h.spanalloc.zero = false
    
    	// h->mapcache needs no init
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  10. pkg/kubelet/pod_workers_test.go

    		},
    		{
    			desc:                                 "use 1 when pod DeletionGracePeriodSeconds is zero",
    			podSpecTerminationGracePeriodSeconds: &thirty,
    			podDeletionGracePeriodSeconds:        &zero,
    			expectedGracePeriod:                  1,
    		},
    		{
    			desc:                                 "use 1 when grace period override is zero",
    			podSpecTerminationGracePeriodSeconds: &thirty,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 75.6K bytes
    - Viewed (0)
Back to top