Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for 65533 (6.17 sec)

  1. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %24:3 = "tf.UnicodeDecodeWithOffsets"(%23) {Tsplits = i64, device = "", errors = "replace", input_encoding = "UTF-8", replace_control_characters = false, replacement_char = 65533 : i64} : (tensor<1x!tf_type.string>) -> (tensor<2xi64>, tensor<?xi32>, tensor<?xi64>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/test/constFold_test.go

    	}
    	y = 65535
    	r = x - y
    	if r != 2 {
    		t.Errorf("1 %s 65535 = %d, want 2", "-", r)
    	}
    	x = 65535
    	y = 0
    	r = x - y
    	if r != 65535 {
    		t.Errorf("65535 %s 0 = %d, want 65535", "-", r)
    	}
    	y = 1
    	r = x - y
    	if r != 65534 {
    		t.Errorf("65535 %s 1 = %d, want 65534", "-", r)
    	}
    	y = 65535
    	r = x - y
    	if r != 0 {
    		t.Errorf("65535 %s 65535 = %d, want 0", "-", r)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 323K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_NSHIFT ideal-int
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_HOST = 65535
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_HOST ideal-int
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_MAX = 65536
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_MAX ideal-int
    pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_NET = 4294901760
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), const IN_CLASSA_NSHIFT = 24
    pkg syscall (darwin-arm64), const IN_CLASSA_NSHIFT ideal-int
    pkg syscall (darwin-arm64), const IN_CLASSB_HOST = 65535
    pkg syscall (darwin-arm64), const IN_CLASSB_HOST ideal-int
    pkg syscall (darwin-arm64), const IN_CLASSB_MAX = 65536
    pkg syscall (darwin-arm64), const IN_CLASSB_MAX ideal-int
    pkg syscall (darwin-arm64), const IN_CLASSB_NET = 4294901760
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.12.md

    - kube-scheduler can now listen on ports up to 65535, correcting a problem with certain operating systems that request ports greater than 32768. ([#65833](https://github.com/kubernetes/kubernetes/pull/65833), [@sttts](https://github.com/sttts))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                            use the same port, subject to the Listener compatibility rules.
                            \n Support: Core"
                          format: int32
                          maximum: 65535
                          minimum: 1
                          type: integer
                        protocol:
                          description: "Protocol specifies the network protocol this listener
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  7. ChangeLog.md

    - [`KT-65523`](https://youtrack.jetbrains.com/issue/KT-65523) K2: add proper package for result$$ property
    - [`KT-66699`](https://youtrack.jetbrains.com/issue/KT-66699) Restore HostManager ABI
    - [`KT-60533`](https://youtrack.jetbrains.com/issue/KT-60533) Inliner incorrectly captures non-null value as null in coroutines
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/core/v1/generated.proto

      // If specified, this must be a valid port number, 0 < x < 65536.
      // If HostNetwork is specified, this must match ContainerPort.
      // Most containers do not need this.
      // +optional
      optional int32 hostPort = 2;
    
      // Number of port to expose on the pod's IP address.
      // This must be a valid port number, 0 < x < 65536.
      optional int32 containerPort = 3;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"hostPort":      "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.",
    	"containerPort": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.",
    	"protocol":      "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      // If specified, this must be a valid port number, 0 < x < 65536.
      // If HostNetwork is specified, this must match ContainerPort.
      // Most containers do not need this.
      // +optional
      optional int32 hostPort = 2;
    
      // Number of port to expose on the pod's IP address.
      // This must be a valid port number, 0 < x < 65536.
      optional int32 containerPort = 3;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top