Searched
refs:two (Results
1076 -
1100 of
1983) sorted by null
<<41424344454647484950>>
/prebuilts/go/darwin-x86/src/runtime/debug/ |
garbage.go | 32 // Create a buffer with space for at least two copies of the
|
/prebuilts/go/darwin-x86/src/runtime/ |
mcentral.go | 10 // Each MCentral is two lists of MSpans: those with free objects (c->nonempty)
|
runtime_test.go | 101 // addresses. Even so, we might have to remove one or two on different
|
string.go | 156 // two passes.
|
vdso_linux_amd64.go | 178 // We need two things from the segment table: the load offset
|
/prebuilts/go/darwin-x86/src/strconv/ |
atof_test.go | 178 // is an exact power of two that needs 8 decimal digits to be correctly
|
/prebuilts/go/darwin-x86/src/syscall/ |
exec_unix.go | 26 // If a fork happens between those two events, the child's exec
|
exec_windows.go | 100 // Last bytes are two UCS-2 NULs, or four NUL bytes.
|
/prebuilts/go/darwin-x86/src/time/ |
example_test.go | 111 // two characters (7 vs. 07), use an _ instead of a space in the layout string.
|
/prebuilts/go/darwin-x86/test/ |
append.go | 241 // accepts two slice types that meet that requirement but are
|
fibo.go | 12 // -half add values using two half-digit additions
|
index.go | 183 // The last two cases get us to oindex_const_sudo in gsubr.c.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
lex.go | 26 // Asm defines some two-character lexemes. We make up
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/ |
prog.go | 111 // These should be split into the two different conversions instead
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/ |
a.out.go | 98 /* these two registers are declared in runtime.h */
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/arm/ |
prog.go | 108 // These should be split into the two different conversions instead
|
/prebuilts/go/linux-x86/src/cmd/go/ |
help.go | 11 There are two different ways to call between Go and C/C++ code. 105 The toolchain supports relative import paths as a shortcut in two ways. 250 known code hosting site, each of the resulting packages has two possible 254 followed (before the next newline) by a comment of one of these two forms:
|
testflag.go | 200 if strings.HasPrefix(arg, "--") { // reduce two minuses to one
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
pobj.go | 120 // Clumsy hack to preserve old two-argument -X name val syntax for old scripts.
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/ |
proto.go | 15 // The two methods are simple enough to be implemented by hand rather than
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
shadow.go | 240 // Don't complain if the types differ: that implies the programmer really wants two different things.
|
/prebuilts/go/linux-x86/src/compress/bzip2/ |
huffman.go | 24 // tree, but also two magic values for run-length encoding and an EOF symbol.
|
/prebuilts/go/linux-x86/src/crypto/elliptic/ |
p256.go | 113 // multiples of the base point, G. It's actually two, equal length, tables 307 // 2**257. Since we just multiplied two Montgomery values together, the result 325 // another element two positions down. The following loop eliminates 379 // the loop eliminates two words by adding values to words to their [all...] |
/prebuilts/go/linux-x86/src/encoding/json/ |
stream_test.go | 66 // merge two adjacent JSON values.
|
/prebuilts/go/linux-x86/src/go/types/ |
predicates.go | 143 // Two array types are identical if they have identical element types 150 // Two slice types are identical if they have identical element types. 156 // Two struct types are identical if they have the same sequence of fields, 158 // and identical tags. Two anonymous fields are considered to have the same 176 // Two pointer types are identical if they have identical base types. 182 // Two tuples types are identical if they have the same number of elements 199 // Two function types are identical if they have the same number of parameters 210 // Two interface types are identical if they have the same set of methods with 227 // If two such (differently named) interfaces are compared, 261 // Two map types are identical if they have identical key and value types [all...] |
Completed in 1363 milliseconds
<<41424344454647484950>>