Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rsc/tmp
/ types & classes
Types & classes
618 in github.com/rsc/tmp
⨍
Functions
4,772
◇
Types & classes
618
↓ 114 callers
Class
FN
brotli/enc_metablock_inc.h:14
↓ 65 callers
TypeAlias
nat
An unsigned integer x of the form x = x[n-1]*_B^(n-1) + x[n-2]*_B^(n-2) + ... + x[1]*_B + x[0] with 0 <= x[i] < _B and 0 <= i < n is stored in a sli
bootstrap/internal/gc/big/nat.go:47
↓ 60 callers
TypeAlias
text
html2md/print.go:247
↓ 33 callers
Class
Double
Helper functions for doubles.
ftoa/dblconv/ieee.h:42
↓ 33 callers
TypeAlias
Word
A Word represents a single digit of a multi-precision unsigned integer.
bootstrap/internal/gc/big/arith.go:14
↓ 29 callers
Class
FN
brotli/enc_hash_forgetful_chain_inc.h:38
↓ 27 callers
Class
DiyFp
This "Do It Yourself Floating Point" class implements a floating-point number with a uint64 significand and an int exponent. Normalized DiyFp numbers
ftoa/dblconv/diy-fp.h:41
↓ 16 callers
Struct
uint128
A uint128 is a 128-bit uint.
ftoa/ftoa.go:179
↓ 10 callers
TypeAlias
SyntaxError
A SyntaxError represents a syntax error encountered while parsing a patch.
patch/patch.go:63
↓ 10 callers
TypeAlias
code
html2md/print.go:224
↓ 9 callers
TypeAlias
tagBlock
html2md/print.go:46
↓ 8 callers
Class
FN
brotli/enc_histogram_inc.h:12
↓ 8 callers
Class
Single
ftoa/dblconv/ieee.h:286
↓ 7 callers
Struct
T
Field tracking test case. F, G, G2, H, H2, I, and I2 are used. G2, H2, and I2 are not tracked and should not appear in the list. J is not used.
fieldtrack/fieldtrack_test.go:19
↓ 6 callers
TypeAlias
Key
A Key is a key used by a Tree. It is usually a cryptographic hash of the actual key data.
mpt/tree.go:93
↓ 6 callers
TypeAlias
Proof
A Proof is a proof of the result of looking up a target key in a specific snapshot of a Tree.
mpt/tree.go:238
↓ 6 callers
TypeAlias
tag
html2md/print.go:240
↓ 5 callers
TypeAlias
CorruptInputError
git85/git.go:15
↓ 5 callers
TypeAlias
addr
An addr is an offset into the disk layout. It is stored on disk as a 48-bit big-endian value.
mpt/disk.go:327
↓ 4 callers
TypeAlias
Hash
A Hash is a Merkle hash of a node.
mpt/tree.go:213
↓ 4 callers
TypeAlias
Val
A Val is a value stored in a Tree. It is usually a cryptographic hash of the actual value data.
mpt/tree.go:133
↓ 3 callers
TypeAlias
inlines
html2md/print.go:145
↓ 3 callers
TypeAlias
rbyoff
bootstrap/internal/ld/ldelf.go:952
↓ 2 callers
TypeAlias
caseClauseByExpr
bootstrap/internal/gc/swt.go:721
↓ 2 callers
TypeAlias
caseClauseByType
bootstrap/internal/gc/swt.go:782
↓ 2 callers
Enum
chars_format
ftoa/fast_float/float_common.h:36
↓ 2 callers
FuncType
flagFn
func(string)
bootstrap/internal/asm/asm.go:269
↓ 2 callers
TypeAlias
pre
html2md/print.go:59
↓ 1 callers
TypeAlias
Accuracy
go:generate stringer -type=RoundingMode Accuracy describes the rounding error produced by the most recent operation that generated a Float value, rela
bootstrap/internal/gc/big/float.go:139
↓ 1 callers
Interface
File
File is the interface needed for on-disk storage.
mpt/disk.go:72
↓ 1 callers
TypeAlias
RoundingMode
RoundingMode determines how a Float value is rounded to the desired precision. Rounding may change the Float value; the rounding error is described by
bootstrap/internal/gc/big/float.go:123
↓ 1 callers
Class
UInt128
Represents a 128bit type. This class should be replaced by a native type on platforms that support 128bit integers.
ftoa/dblconv/fixed-dtoa.cc:37
↓ 1 callers
TypeAlias
blockrpocmp
Comparison predicate used for sorting basic blocks by their rpo in ascending order.
bootstrap/internal/gc/plive.go:285
↓ 1 callers
TypeAlias
blocks
html2md/print.go:17
↓ 1 callers
TypeAlias
caseClauseByOrd
bootstrap/internal/gc/swt.go:697
↓ 1 callers
TypeAlias
count
count is a flag.Value that is like a flag.Bool and a flag.Int. If used as -name, it increments the count, but -name=x sets the count. Used for verbose
bootstrap/internal/asm/asm.go:285
↓ 1 callers
TypeAlias
count
count is a flag.Value that is like a flag.Bool and a flag.Int. If used as -name, it increments the count, but -name=x sets the count. Used for verbose
bootstrap/internal/obj/flag.go:57
↓ 1 callers
TypeAlias
decodeError
brotli/reader.go:38
↓ 1 callers
TypeAlias
errcmp
bootstrap/internal/gc/subr.go:64
↓ 1 callers
FuncType
fn0
func()
bootstrap/internal/obj/flag.go:100
↓ 1 callers
FuncType
fn1
func(string)
bootstrap/internal/obj/flag.go:115
↓ 1 callers
TypeAlias
int32Value
bootstrap/internal/obj/flag.go:83
↓ 1 callers
TypeAlias
machoscmp
bootstrap/internal/ld/macho.go:607
↓ 1 callers
FuncType
mdTransformFunc
mdTransformFunc is a func implementing parser.ASTTransformer.
md2html/md2html.go:98
↓ 1 callers
TypeAlias
methcmp
bootstrap/internal/gc/subr.go:601
↓ 1 callers
TypeAlias
methodbyname
bootstrap/internal/gc/export.go:261
↓ 1 callers
TypeAlias
noDiffType
patch/patch.go:56
↓ 1 callers
TypeAlias
objType
An objType is an object type indicator. The values are the ones used in Git pack encoding (https://git-scm.com/docs/pack-format#_object_types).
gitfs/fs.go:38
↓ 1 callers
TypeAlias
para
html2md/print.go:153
↓ 1 callers
TypeAlias
pescmp
bootstrap/internal/ld/pe.go:693
↓ 1 callers
TypeAlias
quote
html2md/print.go:132
↓ 1 callers
TypeAlias
rcmp
bootstrap/internal/gc/reg.go:142
↓ 1 callers
TypeAlias
startcmp
bootstrap/internal/gc/popt.go:532
Class
ivynote/ivy.js:323
Class
ivynote/ivy.js:323
Struct
ACMRandom
profbench/main.go:125
Class
AbslInternal_YouForgotToExplicitlyInitializeAField
ftoa/abseil/absl_base_attributes.h:808
Struct
Addr
An Addr is an argument to an instruction. The general forms and their encodings are: sym±offset(symkind)(reg)(index*scale) Memory reference at add
bootstrap/internal/obj/link.go:148
Class
AppendUninitializedTraits
ftoa/abseil/absl_strings_internal_resize_uninitialized.h:86
Class
AppendUninitializedTraits< string_type, absl::void_t<decltype(std::declval<string_type&>() .__append_default_init(237))> >
ftoa/abseil/absl_strings_internal_resize_uninitialized.h:93
Struct
ArHdr
bootstrap/internal/ld/ar.go:46
Struct
Arch
bootstrap/internal/gc/go.go:761
Struct
Arch
Data layout and relocation. Derived from Inferno utils/6l/l.h http://code.google.com/p/inferno-os/source/browse/utils/6l/l.h Copyright © 1994-1999 L
bootstrap/internal/ld/lib.go:81
Class
AssertHashEnabledHelper
ftoa/abseil/absl_meta_type_traits.h:240
Struct
Auto
bootstrap/internal/obj/link.go:412
Struct
Auto
bootstrap/internal/ld/link.go:95
Class
BCinfo
ftoa/dmg/dtoa20170421.c:1485
Class
BCinfo
ftoa/dmg/dtoa20161215.c:490
Class
BCinfo
ftoa/dmg/dtoa20251117.c:1486
Class
BF96
ftoa/dmg/dtoa20170421.c:380
Class
BF96
ftoa/dmg/dtoa20251117.c:381
Class
BackwardMatch
brotli/enc_hash.h:216
Struct
Balancer
mapbench/bench_test.go:19
Struct
BasicBlock
An ordinary basic block. Instructions are threaded together in a doubly-linked list. To iterate in program order follow the link pointer from the fi
bootstrap/internal/gc/plive.go:49
Class
BigUnsigned
ftoa/abseil/absl_strings_internal_charconv_bigint.h:57
Class
BigUnsigned<4>
ftoa/abseil/absl_strings_internal_charconv_bigint.h:426
Class
BigUnsigned<4>
ftoa/abseil/absl_strings_internal_charconv_bigint.cc:352
Class
BigUnsigned<84>
ftoa/abseil/absl_strings_internal_charconv_bigint.h:427
Class
BigUnsigned<84>
ftoa/abseil/absl_strings_internal_charconv_bigint.cc:353
Class
Bigint
ftoa/dmg/dtoa1991.c:269
Class
Bigint
ftoa/dmg/dtoa1991.c:271
Class
Bigint
ftoa/dmg/dtoa20170421.c:1510
Class
Bigint
ftoa/dmg/dtoa20170421.c:1512
Class
Bigint
ftoa/dmg/dtoa19970128.c:382
Class
Bigint
ftoa/dmg/dtoa19970128.c:384
Class
Bigint
ftoa/dmg/dtoa20161215.c:532
Class
Bigint
ftoa/dmg/dtoa20161215.c:534
Class
Bigint
ftoa/dmg/dtoa20251117.c:1511
Class
Bigint
ftoa/dmg/dtoa20251117.c:1513
Class
Bignum
ftoa/dblconv/bignum.h:35
Enum
BignumDtoaMode
ftoa/dblconv/bignum-dtoa.h:35
Struct
Biobuf
bootstrap/internal/obj/util.go:32
Struct
Biobuf
bootstrap/internal/ld/util.go:81
Struct
Bits
Bits represents a set of Vars, stored as a bit set of var numbers (the index in vars, or equivalently v.id).
bootstrap/internal/gc/reg.go:59
TypeAlias
Bits
A Bits value b represents a finite floating-point number x of the form x = 2**b[0] + 2**b[1] + ... 2**b[len(b)-1] The order of slice elements is no
bootstrap/internal/gc/big/bits_test.go:28
Class
BlockEncoder
brotli/enc_brotli_bit_stream.c:834
Class
BlockSplit
brotli/enc_block_splitter.h:23
Class
BlockSplitCode
brotli/enc_brotli_bit_stream.c:101
Class
BlockSplitIterator
brotli/enc_histogram.c:19
Class
BlockTypeCodeCalculator
brotli/enc_brotli_bit_stream.c:52
next →
1–100 of 618, ranked by callers