Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 33 (0.14 sec)

  1. doc/go_spec.html

    var w int64 = 1.0<<33          // 1.0<<33 is a constant shift expression; w == 1<<33
    var x = a[1.0<<s]              // panics: 1.0 has type int, but 1<<33 overflows array bounds
    var b = make([]byte, 1.0<<s)   // 1.0 has type int; len(b) == 1<<33
    
    // The results of the following examples are given for 32-bit ints,
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const AF_NATM ideal-int
    pkg syscall (darwin-arm64), const AF_NDRV = 27
    pkg syscall (darwin-arm64), const AF_NDRV ideal-int
    pkg syscall (darwin-arm64), const AF_NETBIOS = 33
    pkg syscall (darwin-arm64), const AF_NETBIOS ideal-int
    pkg syscall (darwin-arm64), const AF_NS = 6
    pkg syscall (darwin-arm64), const AF_NS ideal-int
    pkg syscall (darwin-arm64), const AF_OSI = 7
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // +patchMergeKey=topologyKey
      // +patchStrategy=merge
      // +listType=map
      // +listMapKey=topologyKey
      // +listMapKey=whenUnsatisfiable
      repeated TopologySpreadConstraint topologySpreadConstraints = 33;
    
      // If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default).
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top