HomeSort by relevance Sort by last modified time
    Searched refs:NewInt (Results 51 - 74 of 74) sorted by null

1 23

  /prebuilts/go/linux-x86/src/expvar/
expvar.go 296 func NewInt(name string) *Int {
expvar_test.go 38 reqs := NewInt("requests")
  /prebuilts/go/darwin-x86/src/math/big/
int.go 60 // NewInt allocates and returns a new Int set to x.
61 func NewInt(x int64) *Int {
nat_test.go 408 one := NewInt(1)
rat.go 425 if f := NewInt(0).binaryGCD(&z.a, &z.b); f.Cmp(intOne) != 0 {
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 340 n := big.NewInt(2646693125139304345)
341 d := big.NewInt(842468587426513207)
  /prebuilts/go/linux-x86/src/math/big/
int.go 60 // NewInt allocates and returns a new Int set to x.
61 func NewInt(x int64) *Int {
nat_test.go 408 one := NewInt(1)
rat.go 425 if f := NewInt(0).binaryGCD(&z.a, &z.b); f.Cmp(intOne) != 0 {
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 340 n := big.NewInt(2646693125139304345)
341 d := big.NewInt(842468587426513207)
  /external/boringssl/src/ssl/test/runner/
sign.go 155 return big.NewInt(0)
key_agreement.go 57 exponent := big.NewInt(int64(key.E)).Bytes()
runner.go     [all...]
  /prebuilts/go/darwin-x86/src/crypto/rsa/
rsa_test.go 114 m := big.NewInt(42)
  /prebuilts/go/linux-x86/src/crypto/rsa/
rsa_test.go 114 m := big.NewInt(42)
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 128 var bigOne = big.NewInt(1)
asn1_test.go 410 func newInt(n int) *int { return &n }
429 {"tag:17", fieldParameters{tag: newInt(17)}},
430 {"optional,explicit,default:42,tag:17", fieldParameters{optional: true, explicit: true, defaultValue: newInt64(42), tag: newInt(17)}},
431 {"optional,explicit,default:42,tag:17,rubbish1", fieldParameters{true, true, false, newInt64(42), newInt(17), 0, 0, false, false}},
478 {[]byte{0x02, 0x01, 0x42}, newInt(0x42)},
482 {[]byte{0x02, 0x01, 0x10}, newInt(16)},
493 {[]byte{0x30, 0x05, 0x02, 0x03, 0x12, 0x34, 0x56}, &TestBigInt{big.NewInt(0x123456)}},
    [all...]
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1.go 128 var bigOne = big.NewInt(1)
asn1_test.go 410 func newInt(n int) *int { return &n }
429 {"tag:17", fieldParameters{tag: newInt(17)}},
430 {"optional,explicit,default:42,tag:17", fieldParameters{optional: true, explicit: true, defaultValue: newInt64(42), tag: newInt(17)}},
431 {"optional,explicit,default:42,tag:17,rubbish1", fieldParameters{true, true, false, newInt64(42), newInt(17), 0, 0, false, false}},
478 {[]byte{0x02, 0x01, 0x42}, newInt(0x42)},
482 {[]byte{0x02, 0x01, 0x10}, newInt(16)},
493 {[]byte{0x30, 0x05, 0x02, 0x03, 0x12, 0x34, 0x56}, &TestBigInt{big.NewInt(0x123456)}},
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client_test.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client_test.go     [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
decode_test.go     [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
decode_test.go     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1481 milliseconds

1 23