Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 44 for Blocks (0.29 sec)

  1. src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s

    	// In the seal case - prepare the poly key + 3 blocks of stream in the first iteration
    	MOVOU ·chacha20Constants<>(SB), A0
    	MOVOU (1*16)(keyp), B0
    	MOVOU (2*16)(keyp), C0
    	MOVOU (3*16)(keyp), D0
    
    	// Store state on stack for future use
    	MOVO B0, state1Store
    	MOVO C0, state2Store
    
    	// Load state, increment counter blocks
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    </pre>
    
    
    <h2 id="Blocks">Blocks</h2>
    
    <p>
    A <i>block</i> is a possibly empty sequence of declarations and statements
    within matching brace brackets.
    </p>
    
    <pre class="ebnf">
    Block = "{" StatementList "}" .
    StatementList = { Statement ";" } .
    </pre>
    
    <p>
    In addition to explicit blocks in the source code, there are implicit blocks:
    </p>
    
    <ol>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  3. src/runtime/proc.go

    	if gp.m.locks > 0 {
    		throw("stopTheWorld: holding locks")
    	}
    
    	lock(&sched.lock)
    	start := nanotime() // exclude time waiting for sched.lock from start and total time metrics.
    	sched.stopwait = gomaxprocs
    	sched.gcwaiting.Store(true)
    	preemptall()
    	// stop current P
    	gp.m.p.ptr().status = _Pgcstop // Pgcstop is only diagnostic.
    	gp.m.p.ptr().gcStopTime = start
    	sched.stopwait--
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

    requirements:\n 1. certificate must contain one or more PEM blocks.\n 2. All PEM blocks must have the \"CERTIFICATE\" label, contain no headers, and the encoded data\n  must be a BER-encoded ASN.1 Certificate structure as described in section 4 of RFC5280.\n 3. Non-PEM content may appear before or after the \"CERTIFICATE\" PEM blocks and is unvalidated,\n  to allow for explanatory text as described in section 5.2 of RFC7468.\n\nIf more than one PEM block is present, and the definition of the requested spec.signerName...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
  5. src/database/sql/sql.go

    	dc.Unlock() // not defer; removeDep finalClose calls may need to lock
    
    	// And now updates that require holding dc.mu.Lock.
    	dc.db.mu.Lock()
    	dc.dbmuClosed = true
    	fn := dc.db.removeDepLocked(dc, dc)
    	dc.db.mu.Unlock()
    	return fn()
    }
    
    func (dc *driverConn) finalClose() error {
    	var err error
    
    	// Each *driverStmt has a lock to the dc. Copy the list out of the dc
    	// before calling close on each stmt.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/data.go

    		// just write to lastAddr. This ensures we don't leave holes between the
    		// blocks or at the end.
    		length := int64(0)
    		if idx+1 < len(syms) {
    			// Find the next top-level symbol.
    			// Skip over sub symbols so we won't split a container symbol
    			// into two blocks.
    			next := syms[idx+1]
    			for ldr.AttrSubSymbol(next) {
    				idx++
    				next = syms[idx+1]
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      let description = [{
        Rearranges data from depth into blocks of spatial data.
        This is the reverse transformation of SpaceToDepth. More specifically,
        this op outputs a copy of the input tensor where values from the `depth`
        dimension are moved in spatial blocks to the `height` and `width`
        dimensions. The attr `block_size` indicates the input block size and how
        the data is moved.
       }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

    DER-formatted X.509 certificates.\n\nThe data must consist only of PEM certificate blocks that parse as valid X.509 certificates.  Each certificate must include a basic constraints extension with the CA bit set.  The API server will reject objects that contain duplicate certificates, or that use PEM block headers.\n\nUsers of ClusterTrustBundles, including Kubelet, are free to reorder and deduplicate certificate blocks in this file according to their own logic, as well as to drop PEM block headers and...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 119K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go

    	0x38fc: 0x000b, 0x38fd: 0x000b, 0x38fe: 0x000b, 0x38ff: 0x000b,
    }
    
    // bidiIndex: 24 blocks, 1536 entries, 1536 bytes
    // Block 0 is the zero block.
    var bidiIndex = [1536]uint8{
    	// Block 0x0, offset 0x0
    	// Block 0x1, offset 0x40
    	// Block 0x2, offset 0x80
    	// Block 0x3, offset 0xc0
    	0xc2: 0x01, 0xc3: 0x02,
    	0xca: 0x03, 0xcb: 0x04, 0xcc: 0x05, 0xcd: 0x06, 0xce: 0x07, 0xcf: 0x08,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 110.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/cases/tables13.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
    - 100.7K bytes
    - Viewed (0)
Back to top