Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 75 for Store2 (0.25 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    			// out of range -0x80000000 ~ 0xffffffff, must store 64-bit.
    			t.As = ADWORD
    			sz = 8
    		} // else store 32-bit
    	} else if p.As == AMOVD && a.Type != obj.TYPE_MEM || cls == C_ADDR || cls == C_VCON || lit != int64(int32(lit)) || uint64(lit) != uint64(uint32(lit)) {
    		// conservative: don't know if we want signed or unsigned extension.
    		// in case of ambiguity, store 64-bit
    		t.As = ADWORD
    		sz = 8
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal_test.go

    				if !assert.Len(t, hc.recommendations[tc.key], len(tc.expectedRecommendations), "stored recommendations differ in length") {
    					return
    				}
    				for i, r := range hc.recommendations[tc.key] {
    					expectedRecommendation := tc.expectedRecommendations[i]
    					assert.Equal(t, expectedRecommendation.recommendation, r.recommendation, "stored recommendation differs at position %d", i)
    				}
    			}
    		})
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

      echo "Mounted master-pd '${pd_path}' at '${mount_point}'"
    
      # NOTE: These locations on the PD store persistent data, so to maintain
      # upgradeability, these locations should not change.  If they do, take care
      # to maintain a migration path from these locations to whatever new
      # locations.
    
      # Contains all the data stored in etcd.
      mkdir -p "${mount_point}/var/etcd"
      chmod 700 "${mount_point}/var/etcd"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. src/reflect/value.go

    				// In general, pointers to not-in-heap objects can be total junk.
    				// But Elem() is asking to dereference it, so the user has asserted
    				// that at least it is a valid pointer (not just an integer stored in
    				// a pointer slot). So let's check, to make sure that it isn't a pointer
    				// that the runtime will crash on if it sees it during GC or write barriers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  5. src/debug/elf/elf.go

    	SHN_ABS       SectionIndex = 0xfff1 /* Absolute values. */
    	SHN_COMMON    SectionIndex = 0xfff2 /* Common data. */
    	SHN_XINDEX    SectionIndex = 0xffff /* Escape; index stored elsewhere. */
    	SHN_HIRESERVE SectionIndex = 0xffff /* Last of reserved range. */
    )
    
    var shnStrings = []intName{
    	{0, "SHN_UNDEF"},
    	{0xff00, "SHN_LOPROC"},
    	{0xff20, "SHN_LOOS"},
    	{0xfff1, "SHN_ABS"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      let description = [{
        Represents a quantized constant value in TensorFlow Lite dialect. This is
        not an actual operation and it will be lowered to buffer instead. The
        quantization parameters are stored as a type attribute in this constant.
      }];
    
      let arguments = (
        ins TensorTypeAttr:$qtype,
        ElementsAttr:$value
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  7. cmd/object-handlers.go

    		os.Sweep()
    	}
    }
    
    // PutObjectExtractHandler - PUT Object extract is an extended API
    // based off from AWS Snowball feature to auto extract compressed
    // stream will be extracted in the same directory it is stored in
    // and the folder structures will be built out accordingly.
    func (api objectAPIHandlers) PutObjectExtractHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := newContext(r, w, "PutObjectExtract")
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/cache/LocalCache.java

        for (Entry<K, V> entry : result.entrySet()) {
          K key = entry.getKey();
          V value = entry.getValue();
          if (key == null || value == null) {
            // delay failure until non-null entries are stored
            nullsPresent = true;
          } else {
            put(key, value);
          }
        }
    
        if (nullsPresent) {
          globalStatsCounter.recordLoadException(stopwatch.elapsed(NANOSECONDS));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  9. guava/src/com/google/common/cache/LocalCache.java

        for (Entry<K, V> entry : result.entrySet()) {
          K key = entry.getKey();
          V value = entry.getValue();
          if (key == null || value == null) {
            // delay failure until non-null entries are stored
            nullsPresent = true;
          } else {
            put(key, value);
          }
        }
    
        if (nullsPresent) {
          globalStatsCounter.recordLoadException(stopwatch.elapsed(NANOSECONDS));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/rewriteLOONG64.go

    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (Store {t} ptr val mem)
    	// cond: t.Size() == 1
    	// result: (MOVBstore ptr val mem)
    	for {
    		t := auxToType(v.Aux)
    		ptr := v_0
    		val := v_1
    		mem := v_2
    		if !(t.Size() == 1) {
    			break
    		}
    		v.reset(OpLOONG64MOVBstore)
    		v.AddArg3(ptr, val, mem)
    		return true
    	}
    	// match: (Store {t} ptr val mem)
    	// cond: t.Size() == 2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:26:25 UTC 2023
    - 195.8K bytes
    - Viewed (0)
Back to top