HomeSort by relevance Sort by last modified time
    Searched refs:Int64 (Results 276 - 300 of 361) sorted by null

<<1112131415

  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h 244 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 180 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 285 BASIC_TYPE(Int64,int64Value,int64_t)
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 91 func parseInt64(bytes []byte) (ret int64, err error) {
97 // We'll overflow an int64 in this case.
103 ret |= int64(bytes[bytesRead])
122 if ret64 != int64(int32(ret64)) {
802 v.SetInt(int64(parsedInt))
825 case reflect.Int, reflect.Int32, reflect.Int64:
829 val.SetInt(int64(parsedInt))
918 case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
947 // An ASN.1 INTEGER can be written to an int, int32, int64,
967 // For integers, that type is int64
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
read.go 398 case reflect.Bool, reflect.Float32, reflect.Float64, reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr, reflect.String:
609 case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
  /prebuilts/go/darwin-x86/src/fmt/
print.go 649 case int64:
716 case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
868 case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
870 if int64(int(n)) == n {
876 if int64(n) >= 0 && uint64(int(n)) == n {
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 71 int64Val int64 // Int values representable as an int64
72 intVal struct{ val *big.Int } // Int values not representable as an int64
108 func (x int64Val) String() string { return strconv.FormatInt(int64(x), 10) }
140 e := int64(d)
194 func i64toi(x int64Val) intVal { return intVal{newInt().SetInt64(int64(x))} }
195 func i64tor(x int64Val) ratVal { return ratVal{newRat().SetInt64(int64(x))} }
196 func i64tof(x int64Val) floatVal { return floatVal{newFloat().SetInt64(int64(x))} }
215 return int64Val(x.Int64())
287 func MakeInt64(x int64) Value { return int64Val(x)
    [all...]
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1.go 91 func parseInt64(bytes []byte) (ret int64, err error) {
97 // We'll overflow an int64 in this case.
103 ret |= int64(bytes[bytesRead])
122 if ret64 != int64(int32(ret64)) {
802 v.SetInt(int64(parsedInt))
825 case reflect.Int, reflect.Int32, reflect.Int64:
829 val.SetInt(int64(parsedInt))
918 case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
947 // An ASN.1 INTEGER can be written to an int, int32, int64,
967 // For integers, that type is int64
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
read.go 398 case reflect.Bool, reflect.Float32, reflect.Float64, reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr, reflect.String:
609 case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
  /prebuilts/go/linux-x86/src/fmt/
print.go 649 case int64:
716 case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
868 case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
870 if int64(int(n)) == n {
876 if int64(n) >= 0 && uint64(int(n)) == n {
  /prebuilts/go/linux-x86/src/go/constant/
value.go 71 int64Val int64 // Int values representable as an int64
72 intVal struct{ val *big.Int } // Int values not representable as an int64
108 func (x int64Val) String() string { return strconv.FormatInt(int64(x), 10) }
140 e := int64(d)
194 func i64toi(x int64Val) intVal { return intVal{newInt().SetInt64(int64(x))} }
195 func i64tor(x int64Val) ratVal { return ratVal{newRat().SetInt64(int64(x))} }
196 func i64tof(x int64Val) floatVal { return floatVal{newFloat().SetInt64(int64(x))} }
215 return int64Val(x.Int64())
287 func MakeInt64(x int64) Value { return int64Val(x)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 224 int64 GetInt64 (int number, int64 default_value) const;
242 void SetInt64 (int number, FieldType type, int64 value, desc);
271 int64 GetRepeatedInt64 (int number, int index) const;
282 void SetRepeatedInt64 (int number, int index, int64 value);
295 void AddInt64 (int number, FieldType type, bool packed, int64 value, desc);
431 int64 int64_value;
443 RepeatedField <int64 >* repeated_int64_value;
671 PROTOBUF_DEFINE_PRIMITIVE_TYPE( int64, Int64)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 224 int64 GetInt64 (int number, int64 default_value) const;
242 void SetInt64 (int number, FieldType type, int64 value, desc);
271 int64 GetRepeatedInt64 (int number, int index) const;
282 void SetRepeatedInt64 (int number, int index, int64 value);
295 void AddInt64 (int number, FieldType type, bool packed, int64 value, desc);
431 int64 int64_value;
443 RepeatedField <int64 >* repeated_int64_value;
671 PROTOBUF_DEFINE_PRIMITIVE_TYPE( int64, Int64)
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
extension_set.h 224 int64 GetInt64 (int number, int64 default_value) const;
242 void SetInt64 (int number, FieldType type, int64 value, desc);
271 int64 GetRepeatedInt64 (int number, int index) const;
282 void SetRepeatedInt64 (int number, int index, int64 value);
295 void AddInt64 (int number, FieldType type, bool packed, int64 value, desc);
431 int64 int64_value;
443 RepeatedField <int64 >* repeated_int64_value;
671 PROTOBUF_DEFINE_PRIMITIVE_TYPE( int64, Int64)
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 180 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 180 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 224 int64 GetInt64 (int number, int64 default_value) const;
242 void SetInt64 (int number, FieldType type, int64 value, desc);
271 int64 GetRepeatedInt64 (int number, int index) const;
282 void SetRepeatedInt64 (int number, int index, int64 value);
295 void AddInt64 (int number, FieldType type, bool packed, int64 value, desc);
431 int64 int64_value;
443 RepeatedField <int64 >* repeated_int64_value;
671 PROTOBUF_DEFINE_PRIMITIVE_TYPE( int64, Int64)
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql.go 184 // NullInt64 represents an int64 that may be null.
188 Int64 int64
189 Valid bool // Valid is true if Int64 is not NULL
195 n.Int64, n.Valid = 0, false
199 return convertAssign(&n.Int64, value)
207 return n.Int64, nil
268 // int64
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql.go 184 // NullInt64 represents an int64 that may be null.
188 Int64 int64
189 Valid bool // Valid is true if Int64 is not NULL
195 n.Int64, n.Valid = 0, false
199 return convertAssign(&n.Int64, value)
207 return n.Int64, nil
268 // int64
    [all...]
  /external/protobuf/js/binary/
writer.js 64 goog.require('jspb.arith.Int64');
298 case fieldTypes.INT64:
467 * Writes an int64 field to the buffer. Numbers outside the range [-2^63,2^63)
481 * Writes a int64 field (with value as a string) to the buffer.
487 var num = jspb.arith.Int64.fromString(value);
    [all...]
  /external/v8/src/wasm/
ast-decoder.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 660 case "Bool", "Int8", "Int16", "Int32", "Int64", "Int128", "Float32", "Float64", "SymOff", "SymValAndOff", "SymInt32", "SizeAndAlign":
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
parser.go 430 func (p *parser) parseInt() int64 {
661 gccgoBuiltinINT64: types.Typ[types.Int64],
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
bimport.go 443 n := p.int64()
688 return constant.MakeInt64(p.int64())
762 x := p.int64()
763 if int64(int(x)) != x {
769 func (p *importer) int64() int64 { func
813 func (p *importer) rawInt64() int64 {
907 types.Typ[types.Int64],
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 660 case "Bool", "Int8", "Int16", "Int32", "Int64", "Int128", "Float32", "Float64", "SymOff", "SymValAndOff", "SymInt32", "SizeAndAlign":

Completed in 1050 milliseconds

<<1112131415