OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shiftconstl
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/test/
64bit.go
610
const
shiftConstL
= "func test%vShiftL%v(b uint64, left, right %v) {\n" +
642
fmt.Fprintf(bout,
shiftConstL
, "Int64", i, "int64", "int64", a, "int64")
651
fmt.Fprintf(bout,
shiftConstL
, "Uint64", i, "uint64", "uint64", a, "uint64")
/prebuilts/go/linux-x86/test/
64bit.go
610
const
shiftConstL
= "func test%vShiftL%v(b uint64, left, right %v) {\n" +
642
fmt.Fprintf(bout,
shiftConstL
, "Int64", i, "int64", "int64", a, "int64")
651
fmt.Fprintf(bout,
shiftConstL
, "Uint64", i, "uint64", "uint64", a, "uint64")
Completed in 1094 milliseconds