OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add32s
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/test/
armimm.go
25
func
add32s
(x uint32) uint32 {
func
123
if want, got = a+c32s,
add32s
(a); got != want {
124
panic(fmt.Sprintf("
add32s
(%x) = %x, want %x", a, got, want))
/prebuilts/go/linux-x86/test/
armimm.go
25
func
add32s
(x uint32) uint32 {
func
123
if want, got = a+c32s,
add32s
(a); got != want {
124
panic(fmt.Sprintf("
add32s
(%x) = %x, want %x", a, got, want))
Completed in 5283 milliseconds