Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for UInt32 (0.4 sec)

  1. api/go1.txt

    pkg image/color, method (Alpha) RGBA() (uint32, uint32, uint32, uint32)
    pkg image/color, method (Alpha16) RGBA() (uint32, uint32, uint32, uint32)
    pkg image/color, method (Gray) RGBA() (uint32, uint32, uint32, uint32)
    pkg image/color, method (Gray16) RGBA() (uint32, uint32, uint32, uint32)
    pkg image/color, method (NRGBA) RGBA() (uint32, uint32, uint32, uint32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  2. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type IfData struct, Mtu uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Noproto uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Obytes uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Oerrors uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Omcasts uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Opackets uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  3. api/go1.1.txt

    pkg syscall (linux-386), type TCPInfo struct, Rtt uint32
    pkg syscall (linux-386), type TCPInfo struct, Rttvar uint32
    pkg syscall (linux-386), type TCPInfo struct, Sacked uint32
    pkg syscall (linux-386), type TCPInfo struct, Snd_cwnd uint32
    pkg syscall (linux-386), type TCPInfo struct, Snd_mss uint32
    pkg syscall (linux-386), type TCPInfo struct, Snd_ssthresh uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.pb.go

    					m.Ports = make([]int32, 0, elementCount)
    				}
    				for iNdEx < postIndex {
    					var v int32
    					for shift := uint(0); ; shift += 7 {
    						if shift >= 64 {
    							return ErrIntOverflowGenerated
    						}
    						if iNdEx >= l {
    							return io.ErrUnexpectedEOF
    						}
    						b := dAtA[iNdEx]
    						iNdEx++
    						v |= int32(b&0x7F) << shift
    						if b < 0x80 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    							Format:      "int32",
    						},
    					},
    					"revisionHistoryLimit": {
    						SchemaProps: spec.SchemaProps{
    							Description: "The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.",
    							Type:        []string{"integer"},
    							Format:      "int32",
    						},
    					},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "format": "int32",
              "type": "integer"
            },
            "revisionHistoryLimit": {
              "description": "The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.",
              "format": "int32",
              "type": "integer"
            },
            "selector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. src/internal/trace/traceviewer/static/trace_viewer_full.html

    onst result=this.data_[this.position_];this.position_+=1;return result;},uint16(){let result=0;result+=this.uint8();result+=this.uint8()<<8;return result;},uint32(){let result=0;result+=this.uint8();result+=this.uint8()<<8;result+=this.uint8()<<16;result+=this.uint8()<<24;return result;},uint64(){const low=this.uint32();const high=this.uint32();const lowStr=('0000000'+low.toString(16)).substr(-8);const highStr=('0000000'+high.toString(16)).substr(-8);const result=highStr+lowStr;return result;},s...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

              "format": "int32",
              "type": "integer"
            },
            "revisionHistoryLimit": {
              "description": "The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.",
              "format": "int32",
              "type": "integer"
            },
            "selector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      static const char * const names[20] = {
        "FLOAT32",
        "FLOAT16",
        "INT32",
        "UINT8",
        "INT64",
        "STRING",
        "BOOL",
        "INT16",
        "COMPLEX64",
        "INT8",
        "FLOAT64",
        "COMPLEX128",
        "UINT64",
        "RESOURCE",
        "VARIANT",
        "UINT32",
        "UINT16",
        "INT4",
        "BFLOAT16",
        nullptr
      };
      return names;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "format": "int32",
              "type": "integer"
            },
            "revisionHistoryLimit": {
              "description": "The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.",
              "format": "int32",
              "type": "integer"
            },
            "selector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top