Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ByteSize (0.1 sec)

  1. cmd/xl-storage-format-v2_gen.go

    }
    
    // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
    func (z *xlMetaV2Object) Msgsize() (s int) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  2. internal/grid/msg_gen.go

    	o = bts
    	return
    }
    
    // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
    func (z *connectReq) Msgsize() (s int) {
    	s = 1 + 3 + msgp.ArrayHeaderSize + (16 * (msgp.ByteSize)) + 5 + msgp.StringPrefixSize + len(z.Host) + 5 + msgp.TimeSize + 6 + msgp.StringPrefixSize + len(z.Token)
    	return
    }
    
    // DecodeMsg implements msgp.Decodable
    func (z *connectResp) DecodeMsg(dc *msgp.Reader) (err error) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jul 25 21:07:21 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  3. src/cmd/cgo/gcc.go

    		buf.WriteString(" ")
    		buf.WriteString(name)
    		buf.WriteString("; ")
    		if talign > align {
    			align = talign
    		}
    	}
    	if off < dt.ByteSize {
    		fld, sizes = c.pad(fld, sizes, dt.ByteSize-off)
    		off = dt.ByteSize
    	}
    
    	// If the last field in a non-zero-sized struct is zero-sized
    	// the compiler is going to pad it by one (see issue 9401).
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:07:34 UTC 2024
    - 97.1K bytes
    - Viewed (0)
  4. tensorflow/c/c_api.cc

        if (!dst->scalar<tensorflow::ResourceHandle>()().ParseFromString(
                string(static_cast<const char*>(tensor_interface->Data()),
                       tensor_interface->ByteSize()))) {
          return InvalidArgument(
              "Malformed TF_RESOURCE tensor: unable to parse resource handle");
        }
        return absl::OkStatus();
      }
      return absl::OkStatus();
    }
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg debug/dwarf, type CharType struct
    pkg debug/dwarf, type CharType struct, embedded BasicType
    pkg debug/dwarf, type CommonType struct
    pkg debug/dwarf, type CommonType struct, ByteSize int64
    pkg debug/dwarf, type CommonType struct, Name string
    pkg debug/dwarf, type ComplexType struct
    pkg debug/dwarf, type ComplexType struct, embedded BasicType
    pkg debug/dwarf, type Data struct
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top