OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code
(Results
901 - 925
of
19832
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/go/darwin-x86/src/image/internal/imageutil/
imageutil.go
2
// Use of this source
code
is governed by a BSD-style
7
// Package imageutil contains
code
shared by image-related packages.
/prebuilts/go/darwin-x86/src/runtime/
cgocallback.go
2
// Use of this source
code
is governed by a BSD-style
7
// These functions are called from C
code
via cgo/callbacks.go.
/prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
sigpanic.go
2
// Use of this source
code
is governed by a BSD-style
8
// We want to test unwinding from sigpanic into C
code
(without a C symbolizer).
/prebuilts/go/darwin-x86/src/syscall/
asm_nacl_386.s
2
// Use of this source
code
is governed by a BSD-style
13
#define NACL_SYSCALL(
code
) \
14
MOVL $(0x10000 + ((
code
)<<5)), AX; CALL AX
16
#define NACL_SYSJMP(
code
) \
17
MOVL $(0x10000 + ((
code
)<<5)), AX; JMP AX
asm_nacl_amd64p32.s
2
// Use of this source
code
is governed by a BSD-style
13
#define NACL_SYSCALL(
code
) \
14
MOVL $(0x10000 + ((
code
)<<5)), AX; CALL AX
16
#define NACL_SYSJMP(
code
) \
17
MOVL $(0x10000 + ((
code
)<<5)), AX; JMP AX
asm_nacl_arm.s
2
// Use of this source
code
is governed by a BSD-style
13
#define NACL_SYSCALL(
code
) \
14
MOVW $(0x10000 + ((
code
)<<5)), R8; BL (R8)
16
#define NACL_SYSJMP(
code
) \
17
MOVW $(0x10000 + ((
code
)<<5)), R8; B (R8)
/prebuilts/go/darwin-x86/test/fixedbugs/
bug207.go
4
// Use of this source
code
is governed by a BSD-style
8
// the
code
to fill in the ... argument to fmt.Sprint.
bug289.go
4
// Use of this source
code
is governed by a BSD-style
7
// https://
code
.google.com/p/gofrontend/issues/detail?id=1
bug486.go
4
// Use of this source
code
is governed by a BSD-style
9
// http://
code
.google.com/p/gofrontend/issues/detail?id=35
gcc78763.go
4
// Use of this source
code
is governed by a BSD-style
7
// The gccgo compiler crashed while compiling this
code
.
issue11369.go
4
// Use of this source
code
is governed by a BSD-style
8
// by a constant generates correct
code
.
issue11737.go
4
// Use of this source
code
is governed by a BSD-style
7
// Issue 11737 - invalid == not being caught until generated switch
code
was compiled
issue12413.go
4
// Use of this source
code
is governed by a BSD-style
7
// issue 12413: invalid variable name x in type switch:
code
would fail
issue19678.go
4
// Use of this source
code
is governed by a BSD-style
8
// forward refs in dead
code
.
issue21253.go
4
// Use of this source
code
is governed by a BSD-style
7
// Gccgo crashed compiling this
code
due to failing to finalize
issue4752.go
4
// Use of this source
code
is governed by a BSD-style
15
return xi.(uint64) &^ yi.(uint64) // generates incorrect
code
issue8761.go
4
// Use of this source
code
is governed by a BSD-style
8
// used to confuse
code
generator into using temporary before initialization.
/prebuilts/go/linux-x86/misc/cgo/test/gcc68255/
a.go
2
// Use of this source
code
is governed by a BSD-style
5
// Test that it's OK to have C
code
that does nothing other than
/prebuilts/go/linux-x86/misc/cgo/testplugin/src/sub/plugin1/
plugin1.go
2
// Use of this source
code
is governed by a BSD-style
7
// // No C
code
required.
/prebuilts/go/linux-x86/misc/cgo/testplugin/unnamed1/
main.go
2
// Use of this source
code
is governed by a BSD-style
7
// // No C
code
required.
/prebuilts/go/linux-x86/misc/cgo/testplugin/unnamed2/
main.go
2
// Use of this source
code
is governed by a BSD-style
7
// // No C
code
required.
/prebuilts/go/linux-x86/src/cmd/internal/obj/
go.go
2
// Use of this source
code
is governed by a BSD-style
7
// go-specific
code
shared across loaders (5l, 6l, 8l).
/prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_s390x.go
2
// Use of this source
code
is governed by a BSD-style
9
// function
code
.
/prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_s390x.go
2
// Use of this source
code
is governed by a BSD-style
9
// function
code
.
/prebuilts/go/linux-x86/src/crypto/sha512/
sha512block_s390x.go
2
// Use of this source
code
is governed by a BSD-style
9
// function
code
.
Completed in 995 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>