Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 86 for darkred (0.97 sec)

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

    // returns the register copy of v. Any previous user is kicked out and spilled
    // (if necessary). Load code is added at the current pc. If nospill is set the
    // allocated register is marked nospill so the assignment cannot be
    // undone until the caller allows it by clearing nospill. Returns a
    // *Value which is either v or a copy of v allocated to the chosen register.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  2. src/net/http/transport.go

    				// holding, and does a synchronous net.Conn.Close.
    				go pconn.closeConnIfStillIdle()
    			}
    			if pconn.isBroken() || tooOld {
    				// If either persistConn.readLoop has marked the connection
    				// broken, but Transport.removeIdleConn has not yet removed it
    				// from the idle list, or if this persistConn is too old (it was
    				// idle too long), then ignore it and look for another. In both
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/xcoff.go

    	SYM_V_HIDDEN    = 0x2000
    	SYM_V_PROTECTED = 0x3000
    	SYM_V_EXPORTED  = 0x4000
    	SYM_TYPE_FUNC   = 0x0020 // is function
    )
    
    // Storage Class.
    const (
    	C_NULL    = 0   // Symbol table entry marked for deletion
    	C_EXT     = 2   // External symbol
    	C_STAT    = 3   // Static symbol
    	C_BLOCK   = 100 // Beginning or end of inner block
    	C_FCN     = 101 // Beginning or end of function
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    _Decomposes ReduceDataset op into dataset operations._
    
      Decomposes ReduceDataset op into a while loop that iterates the dataset and calls
      into the reduction function.  This decomposition is only done if the
      ReduceDataset op is marked for compilation with the _xla_compile_device_type
      attribute.
    
      For example, for the following function the ReduceDataset op:
    
      ```mlir
      func.func @single_state_single_dataset_type_no_arguments(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

      // Timed Get
      // There are a few design constraints to consider
      // * We want to be responsive to small timeouts, unpark() has non trivial latency overheads (I
      //   have observed 12 micros on 64-bit linux systems to wake up a parked thread). So if the
      //   timeout is small we shouldn't park(). This needs to be traded off with the cpu overhead of
      //   spinning, so we use SPIN_THRESHOLD_NANOS which is what AbstractQueuedSynchronizer uses for
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 63.1K bytes
    - Viewed (1)
  6. guava/src/com/google/common/util/concurrent/AbstractFuture.java

      // Timed Get
      // There are a few design constraints to consider
      // * We want to be responsive to small timeouts, unpark() has non trivial latency overheads (I
      //   have observed 12 micros on 64-bit linux systems to wake up a parked thread). So if the
      //   timeout is small we shouldn't park(). This needs to be traded off with the cpu overhead of
      //   spinning, so we use SPIN_THRESHOLD_NANOS which is what AbstractQueuedSynchronizer uses for
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 62.8K bytes
    - Viewed (1)
  7. src/main/webapp/css/font-awesome.min.css

    t:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  8. src/crypto/tls/conn.go

    		c.handshakeErr = errors.New("tls: internal error: handshake should have had a result")
    	}
    	if c.handshakeErr != nil && c.isHandshakeComplete.Load() {
    		panic("tls: internal error: handshake returned an error but is marked successful")
    	}
    
    	if c.quic != nil {
    		if c.handshakeErr == nil {
    			c.quicHandshakeComplete()
    			// Provide the 1-RTT read secret now that the handshake is complete.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/types/type.go

    )
    
    func init() {
    	TypeInt128.width = 16
    	TypeInt128.align = 8
    }
    
    // NewNamed returns a new named type for the given type name. obj should be an
    // ir.Name. The new type is incomplete (marked as TFORW kind), and the underlying
    // type should be set later via SetUnderlying(). References to the type are
    // maintained until the type is filled in, so those references can be updated when
    // the type is complete.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/font-awesome.min.css

    t:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
Back to top