X7ROOT File Manager
Current Path:
/opt/golang/1.19.4/src/cmd/compile/internal/types
opt
/
golang
/
1.19.4
/
src
/
cmd
/
compile
/
internal
/
types
/
📁
..
📄
alg.go
(3.35 KB)
📄
algkind_string.go
(1.07 KB)
📄
fmt.go
(17.79 KB)
📄
goversion.go
(2.28 KB)
📄
identity.go
(4.65 KB)
📄
kind_string.go
(1.62 KB)
📄
pkg.go
(3.85 KB)
📄
scope.go
(2.12 KB)
📄
size.go
(13.65 KB)
📄
sizeof_test.go
(1.01 KB)
📄
sort.go
(765 B)
📄
structuraltype.go
(4.74 KB)
📄
structuraltype_test.go
(3.26 KB)
📄
sym.go
(4.74 KB)
📄
sym_test.go
(1.23 KB)
📄
type.go
(53.86 KB)
📄
type_test.go
(511 B)
📄
universe.go
(4.04 KB)
📄
utils.go
(339 B)
Editing: utils.go
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package types const BADWIDTH = -1000000000 type bitset8 uint8 func (f *bitset8) set(mask uint8, b bool) { if b { *(*uint8)(f) |= mask } else { *(*uint8)(f) &^= mask } }
Upload File
Create Folder