Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 205 for Accounting (0.3 sec)

  1. CHANGELOG/CHANGELOG-1.5.md

    - **Scheduling**
      - [alpha] Added support for accounting opaque integer resources. ([docs](http://kubernetes.io/docs/user-guide/compute-resources/#opaque-integer-resources-alpha-feature)) ([kubernetes/features#76](https://github.com/kubernetes/enhancements/issues/76))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/internal/report/report.go

    	if len(rpt.options.ActiveFilters) > 0 {
    		activeFilters := legendActiveFilters(rpt.options.ActiveFilters)
    		label = append(label, activeFilters...)
    	}
    
    	label = append(label, fmt.Sprintf("Showing nodes accounting for %s, %s of %s total", rpt.formatValue(flatSum), strings.TrimSpace(measurement.Percentage(flatSum, rpt.total)), rpt.formatValue(rpt.total)))
    
    	if rpt.total != 0 {
    		if droppedNodes > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  3. src/runtime/symtab.go

    						break
    					} else {
    						cache.inUse--
    						releasem(mp)
    						return val, pc
    					}
    				}
    			}
    		} else if debugCheckCache && (cache.inUse < 1 || cache.inUse > 2) {
    			// Catch accounting errors or deeply reentrant use. In principle
    			// "inUse" should never exceed 2.
    			throw("cache.inUse out of range")
    		}
    		cache.inUse--
    		releasem(mp)
    	}
    
    	if !f.valid() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 40K bytes
    - Viewed (0)
  4. guava/src/com/google/common/net/InetAddresses.java

        }
        return false;
      }
    
      /**
       * Coerces an IPv6 address into an IPv4 address.
       *
       * <p>HACK: As long as applications continue to use IPv4 addresses for indexing into tables,
       * accounting, et cetera, it may be necessary to <b>coerce</b> IPv6 addresses into IPv4 addresses.
       * This method does so by hashing 64 bits of the IPv6 address into {@code 224.0.0.0/3} (64 bits
       * into 29 bits):
       *
       * <ul>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/net/InetAddresses.java

        }
        return false;
      }
    
      /**
       * Coerces an IPv6 address into an IPv4 address.
       *
       * <p>HACK: As long as applications continue to use IPv4 addresses for indexing into tables,
       * accounting, et cetera, it may be necessary to <b>coerce</b> IPv6 addresses into IPv4 addresses.
       * This method does so by hashing 64 bits of the IPv6 address into {@code 224.0.0.0/3} (64 bits
       * into 29 bits):
       *
       * <ul>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  6. src/cmd/link/internal/loader/loader.go

    	strictDupMsgs int // number of strict-dup warning/errors, when FlagStrictDups is enabled
    
    	errorReporter *ErrorReporter
    
    	npkgsyms    int // number of package symbols, for accounting
    	nhashedsyms int // number of hashed symbols, for accounting
    }
    
    const (
    	pkgDef = iota
    	hashed64Def
    	hashedDef
    	nonPkgDef
    	nonPkgRef
    )
    
    // objidx
    const (
    	nilObj = iota
    	extObj
    	goObjStart
    )
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  7. src/runtime/export_test.go

    				// scavenged is being cleared properly on allocation.
    				// If a used bit and scavenged bit are both set, that's
    				// an error, and could indicate a larger problem, or
    				// an accounting problem.
    				want := chunk.scavenged[j] &^ chunk.pallocBits[j]
    				got := chunk.scavenged[j]
    				if want != got {
    					ok = false
    					if n >= len(mismatches) {
    						break chunkLoop
    					}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:50:53 UTC 2024
    - 46.1K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/walk/order.go

    		// in the map alloc hint.
    		// We're assuming here that all the keys in the map literal are distinct.
    		// If any are equal, this will be an overcount. Probably not worth accounting
    		// for that, as equal keys in map literals are rare, and at worst we waste
    		// a bit of space.
    		n.Len += int64(len(dynamics))
    
    		return m
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 02:00:33 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  9. src/internal/trace/internal/oldtrace/parser.go

    	for i, a := range desc.Args {
    		fmt.Fprintf(w, " %s=%d", a, ev.Args[i])
    	}
    	return w.String()
    }
    
    // argNum returns total number of args for the event accounting for timestamps,
    // sequence numbers and differences between trace format versions.
    func (raw *rawEvent) argNum() int {
    	desc := &EventDescriptions[raw.typ]
    	if raw.typ == EvStack {
    		return len(raw.args)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  10. src/time/time.go

    	return int(daysBefore[m] - daysBefore[m-1])
    }
    
    // daysSinceEpoch takes a year and returns the number of days from
    // the absolute epoch to the start of that year.
    // This is basically (year - zeroYear) * 365, but accounting for leap days.
    func daysSinceEpoch(year int) uint64 {
    	y := uint64(int64(year) - absoluteZeroYear)
    
    	// Add in days from 400-year cycles.
    	n := y / 400
    	y -= 400 * n
    	d := daysPer400Years * n
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
Back to top