MCPcopy Create free account

hub / github.com/rsc/tmp / functions

Functions4,772 in github.com/rsc/tmp

↓ 10 callersFunctionmaxalign
maxalign returns the maximum required alignment for the list of symbols s; the list stops when s->type exceeds type.
bootstrap/internal/ld/data.go:1019
↓ 10 callersMethodmaybeSpace
()
html2md/print.go:302
↓ 10 callersFunctionmulShift64
Best case: use 128-bit type.
ftoa/ryu/d2s_intrinsics.h:259
↓ 10 callersMethodmutate
TODO: should mutate be done by editing dst in place and then calling t.mutated(dst)? mutate is like copy(dst, src) where dst is inside t.mem. It also
mpt/disk.go:284
↓ 10 callersFunctionnewElfShdr
(name int64)
bootstrap/internal/ld/elf.go:912
↓ 10 callersFunctionnewMachoSect
(seg *MachoSeg, name string, segname string)
bootstrap/internal/ld/macho.go:176
↓ 10 callersFunctionnodlit
(v Val)
bootstrap/internal/gc/const.go:1063
↓ 10 callersFunctiononebitwalktype1
NOTE: The bitmap for a specific type t should be cached in t after the first run and then simply copied into bv at the correct offset on future calls
bootstrap/internal/gc/plive.go:893
↓ 10 callersFunctionprintbitset
(printed int, name string, vars []*Node, bits Bvec)
bootstrap/internal/gc/plive.go:1591
↓ 10 callersFunctionproggendata
(g *ProgGen, d uint8)
bootstrap/internal/gc/reflect.go:1447
↓ 10 callersFunctionracewalklist
(l *NodeList, init **NodeList)
bootstrap/internal/gc/racewalk.go:91
↓ 10 callersMethodround
round rounds z according to z.mode to z.prec bits and sets z.acc accordingly. sbit must be 0 or 1 and summarizes any "sticky bit" information one migh
bootstrap/internal/gc/big/float.go:379
↓ 10 callersFunctionrshift
ftoa/dmg/dtoa20170421.c:2656
↓ 10 callersFunctionstringsCompare
strings.Compare, introduced in Go 1.5.
bootstrap/internal/gc/util.go:50
↓ 10 callersFunctionsulp
ftoa/dmg/dtoa20170421.c:3211
↓ 10 callersFunctionwalkexprlistsafe
(l *NodeList, init **NodeList)
bootstrap/internal/gc/walk.go:370
↓ 10 callersFunctionwalktypedef
(die *DWDie)
bootstrap/internal/ld/dwarf.go:612
↓ 9 callersFunctionAdduint16
(ctxt *Link, s *LSym, v uint16)
bootstrap/internal/ld/data.go:95
↓ 9 callersFunctionAgen
* * generate: * res = &n; * The generated code checks that the result is not nil. */
bootstrap/internal/gc/cgen.go:1500
↓ 9 callersMethodBitLen
BitLen returns the length of the absolute value of x in bits. The bit length of 0 is 0.
bootstrap/internal/gc/big/int.go:403
↓ 9 callersFunctionBitsEntropy
brotli/enc_bit_cost.h:45
↓ 9 callersFunctionBrotliFillBitWindow
Guarantees that there are at least |n_bits| + 1 bits in accumulator. Precondition: accumulator contains at least 1 bit. |n_bits| should be in th
brotli/dec_bit_reader.h:108
↓ 9 callersFunctionEntryvalue
()
bootstrap/internal/ld/lib.go:1748
↓ 9 callersMethodGet
()
bootstrap/internal/obj/flag.go:107
↓ 9 callersFunctionLe32
(b []byte)
bootstrap/internal/ld/lib.go:1308
↓ 9 callersMethodLen
()
bootstrap/internal/gc/reg.go:144
↓ 9 callersFunctionLinkrlookup
read-only lookup
bootstrap/internal/ld/sym.go:209
↓ 9 callersMethodRead
(p []byte)
bootstrap/internal/ld/util.go:213
↓ 9 callersFunctionRtoB
(r int)
bootstrap/bootstrap6g/reg.go:116
↓ 9 callersMethodSet
Set sets z to the (possibly rounded) value of x and returns z. If z's precision is 0, it is changed to the precision of x before setting z (and roundi
bootstrap/internal/gc/big/float.go:691
↓ 9 callersMethodSetInt64
SetInt64 sets z to the (possibly rounded) value of x and returns z. If z's precision is 0, it is changed to 64 (and rounding will have no effect).
bootstrap/internal/gc/big/float.go:576
↓ 9 callersMethodTimes10
ftoa/dblconv/bignum.h:63
↓ 9 callersMethodWrite
Write implements io.Writer. Flush or Close must be called to ensure that the encoded bytes are actually flushed to the underlying Writer.
brotli/writer.go:146
↓ 9 callersFunctionaddpesection
(name string, sectsize int, filesize int)
bootstrap/internal/ld/pe.go:392
↓ 9 callersMethodaddr
addr returns the address of the given diskNode.
mpt/disk.go:409
↓ 9 callersFunctionaindex
(b *Node, t *Type)
bootstrap/internal/gc/subr.go:720
↓ 9 callersFunctionappendpp
(p *obj.Prog, as int, ftype int, freg int, foffset int64, ttype int, treg int, toffset int64)
bootstrap/bootstrap6g/ggen.go:155
↓ 9 callersFunctionarout
(s string, v []int, n int)
yacc/yacc.go:3001
↓ 9 callersFunctionbvandnot
* difference */
bootstrap/internal/gc/bv.go:62
↓ 9 callersFunctioncheck
(err error)
bigdirbench/main.go:19
↓ 9 callersFunctioncheck
(t *testing.T, err error)
mpt/disk_test.go:334
↓ 9 callersFunctionconsttype
(n *Node)
bootstrap/internal/gc/const.go:441
↓ 9 callersFunctionconvas
(n *Node, init **NodeList)
bootstrap/internal/gc/walk.go:2283
↓ 9 callersFunctioncpp20_and_in_constexpr
ftoa/fast_float/float_common.h:221
↓ 9 callersFunctionfuncbody
* * finish the body. * called in auto-declaration context. * returns in extern-declaration context. */
bootstrap/internal/gc/dcl.go:745
↓ 9 callersFunctionmacend
()
bootstrap/internal/asm/macbody.go:849
↓ 9 callersFunctionmul
(u, v rat)
gomaxprocs/powser/powser_test.go:256
↓ 9 callersFunctionmustFind
(die *DWDie, name string)
bootstrap/internal/ld/dwarf.go:679
↓ 9 callersFunctionneg
(u rat)
gomaxprocs/powser/powser_test.go:265
↓ 9 callersFunctionnewElfPhdr
()
bootstrap/internal/ld/elf.go:896
↓ 9 callersFunctionnewfuncname
newfuncname generates a new name node for a function or method. TODO(rsc): Use an ODCLFUNC node instead. See comment in CL 7360.
bootstrap/internal/gc/dcl.go:380
↓ 9 callersMethodnorm
()
bootstrap/internal/gc/big/rat.go:414
↓ 9 callersFunctionobject
(fields map[string]any)
gadget/internal/schema/schema_test.go:300
↓ 9 callersFunctionoldname
* * this will return an old name * that has already been pushed on the * declaration list. a diagnostic is * generated if no name has been defined
bootstrap/internal/gc/dcl.go:415
↓ 9 callersFunctionpopdcl
()
bootstrap/internal/gc/dcl.go:56
↓ 9 callersMethodprintNL
(force bool)
html2md/print.go:279
↓ 9 callersFunctionput4
(ctxt *obj.Link, v int32)
bootstrap/internal/obj/x86/asm6.go:2383
↓ 9 callersFunctionreduce
(s []node)
mpt/tree.go:362
↓ 9 callersMethodset
(pbit int, key Key, val Val)
mpt/mem.go:136
↓ 9 callersMethodsetWord
(x Word)
bootstrap/internal/gc/big/nat.go:79
↓ 9 callersFunctiontypesymprefix
(prefix string, t *Type)
bootstrap/internal/gc/reflect.go:869
↓ 9 callersFunctionwritebarrierfn
(name string, l *Type, r *Type)
bootstrap/internal/gc/walk.go:2857
↓ 8 callersMethodAcc
Acc returns the accuracy of x produced by the most recent operation.
bootstrap/internal/gc/big/float.go:219
↓ 8 callersFunctionBROTLI_UNALIGNED_LOAD32LE
brotli/common_platform.h:318
↓ 8 callersFunctionBackwardReferenceScore
Usually, we always choose the longest backward reference. This function allows for the exception of that rule. If we choose a backward referenc
brotli/enc_hash.h:135
↓ 8 callersFunctionBuildAndStoreHuffmanTree
Builds a Huffman tree from histogram[0:length] into depth[0:length] and bits[0:length] and stores the encoded tree to the bit stream. */
brotli/enc_brotli_bit_stream.c:350
↓ 8 callersFunctionEconv
Fmt "%E": etype
bootstrap/internal/gc/fmt.go:402
↓ 8 callersMethodFloat32
Float32 returns the nearest float32 value for x and a bool indicating whether f represents x exactly. If the magnitude of x is too large to be represe
bootstrap/internal/gc/big/rat.go:268
↓ 8 callersFunctionGo
Go returns the version string for Go N.M ("goN.M")
gorebuild/gover.go:13
↓ 8 callersFunctionHashBytesAtOffset
brotli/enc_compress_fragment.c:47
↓ 8 callersMethodIsClamped
ftoa/dblconv/bignum.h:121
↓ 8 callersFunctionLookup
(symb string)
bootstrap/internal/asm/lexbody.go:176
↓ 8 callersMethodNeg
Neg sets z to -x and returns z.
bootstrap/internal/gc/big/int.go:104
↓ 8 callersFunctionNewWriter
NewWriter initializes new Writer instance. Close MUST be called to free resources.
brotli/writer.go:76
↓ 8 callersFunctionPLEVEL
(i int)
yacc/yacc.go:140
↓ 8 callersMethodQuoRem
QuoRem sets z to the quotient x/y and r to the remainder x%y and returns the pair (z, r) for y != 0. If y == 0, a division-by-zero run-time panic occu
bootstrap/internal/gc/big/int.go:228
↓ 8 callersFunctionReadUint8
Returns BROTLI_TRUE on success, BROTLI_FALSE on failure. */
brotli/common_shared_dictionary.c:43
↓ 8 callersFunctionSafeReadSymbol
brotli/dec_decode.c:417
↓ 8 callersMethodSetFloat64
SetFloat64 sets z to the (possibly rounded) value of x and returns z. If z's precision is 0, it is changed to 53 (and rounding will have no effect). S
bootstrap/internal/gc/big/float.go:589
↓ 8 callersFunctionSimsimtype
* * even simpler simtype; get rid of ptr, bool. * assuming that the front end has rejected * all the invalid conversions (like ptr -> bool) */
bootstrap/internal/gc/subr.go:3040
↓ 8 callersFunctionWputl
(w uint16)
bootstrap/internal/ld/symtab.go:266
↓ 8 callersMethodWrite
(data []byte)
ssh-namespace-agent/main.go:340
↓ 8 callersFunctionadduint
(ctxt *Link, s *LSym, v uint64)
bootstrap/internal/ld/data.go:107
↓ 8 callersFunctionadduintxx
(ctxt *Link, s *LSym, v uint64, wid int)
bootstrap/internal/ld/data.go:85
↓ 8 callersFunctionb2d
ftoa/dmg/dtoa20170421.c:2201
↓ 8 callersFunctiondecode_inuxi
(p []byte, sz int)
bootstrap/internal/ld/decodesym.go:32
↓ 8 callersFunctiondiff
ftoa/dmg/dtoa20170421.c:2075
↓ 8 callersFunctionexit
(status int)
yacc/yacc.go:3194
↓ 8 callersMethodfileLineAt
(lineno int)
bootstrap/internal/obj/obj.go:52
↓ 8 callersFunctionfunctype
* * turn a parsed function declaration * into a type */
bootstrap/internal/gc/dcl.go:1203
↓ 8 callersFunctionhi0bits
ftoa/dmg/dtoa20251117.c:1737
↓ 8 callersFunctioni2b
ftoa/dmg/dtoa20251117.c:1809
↓ 8 callersFunctionidctRow
(in *[8]int32, table *[7]int32, round int32)
dct/idct_skal.go:180
↓ 8 callersFunctioninline2md
(ctxt string, n *html.Node)
html2md/html.go:268
↓ 8 callersFunctioninlsubstlist
inlsubst and inlsubstlist recursively copy the body of the saved pristine ->inl body of the function while substituting references to input/output par
bootstrap/internal/gc/inl.go:897
↓ 8 callersFunctionisDigit
ftoa/dblconv/string-to-double.cc:148
↓ 8 callersFunctionisdirectiface
* * Can this type be stored directly in an interface word? * Yes, if the representation is a single pointer. */
bootstrap/internal/gc/subr.go:3503
↓ 8 callersFunctioniszero
(n *Node)
bootstrap/internal/gc/sinit.go:1353
↓ 8 callersFunctionmakeAcc
(above bool)
bootstrap/internal/gc/big/float.go:181
↓ 8 callersFunctionmatch
ftoa/dmg/dtoa20170421.c:2534
← previousnext →401–500 of 4,772, ranked by callers