HomeSort by relevance Sort by last modified time
    Searched refs:int64 (Results 1 - 25 of 2223) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13559.go 13 const _ int64 = 1e-10000 // ERROR "1e\-10000 truncated"
16 _ int64 = 1e10000000 // ERROR "1e\+10000000 overflows"
17 _ int64 = 1e1000000 // ERROR "1e\+1000000 overflows"
18 _ int64 = 1e100000 // ERROR "1e\+100000 overflows"
19 _ int64 = 1e10000 // ERROR "1e\+10000 overflows"
20 _ int64 = 1e1000 // ERROR "1e\+1000 overflows"
21 _ int64 = 1e100 // ERROR "10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 overflows"
22 _ int64 = 1e10
23 _ int64 = 1e1
24 _ int64 = 1e
    [all...]
bug366.go 11 func five(x int64) {
19 five(int64(5 / (5 / 3)))
22 five(int64(byte(5) / (byte(5) / byte(3))))
26 five(int64(a / (a / b)))
31 five(int64(x[2] / (x[2] / x[1])))
36 five(int64(y[1] / (y[1] / y[0])))
issue7863.go 13 type Foo int64
15 func (f *Foo) F() int64 {
16 return int64(*f)
19 type Bar int64
21 func (b Bar) F() int64 {
22 return int64(b)
27 func (b Baz) F() int64 {
28 return int64(b)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13559.go 13 const _ int64 = 1e-10000 // ERROR "1e\-10000 truncated"
16 _ int64 = 1e10000000 // ERROR "1e\+10000000 overflows"
17 _ int64 = 1e1000000 // ERROR "1e\+1000000 overflows"
18 _ int64 = 1e100000 // ERROR "1e\+100000 overflows"
19 _ int64 = 1e10000 // ERROR "1e\+10000 overflows"
20 _ int64 = 1e1000 // ERROR "1e\+1000 overflows"
21 _ int64 = 1e100 // ERROR "10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 overflows"
22 _ int64 = 1e10
23 _ int64 = 1e1
24 _ int64 = 1e
    [all...]
bug366.go 11 func five(x int64) {
19 five(int64(5 / (5 / 3)))
22 five(int64(byte(5) / (byte(5) / byte(3))))
26 five(int64(a / (a / b)))
31 five(int64(x[2] / (x[2] / x[1])))
36 five(int64(y[1] / (y[1] / y[0])))
issue7863.go 13 type Foo int64
15 func (f *Foo) F() int64 {
16 return int64(*f)
19 type Bar int64
21 func (b Bar) F() int64 {
22 return int64(b)
27 func (b Baz) F() int64 {
28 return int64(b)
  /frameworks/base/core/proto/android/service/
diskstats.proto 51 int64 agg_apps_size = 1;
53 int64 agg_apps_cache_size = 2;
55 int64 photos_size = 3;
57 int64 videos_size = 4;
59 int64 audio_size = 5;
61 int64 downloads_size = 6;
63 int64 system_size = 7;
65 int64 other_size = 8;
74 int64 app_size = 2;
76 int64 cache_size = 3
    [all...]
netstats.proto 71 int64 pending_total_bytes = 1;
102 int64 bucket_duration_ms = 1;
110 int64 bucket_start_ms = 1;
112 int64 rx_bytes = 2;
114 int64 rx_packets = 3;
116 int64 tx_bytes = 4;
118 int64 tx_packets = 5;
120 int64 operations = 6;
  /external/boringssl/src/ssl/test/runner/curve25519/
curve25519.go 68 func load3(in []byte) int64 {
69 var r int64
70 r = int64(in[0])
71 r |= int64(in[1]) << 8
72 r |= int64(in[2]) << 16
77 func load4(in []byte) int64 {
78 var r int64
79 r = int64(in[0])
80 r |= int64(in[1]) << 8
81 r |= int64(in[2]) << 1
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/
curve25519.go 68 func load3(in []byte) int64 {
69 var r int64
70 r = int64(in[0])
71 r |= int64(in[1]) << 8
72 r |= int64(in[2]) << 16
77 func load4(in []byte) int64 {
78 var r int64
79 r = int64(in[0])
80 r |= int64(in[1]) << 8
81 r |= int64(in[2]) << 1
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/curve25519/
curve25519.go 68 func load3(in []byte) int64 {
69 var r int64
70 r = int64(in[0])
71 r |= int64(in[1]) << 8
72 r |= int64(in[2]) << 16
77 func load4(in []byte) int64 {
78 var r int64
79 r = int64(in[0])
80 r |= int64(in[1]) << 8
81 r |= int64(in[2]) << 1
    [all...]
  /external/libtextclassifier/util/strings/
numbers.h 40 // Like ParseInt32, but for int64.
41 bool ParseInt64(const char *c_str, int64 *value);
48 std::string IntToString(int64 input);
  /external/protobuf/src/google/protobuf/util/internal/
constants.h 53 const int64 kTimestampMinSeconds = -62135596800;
56 const int64 kTimestampMaxSeconds = 253402300799;
59 const int64 kDurationMinSeconds = -315576000000;
62 const int64 kDurationMaxSeconds = 315576000000;
  /external/libtextclassifier/util/base/
integral_types.h 42 typedef __int64 int64; typedef in namespace:libtextclassifier
44 typedef long long int64; // NOLINT typedef in namespace:libtextclassifier
56 static_assert(sizeof(int64) == 8, "wrong size");
  /external/valgrind/VEX/test/
test-amd64-muldiv.h 2 void glue(glue(test_, OP), b)(int64 op0, int64 op1)
4 int64 res, s1, s0, flags;
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1)
22 int64 res, s1, flags, resh;
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1)
    [all...]
test-amd64-shift.h 30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags)
32 int64 res, flags;
43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags)
45 int64 res, flags
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
time.h 52 bool LIBPROTOBUF_EXPORT SecondsToDateTime(int64 seconds, DateTime* time);
55 bool LIBPROTOBUF_EXPORT DateTimeToSeconds(const DateTime& time, int64* seconds);
57 void LIBPROTOBUF_EXPORT GetCurrentTime(int64* seconds, int32* nanos);
66 string LIBPROTOBUF_EXPORT FormatTime(int64 seconds, int32 nanos);
69 bool LIBPROTOBUF_EXPORT ParseTime(const string& vaule, int64* seconds, int32* nanos);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
logic_test.go 9 values := [...]int64{-1 << 63, 1<<63 - 1, -4, -3, -2, -1, 0, 1, 2, 3, 4}
12 zero := func(x int64) int64 { return 0 }
13 id := func(x int64) int64 { return x }
14 or := func(x, y int64) int64 { return x | y }
15 and := func(x, y int64) int64 { return x & y }
16 y := func(x, y int64) int64 { return y
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
logic_test.go 9 values := [...]int64{-1 << 63, 1<<63 - 1, -4, -3, -2, -1, 0, 1, 2, 3, 4}
12 zero := func(x int64) int64 { return 0 }
13 id := func(x int64) int64 { return x }
14 or := func(x, y int64) int64 { return x | y }
15 and := func(x, y int64) int64 { return x & y }
16 y := func(x, y int64) int64 { return y
    [all...]
  /prebuilts/go/darwin-x86/src/math/rand/
race_test.go 27 var seed int64
28 seed += int64(ExpFloat64())
29 seed += int64(Float32())
30 seed += int64(Float64())
31 seed += int64(Intn(Int()))
32 seed += int64(Int31n(Int31()))
33 seed += int64(Int63n(Int63()))
34 seed += int64(NormFloat64())
35 seed += int64(Uint32())
36 seed += int64(Uint64()
    [all...]
regress_test.go 26 var int64s = []int64{1, 10, 32, 1 << 20, 1<<20 + 1, 1000000000, 1 << 30, 1<<31 - 2, 1<<31 - 1, 1000000000000000000, 1 << 60, 1<<63 - 2, 1<<63 - 1}
60 if int64(int(big)) != big {
73 case reflect.Int64:
89 out = int64(out.(int))
96 big := int64(1 << 60)
97 if int64(int(big)) != big && (m.Name == "Int" || m.Name == "Intn") {
109 want = int64(int(uint(want.(int64)) << 1 >> 1))
184 int64(8717895732742165505), // Int()
185 int64(2259404117704393152), // Int(
    [all...]
  /prebuilts/go/linux-x86/src/math/rand/
race_test.go 27 var seed int64
28 seed += int64(ExpFloat64())
29 seed += int64(Float32())
30 seed += int64(Float64())
31 seed += int64(Intn(Int()))
32 seed += int64(Int31n(Int31()))
33 seed += int64(Int63n(Int63()))
34 seed += int64(NormFloat64())
35 seed += int64(Uint32())
36 seed += int64(Uint64()
    [all...]
  /external/stressapptest/src/
finelock_queue.h 35 FineLockPEQueue(uint64 queuesize, int64 pagesize);
60 bool valid_index(int64 index) {
85 int64 getA(int64 m);
86 int64 getC(int64 m);
91 int64 page_size_; // For calculating array index from offset.
103 int64 a_; // 'a' multiplicative value for progressing
105 int64 c_; // 'c' additive value for prgressing randomly
107 int64 modlength_; // 'm' mod value for linear congruentia
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvwriter.h 27 virtual int64 Position() const;
28 virtual int32 Position(int64 position);
31 virtual void ElementStartNotify(uint64 element_id, int64 position);
mkvmuxertypes.h 17 typedef long long int64; typedef in namespace:mkvmuxer

Completed in 790 milliseconds

1 2 3 4 5 6 7 8 91011>>