Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 83 for Ftruncate (0.75 sec)

  1. src/cmd/internal/obj/arm/asm5.go

    		o1 = c.oprrr(p, p.As, int(p.Scond))
    
    		o1 |= (uint32(p.From.Reg)&15)<<12 | 1<<16
    		o2 = 0x0ef1fa10 // VMRS R15
    		o2 |= ((uint32(p.Scond) & C_SCOND) ^ C_SCOND_XOR) << 28
    
    	case 84: /* movfw freg,freg - truncate float-to-fix */
    		o1 = c.oprrr(p, p.As, int(p.Scond))
    
    		o1 |= (uint32(p.From.Reg) & 15) << 0
    		o1 |= (uint32(p.To.Reg) & 15) << 12
    
    	case 85: /* movwf freg,freg - fix-to-float */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  2. src/net/http/request.go

    	// The server can (and will, if it's a net/http server) reject
    	// the request if it doesn't consider the host valid.
    	if !httpguts.ValidHostHeader(host) {
    		// Historically, we would truncate the Host header after '/' or ' '.
    		// Some users have relied on this truncation to convert a network
    		// address such as Unix domain socket path into a valid, ignored
    		// Host header (see https://go.dev/issue/61431).
    		//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  3. src/crypto/tls/conn.go

    			}
    			c.out.Unlock()
    			// Return an error which wraps both the handshake error and
    			// any alert error we may have sent, or alertInternalError
    			// if we didn't send an alert.
    			// Truncate the text of the alert to 0 characters.
    			c.handshakeErr = fmt.Errorf("%w%.0w", c.handshakeErr, AlertError(a))
    		}
    		close(c.quic.blockedc)
    		close(c.quic.signalc)
    	}
    
    	return c.handshakeErr
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

    not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will return a 409.\n\nApplied only if Name is not specified. More info: https://git.k8s.io/commu...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/prove.go

    			}
    
    			var constValue int64
    			typ := arg.Type
    			bits := 8 * typ.Size()
    			switch {
    			case lim.min == lim.max:
    				constValue = lim.min
    			case lim.umin == lim.umax:
    				// truncate then sign extand
    				switch bits {
    				case 64:
    					constValue = int64(lim.umin)
    				case 32:
    					constValue = int64(int32(lim.umin))
    				case 16:
    					constValue = int64(int16(lim.umin))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  6. pkg/kubelet/kuberuntime/kuberuntime_container.go

    	// if we care about termination ordering, then wait for this container's turn to exit if there is
    	// time remaining
    	if ordering != nil && gracePeriod > 0 {
    		// grace period is only in seconds, so the time we've waited gets truncated downward
    		gracePeriod -= int64(ordering.waitForTurn(containerName, gracePeriod))
    	}
    
    	// always give containers a minimal shutdown window to avoid unnecessary SIGKILLs
    	if gracePeriod < minimumGracePeriodInSeconds {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  7. pkg/kubelet/status/status_manager_test.go

    		if l < 192 || l > 256 {
    			t.Errorf("container message had length %d", l)
    		}
    		count += l
    	}
    	if count > kubecontainer.MaxPodTerminationMessageLogLength {
    		t.Errorf("message length not truncated")
    	}
    }
    
    func TestStaticPod(t *testing.T) {
    	staticPod := getTestPod()
    	staticPod.Annotations = map[string]string{kubetypes.ConfigSourceAnnotationKey: "file"}
    	mirrorPod := getTestPod()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 68.1K bytes
    - Viewed (0)
  8. src/net/netip/netip_test.go

    		// IPv6 with invalid embedded IPv4.
    		"::ffff:192.168.140.bad",
    		// IPv6 with multiple ellipsis ::.
    		"fe80::1::1",
    		// IPv6 with invalid non hex/colon character.
    		"fe80:1?:1",
    		// IPv6 with truncated bytes after single colon.
    		"fe80:",
    		// IPv6 with 5 zeros in last group
    		"0:0:0:0:0:ffff:0:00000",
    		// IPv6 with 5 zeros in one group and embedded IPv4
    		"0:0:0:0:00000:ffff:127.1.2.3",
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  9. src/time/format.go

    // signify its presence. In that case either a comma or a decimal point
    // followed by a maximal series of digits is parsed as a fractional second.
    // Fractional seconds are truncated to nanosecond precision.
    //
    // Elements omitted from the layout are assumed to be zero or, when
    // zero is impossible, one, so parsing "3:04pm" returns the time
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

    not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will return a 409.\n\nApplied only if Name is not specified. More info: https://git.k8s.io/commu...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
Back to top