Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 150 for Sizes (0.04 sec)

  1. src/debug/gosym/symtab.go

    		// Put all functions into one Obj.
    		t.Objs = make([]Obj, 1)
    		obj = &t.Objs[0]
    		t.go12line.go12MapFiles(t.Files, obj)
    	} else {
    		t.Objs = make([]Obj, 0, nz)
    	}
    
    	// Count text symbols and attach frame sizes, parameters, and
    	// locals to them. Also, find object file boundaries.
    	lastf := 0
    	for i := 0; i < len(t.Syms); i++ {
    		sym := &t.Syms[i]
    		switch sym.Type {
    		case 'Z', 'z': // path symbol
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  2. src/text/tabwriter/tabwriter.go

    // - cell.width is text width in runes of that cell from the start of the cell to
    //   position pos; html tags and entities are excluded from this width if html
    //   filtering is enabled
    // - the sizes and widths of processed text are kept in the lines list
    //   which contains a list of cells for each line
    // - the widths list is a temporary list with current widths used during
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 16:46:34 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  3. src/compress/flate/deflate.go

    func (d *compressor) encSpeed() {
    	// We only compress if we have maxStoreBlockSize.
    	if d.windowEnd < maxStoreBlockSize {
    		if !d.sync {
    			return
    		}
    
    		// Handle small sizes.
    		if d.windowEnd < 128 {
    			switch {
    			case d.windowEnd == 0:
    				return
    			case d.windowEnd <= 16:
    				d.err = d.writeStoredBlock(d.window[:d.windowEnd])
    			default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 13:32:40 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  4. pkg/controller/controller_utils.go

    	// initial batch.  The size of each successive batch is twice the size of
    	// the previous batch.  For example, for a value of 1, batch sizes would be
    	// 1, 2, 4, 8, ...  and for a value of 10, batch sizes would be
    	// 10, 20, 40, 80, ...  Setting the value higher means that quota denials
    	// will result in more doomed API calls and associated event spam.  Setting
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 12 15:34:44 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  5. src/runtime/profbuf.go

    // a header of hdrsize words and a buffer of at least bufwords words.
    func newProfBuf(hdrsize, bufwords, tags int) *profBuf {
    	if min := 2 + hdrsize + 1; bufwords < min {
    		bufwords = min
    	}
    
    	// Buffer sizes must be power of two, so that we don't have to
    	// worry about uint32 wraparound changing the effective position
    	// within the buffers. We store 30 bits of count; limiting to 28
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/tpu_space_to_depth_pass.cc

          continue;
        }
        int64_t block_size = conv2d_and_block_sizes[0].second;
        if (block_size < 2) {
          argnum_and_convolutions.erase(arg_num);
          continue;
        }
        // Continue if not all the block sizes for space to depth transform are the
        // same.
        for (auto conv2d_and_block_size : conv2d_and_block_sizes) {
          if (conv2d_and_block_size.second != block_size) {
            argnum_and_convolutions.erase(arg_num);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  7. doc/asm.html

    the compiler to emit a special header called <code>go_asm.h</code>,
    which the .s files can then <code>#include</code>.
    The file contains symbolic <code>#define</code> constants for the
    offsets of Go struct fields, the sizes of Go struct types, and most
    Go <code>const</code> declarations defined in the current package.
    Go assembly should avoid making assumptions about the layout of Go
    types and instead use these constants.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (1)
  8. src/encoding/gob/doc.go

    # Security
    
    This package is not designed to be hardened against adversarial inputs, and is
    outside the scope of https://go.dev/security/policy. In particular, the [Decoder]
    does only basic sanity checking on decoded input sizes, and its limits are not
    configurable. Care should be taken when decoding gob data from untrusted
    sources, which may consume significant resources.
    */
    package gob
    
    /*
    Grammar:
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  9. cmd/object-api-putobject_test.go

    		if found {
    			t.Fatalf("%s: expected: empty, got: non-empty. content: %#v", tmpMetaDir, files)
    		}
    	}
    }
    
    // Benchmarks for ObjectLayer.PutObject().
    // The intent is to benchmark PutObject for various sizes ranging from few bytes to 100MB.
    // Also each of these Benchmarks are run both Erasure and FS backends.
    
    // BenchmarkPutObjectVerySmallFS - Benchmark FS.PutObject() for object size of 10 bytes.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  10. guava/src/com/google/common/collect/ArrayTable.java

      /*
       * TODO(jlevy): Add factory methods taking an Enum class, instead of an
       * iterable, to specify the allowed row keys and/or column keys. Note that
       * custom serialization logic is needed to support different enum sizes during
       * serialization and deserialization.
       */
    
      /**
       * Creates an {@code ArrayTable} with the mappings in the provided table.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 26.9K bytes
    - Viewed (0)
Back to top