Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 564 for Blocks (0.19 sec)

  1. src/cmd/compile/internal/ssa/likelyadjust.go

    	// aid in computation of inner-ness and list of blocks.
    	nBlocks int32 // Number of blocks in this loop but not within inner loops
    	depth   int16 // Nesting depth of the loop; 1 is outermost. Initialized by calculateDepths().
    	isInner bool  // True if never discovered to contain a loop
    
    	// register allocation uses this.
    	containsUnavoidableCall bool // True if all paths through the loop have a call
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 31 21:41:20 UTC 2022
    - 15.4K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/DefaultDaemonConnection.java

    import java.util.LinkedList;
    import java.util.concurrent.BlockingQueue;
    import java.util.concurrent.LinkedBlockingQueue;
    import java.util.concurrent.TimeUnit;
    import java.util.concurrent.locks.Condition;
    import java.util.concurrent.locks.Lock;
    import java.util.concurrent.locks.ReentrantLock;
    
    public class DefaultDaemonConnection implements DaemonConnection {
        private static final Logger LOGGER = LoggerFactory.getLogger(DefaultDaemonConnection.class);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:51:37 UTC 2024
    - 16K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.s

    	// long then it is easiest to insert the 1 before the message
    	// block is split into 26-bit limbs. If, on the other hand, the
    	// final message block is 16 bytes long then we append the 1 bit
    	// after expansion as normal.
    	MOVBZ  $1, R0
    	MOVD   $-16(R3), R3   // index of byte in last block to insert 1 at (could be 16)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  4. pkg/kubelet/cm/memorymanager/policy_static.go

    				p.initContainersReusableMemory[podUID][blockBitMaskString][block.Type] = block.Size
    			}
    		}
    
    		return
    	}
    
    	// update re-usable memory once it used by the app container
    	for _, block := range memoryBlocks {
    		blockBitMask, _ := bitmask.NewBitMask(block.NUMAAffinity...)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Nov 12 07:34:55 UTC 2023
    - 34K bytes
    - Viewed (0)
  5. docs/debugging/xl-meta/main.go

    		}
    
    		offset := ei.V2Obj.EcBSize * blockNum
    		if offset >= m.size {
    			return nil, fmt.Errorf("block %d out of range. offset %d > size %d", blockNum, offset, m.size)
    		}
    		m.blockOffset = offset
    		m.blocks = (m.size + ei.V2Obj.EcBSize - 1) / ei.V2Obj.EcBSize
    		if m.blocks > 0 {
    			m.blocks--
    		}
    		if blockNum < m.blocks {
    			m.size = ei.V2Obj.EcBSize
    		} else {
    			m.size -= offset
    		}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 31 14:49:23 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/nilcheck.go

    		ClearPtr                  // forget the fact that ptr is nil
    	)
    
    	type bp struct {
    		block *Block // block, or nil in ClearPtr state
    		ptr   *Value // if non-nil, ptr that is to be cleared in ClearPtr state
    		op    walkState
    	}
    
    	work := make([]bp, 0, 256)
    	work = append(work, bp{block: f.Entry})
    
    	// map from value ID to known non-nil version of that value ID
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 20:45:54 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/html.go

    .dead-block.highlight-palegreen,
    .dead-value span.highlight-skyblue,
    .dead-block.highlight-skyblue,
    .dead-value span.highlight-lightgray,
    .dead-block.highlight-lightgray,
    .dead-value span.highlight-yellow,
    .dead-block.highlight-yellow,
    .dead-value span.highlight-lime,
    .dead-block.highlight-lime,
    .dead-value span.highlight-khaki,
    .dead-block.highlight-khaki,
    .dead-value span.highlight-aqua,
    .dead-block.highlight-aqua,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/api/groovy_build_script_primer.adoc

    Both are based on Groovy language features and we explain them in the following sections.
    
    === Block method signatures
    
    You can easily identify a method as the implementation behind a block by its signature, or more specifically, its argument types. If a method corresponds to a block:
    
     * It must have at least one argument.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 20:23:16 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  9. src/syscall/ztypes_linux_loong64.go

    	Nlink             uint32
    	Uid               uint32
    	Gid               uint32
    	Rdev              uint64
    	X__pad1           uint64
    	Size              int64
    	Blksize           int32
    	X__pad2           int32
    	Blocks            int64
    	Atim              Timespec
    	Mtim              Timespec
    	Ctim              Timespec
    	X__glibc_reserved [2]int32
    }
    
    type statxTimestamp struct {
    	Sec         int64
    	Nsec        uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.8K bytes
    - Viewed (0)
  10. subprojects/core/src/test/groovy/org/gradle/util/ConcurrentSpecificationTest.groovy

            cleanup:
            latch.countDown()
        }
    
        @FailsWithMessage(type = IllegalStateException, message = 'Expected action to complete quickly, but it did not.')
        def "async action fails when start action blocks waiting for async action to complete"() {
            def latch = new CountDownLatch(1)
            def executed = startsAsyncAction()
            Runnable action = Mock()
    
            when:
            executed.started {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 07 08:18:50 UTC 2021
    - 10.5K bytes
    - Viewed (0)
Back to top