Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 4,204 for numbered (0.14 sec)

  1. src/net/textproto/pipeline.go

    // allowing it to schedule the event numbered id+1.  It is a run-time error
    // to call End with an id that is not the number of the active event.
    func (s *sequencer) End(id uint) {
    	s.mu.Lock()
    	if s.id != id {
    		s.mu.Unlock()
    		panic("out of sync")
    	}
    	id++
    	s.id = id
    	if s.wait == nil {
    		s.wait = make(map[uint]chan struct{})
    	}
    	c, ok := s.wait[id]
    	if ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 08 16:19:51 UTC 2020
    - 3K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/topologymanager/bitmask/bitmask.go

    // same number of bits are set in both masks, then the mask with more
    // lower-numbered bits set wins out.
    func (s *bitMask) IsNarrowerThan(mask BitMask) bool {
    	if s.Count() == mask.Count() {
    		return s.IsLessThan(mask)
    	}
    	return s.Count() < mask.Count()
    }
    
    // IsLessThan checks which bitmask has more lower-numbered bits set.
    func (s *bitMask) IsLessThan(mask BitMask) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 03 09:45:09 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/stackcheck.go

    			// back up, tracking the lowest numbered
    			// symbol in this cycle.
    			return true, sym
    		}
    
    		// Delete children of this node.
    		for _, out := range sc.graph[sym] {
    			if c, l := walk(origin, out.target); c {
    				cycle = true
    				if lowest == 0 {
    					// On first cycle detection,
    					// add sym to the set of
    					// lowest-numbered candidates.
    					lowest = sym
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 24 16:49:08 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  4. src/regexp/syntax/doc.go

    reject forms that create a minimum or maximum repetition count above 1000.
    Unlimited repetitions are not subject to this restriction.
    
    Grouping:
    
    	(re)           numbered capturing group (submatch)
    	(?P<name>re)   named & numbered capturing group (submatch)
    	(?<name>re)    named & numbered capturing group (submatch)
    	(?:re)         non-capturing group
    	(?flags)       set flags within current group; non-capturing
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:21:02 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  5. src/net/interface_plan9.go

    	if err != nil {
    		return -1, err
    	}
    	defer d.Close()
    
    	names, err := d.Readdirnames(0)
    	if err != nil {
    		return -1, err
    	}
    
    	// Assumes that numbered files in ipifc are strictly
    	// the incrementing numbered directories for the
    	// interfaces
    	c := 0
    	for _, name := range names {
    		if _, _, ok := dtoi(name); !ok {
    			continue
    		}
    		c++
    	}
    
    	return c, nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 06 14:00:54 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/cache.go

    package ssa
    
    import (
    	"cmd/internal/obj"
    	"sort"
    )
    
    // A Cache holds reusable compiler state.
    // It is intended to be re-used for multiple Func compilations.
    type Cache struct {
    	// Storage for low-numbered values and blocks.
    	values [2000]Value
    	blocks [200]Block
    	locs   [2000]Location
    
    	// Reusable stackAllocState.
    	// See stackalloc.go's {new,put}StackAllocState.
    	stackAllocState *stackAllocState
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 15 23:00:54 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  7. src/hash/test_cases.txt

    Discard medicine more than two years old.
    He who has a shady past knows that nice guys finish last.
    I wouldn't marry him with a ten foot pole.
    Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave
    The days of the digital watch are numbered.  -Tom Stoppard
    Nepal premier won't resign.
    For every action there is an equal and opposite government program.
    His money is twice tainted: 'taint yours and 'taint mine.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 1.3K bytes
    - Viewed (0)
  8. src/vendor/golang.org/x/sys/cpu/cpu_s390x.go

    	vx   facility = 129 // vector facility
    	vxe  facility = 135 // vector-enhancements 1
    	vxe2 facility = 148 // vector-enhancements 2
    )
    
    // facilityList contains the result of an STFLE call.
    // Bits are numbered in big endian order so the
    // leftmost bit (the MSB) is at index 0.
    type facilityList struct {
    	bits [4]uint64
    }
    
    // Has reports whether the given facilities are present.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 02 15:41:00 UTC 2020
    - 4.9K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/internal/classpath/intercept/Invocation.java

         * @see CallSite
         */
        Object getReceiver();
    
        /**
         * Returns a number of arguments supplied for this invocation.
         */
        int getArgsCount();
    
        /**
         * Returns an <b>unwrapped</b> argument at the position {@code pos}.
         * Arguments are numbered left-to-right, from 0 to {@code getArgsCount() - 1} inclusive.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 08 05:57:27 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  10. src/internal/cpu/cpu_s390x.go

    	eddsaVerifyEd448   function = 36 // Curve448
    	eddsaSignEd25519   function = 40 // Curve25519
    	eddsaSignEd448     function = 44 // Curve448
    )
    
    // queryResult contains the result of a Query function
    // call. Bits are numbered in big endian order so the
    // leftmost bit (the MSB) is at index 0.
    type queryResult struct {
    	bits [2]uint64
    }
    
    // Has reports whether the given functions are present.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 22 17:11:03 UTC 2020
    - 5.9K bytes
    - Viewed (0)
Back to top