Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 57 for block64 (0.12 sec)

  1. src/cmd/vendor/golang.org/x/text/cases/tables9.0.0.go

    	0x4fc: 0x0010, 0x4fe: 0x0010,
    }
    
    // caseIndex: 25 blocks, 1600 entries, 3200 bytes
    // Block 0 is the zero block.
    var caseIndex = [1600]uint16{
    	// Block 0x0, offset 0x0
    	// Block 0x1, offset 0x40
    	// Block 0x2, offset 0x80
    	// Block 0x3, offset 0xc0
    	0xc2: 0x12, 0xc3: 0x13, 0xc4: 0x14, 0xc5: 0x15, 0xc6: 0x01, 0xc7: 0x02,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 92.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

        auto inputs = branch_func.getFunctionType().getInputs();
        Block *block = rewriter->createBlock(
            &branch_func.getBody(), branch_func.begin(), inputs,
            SmallVector<Location>(inputs.size(), branch_func.getLoc()));
    
        auto input_shape = block->getArgument(1);
        auto size_diff = block->getArgument(2);
        auto input = block->getArgument(0);
    
        Location loc = resize_op.getLoc();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// from resource lists, and not reachable by name) after the time in this field, once the
    	// finalizers list is empty. As long as the finalizers list contains items, deletion is blocked.
    	// Once the deletionTimestamp is set, this value may not be unset or be set further into the
    	// future, although it may be shortened or the resource may be deleted prior to this time.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.proto

      k8s.io.api.core.v1.Lifecycle lifecycle = 36;
    
      // Controls if sidecar is injected at the front of the container list and blocks the start of the other containers until the proxy is ready
      //
      // Deprecated: replaced by ProxyConfig setting which allows per-pod configuration of this behavior.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/cases/tables11.0.0.go

    	0x57c: 0x0010, 0x57e: 0x0010,
    }
    
    // caseIndex: 25 blocks, 1600 entries, 3200 bytes
    // Block 0 is the zero block.
    var caseIndex = [1600]uint16{
    	// Block 0x0, offset 0x0
    	// Block 0x1, offset 0x40
    	// Block 0x2, offset 0x80
    	// Block 0x3, offset 0xc0
    	0xc2: 0x14, 0xc3: 0x15, 0xc4: 0x16, 0xc5: 0x17, 0xc6: 0x01, 0xc7: 0x02,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 97.5K bytes
    - Viewed (0)
  6. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // from resource lists, and not reachable by name) after the time in this field, once the
      // finalizers list is empty. As long as the finalizers list contains items, deletion is blocked.
      // Once the deletionTimestamp is set, this value may not be unset or be set further into the
      // future, although it may be shortened or the resource may be deleted prior to this time.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // from resource lists, and not reachable by name) after the time in this field, once the
      // finalizers list is empty. As long as the finalizers list contains items, deletion is blocked.
      // Once the deletionTimestamp is set, this value may not be unset or be set further into the
      // future, although it may be shortened or the resource may be deleted prior to this time.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  8. cmd/admin-handlers-users.go

    	// policy.UpdateServiceAccountAdminAction permission can update any service
    	// account.
    	//
    	// 2. We would like to let a user update their own access keys, however it
    	// is currently blocked pending a re-design. Users are still able to delete
    	// and re-create them.
    	if !globalIAMSys.IsAllowed(policy.Args{
    		AccountName:     cred.AccessKey,
    		Groups:          cred.Groups,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:19:04 UTC 2024
    - 78.6K bytes
    - Viewed (0)
  9. src/runtime/mgcscavenge.go

    	// min, unless it's zero, so handle that explicitly.
    	if max == 0 {
    		max = minimum
    	} else {
    		max = alignUp(max, minimum)
    	}
    
    	i := int(searchIdx / 64)
    	// Start by quickly skipping over blocks of non-free or scavenged pages.
    	for ; i >= 0; i-- {
    		// 1s are scavenged OR non-free => 0s are unscavenged AND free
    		x := fillAligned(m.scavenged[i]|m.pallocBits[i], uint(minimum))
    		if x != ^uint64(0) {
    			break
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

      // be called from the controller thread.
      void Notify() {
        pthread_mutex_lock(&mutex_);
        notified_ = true;
        pthread_mutex_unlock(&mutex_);
      }
    
      // Blocks until the controller thread notifies. Must be called from a test
      // thread.
      void WaitForNotification() {
        for (;;) {
          pthread_mutex_lock(&mutex_);
          const bool notified = notified_;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
Back to top