Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 98 for Hdrlen (0.22 sec)

  1. src/internal/coverage/rtcov/rtcov.go

    // the ID for the package for use by the package code itself,
    // or 0 for impossible errors.
    func AddMeta(p unsafe.Pointer, dlen uint32, hash [16]byte, pkgpath string, pkgid int, cmode uint8, cgran uint8) uint32 {
    	slot := len(Meta.List)
    	Meta.List = append(Meta.List, CovMetaBlob{
    		P:                  (*byte)(p),
    		Len:                dlen,
    		Hash:               hash,
    		PkgPath:            pkgpath,
    		PkgID:              pkgid,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/utils/mangling_util.cc

      return absl::StartsWith(str, kAttributePrefix);
    }
    
    absl::string_view DemangleAttributeName(absl::string_view str) {
      DCHECK(IsMangledAttributeName(str));
      return str.substr(std::strlen(kAttributePrefix));
    }
    
    MangledKind GetMangledKind(absl::string_view str) {
      if (absl::StartsWith(str, kDataTypePrefix)) {
        return MangledKind::kDataType;
      } else if (absl::StartsWith(str, kTensorShapePrefix)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 03:47:51 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. src/internal/syscall/unix/net_darwin.go

    	EAI_NONAME   = 8
    	EAI_SERVICE  = 9
    	EAI_SYSTEM   = 11
    	EAI_OVERFLOW = 14
    
    	NI_NAMEREQD = 4
    )
    
    type Addrinfo struct {
    	Flags     int32
    	Family    int32
    	Socktype  int32
    	Protocol  int32
    	Addrlen   uint32
    	Canonname *byte
    	Addr      *syscall.RawSockaddr
    	Next      *Addrinfo
    }
    
    //go:cgo_ldflag "-lresolv"
    
    //go:cgo_import_dynamic libc_getaddrinfo getaddrinfo "/usr/lib/libSystem.B.dylib"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 28 13:41:21 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/coverage/cover.go

    			base.Fatalf("metahash bad byte %q", nib)
    		}
    		hv[i] = byte(x)
    	}
    
    	// Return hash and meta-data len
    	return hv, base.Flag.Cfg.CoverageInfo.MetaLen
    }
    
    func registerMeta(cnames names, hashv [16]byte, mdlen int) {
    	// Materialize expression for hash (an array literal)
    	pos := cnames.InitFn.Pos()
    	elist := make([]ir.Node, 0, 16)
    	for i := 0; i < 16; i++ {
    		elem := ir.NewInt(base.Pos, int64(hashv[i]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 21:55:46 UTC 2024
    - 6K bytes
    - Viewed (0)
  5. src/internal/syscall/windows/security_windows.go

    }
    
    const SE_GROUP_INTEGRITY = 0x00000020
    
    type TokenType uint32
    
    const (
    	TokenPrimary       TokenType = 1
    	TokenImpersonation TokenType = 2
    )
    
    //sys	GetProfilesDirectory(dir *uint16, dirLen *uint32) (err error) = userenv.GetProfilesDirectoryW
    
    const (
    	LG_INCLUDE_INDIRECT  = 0x1
    	MAX_PREFERRED_LENGTH = 0xFFFFFFFF
    )
    
    type LocalGroupUserInfo0 struct {
    	Name *uint16
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 04 07:21:38 UTC 2023
    - 4K bytes
    - Viewed (0)
  6. src/syscall/ztypes_aix_ppc64.go

    )
    
    const (
    	SizeofIfMsghdr = 0x10
    )
    
    type IfMsgHdr struct {
    	Msglen    uint16
    	Version   uint8
    	Type      uint8
    	Addrs     int32
    	Flags     int32
    	Index     uint16
    	Addrlen   uint8
    	Pad_cgo_0 [1]byte
    }
    
    type Utsname struct {
    	Sysname  [32]uint8
    	Nodename [32]uint8
    	Release  [32]uint8
    	Version  [32]uint8
    	Machine  [32]uint8
    }
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 14:36:41 UTC 2019
    - 4.2K bytes
    - Viewed (0)
  7. src/runtime/cgo/gcc_darwin_arm64.c

    	if (!res) {
    		fprintf(stderr, "runtime/cgo: cannot get URL string\n");
    		return;
    	}
    
    	// url is of the form "file:///path/to/Info.plist".
    	// strip it down to the working directory "/path/to".
    	int url_len = strlen(buf);
    	if (url_len < sizeof("file://")+sizeof("/Info.plist")) {
    		fprintf(stderr, "runtime/cgo: bad URL: %s\n", buf);
    		return;
    	}
    	buf[url_len-sizeof("/Info.plist")+1] = 0;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 09 03:13:11 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go

    )
    
    const (
    	SizeofIfMsghdr = 0x10
    )
    
    type IfMsgHdr struct {
    	Msglen  uint16
    	Version uint8
    	Type    uint8
    	Addrs   int32
    	Flags   int32
    	Index   uint16
    	Addrlen uint8
    	_       [1]byte
    }
    
    type FdSet struct {
    	Bits [2048]int32
    }
    
    type Utsname struct {
    	Sysname  [32]byte
    	Nodename [32]byte
    	Release  [32]byte
    	Version  [32]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/ops/gen/cpp/views/attr_view.cc

        case AttrValue::kPlaceholder:
          LOG(ERROR) << "Unexpected non-primitive attribute value.";
          return "/* ERROR */";
      }
    }
    
    string AttrView::VariableStrLen() const {
      return Call("strlen", {VariableName()});
    }
    
    string AttrView::VariableSpanData() const {
      return Call(VariableName(), "data", {}, ".");
    }
    
    string AttrView::VariableSpanLen() const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 07:02:00 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/testcarchive/testdata/main3.c

    // that it is installed before the Go code starts.
    
    static void pipeHandler(int signo, siginfo_t* info, void* ctxt) {
    	const char *s = "unexpected SIGPIPE\n";
    	write(2, s, strlen(s));
    	exit(EXIT_FAILURE);
    }
    
    static void init(void) __attribute__ ((constructor (200)));
    
    static void init() {
        struct sigaction sa;
    
    	memset(&sa, 0, sizeof sa);
    	sa.sa_sigaction = pipeHandler;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 3.9K bytes
    - Viewed (0)
Back to top