/prebuilts/go/darwin-x86/src/net/ |
addrselect.go | 280 // byMaskLength sorts policyTableEntry by the size of their Prefix.Mask.Size,
|
/prebuilts/go/linux-x86/src/go/ast/ |
commentmap.go | 20 // sortComments sorts the list of comment groups in source order.
|
/prebuilts/go/linux-x86/src/net/ |
addrselect.go | 280 // byMaskLength sorts policyTableEntry by the size of their Prefix.Mask.Size,
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
pgen.go | 170 // cmpstackvarlt reports whether the stack variable a sorts before b.
|
subr.go | 54 // byLineno sorts errors by lineno. 61 // flusherrors sorts errors seen so far by line number, prints them to stdout, 396 // methcmp sorts by symbol, then by package path for unexported symbols. [all...] |
swt.go | 878 // caseClauseByConstVal sorts clauses by constant value to enable binary search.
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
objfile.go | 509 // relocByOff sorts relocations by their offsets.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
pgen.go | 170 // cmpstackvarlt reports whether the stack variable a sorts before b.
|
subr.go | 54 // byLineno sorts errors by lineno. 61 // flusherrors sorts errors seen so far by line number, prints them to stdout, 396 // methcmp sorts by symbol, then by package path for unexported symbols. [all...] |
swt.go | 878 // caseClauseByConstVal sorts clauses by constant value to enable binary search.
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
objfile.go | 509 // relocByOff sorts relocations by their offsets.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
MIPS64Ops.go | 345 // and sorts it to the very beginning of the block to prevent other
|
MIPSOps.go | 377 // and sorts it to the very beginning of the block to prevent other
|
PPC64Ops.go | 287 // and sorts it to the very beginning of the block to prevent other
|
386Ops.go | 438 // and sorts it to the very beginning of the block to prevent other
|
ARM64Ops.go | 423 // and sorts it to the very beginning of the block to prevent other
|
ARMOps.go | 477 // and sorts it to the very beginning of the block to prevent other [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
MIPS64Ops.go | 345 // and sorts it to the very beginning of the block to prevent other
|
MIPSOps.go | 377 // and sorts it to the very beginning of the block to prevent other
|
PPC64Ops.go | 287 // and sorts it to the very beginning of the block to prevent other
|
386Ops.go | 438 // and sorts it to the very beginning of the block to prevent other
|
ARM64Ops.go | 423 // and sorts it to the very beginning of the block to prevent other
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
encode.go | 1054 // byIndex sorts field by index sequence. [all...] |
/prebuilts/go/darwin-x86/src/runtime/pprof/ |
pprof.go | 414 // keysByCount sorts keys with higher counts first, breaking ties by key string order.
|
/prebuilts/go/darwin-x86/src/text/template/ |
exec.go | 954 // sortKeys sorts (if it can) the slice of reflect.Values, which is a slice of map keys.
|