Searched refs:int64 (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/external/swiftshader/third_party/subzero/crosstest/
H A Dxdefs.h10 // Defines the int64 and uint64 types to avoid link-time errors when compiling
20 typedef long long int64; typedef
H A Dtest_calling_conv.h35 typedef void(callee_vlvilvfvdviv_Ty)(v4f32, int64, v4f32, int, int64, v4f32,
/external/protobuf/src/google/protobuf/util/internal/
H A Dconstants.h53 const int64 kTimestampMinSeconds = -62135596800;
56 const int64 kTimestampMaxSeconds = 253402300799;
59 const int64 kDurationMinSeconds = -315576000000;
62 const int64 kDurationMaxSeconds = 315576000000;
/external/libtextclassifier/util/base/
H A Dintegral_types.h42 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/none/tests/amd64/
H A Dfb_test_amd64_muldiv.h2 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 op
[all...]
H A Dfb_test_amd64_shift.h30 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 re
[all...]
H A Dfb_test_amd64.h27 static inline void exec_opq(int64 s0, int64 s1, int64 iflags)
29 int64 res, flags;
36 static inline void exec_opl(int64 s0, int64 s1, int64 iflags)
38 int64 res, flags;
45 static inline void exec_opw(int64 s0, int64 s
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dtime.h52 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);
H A Dtime.cc13 static const int64 kSecondsPerMinute = 60;
14 static const int64 kSecondsPerHour = 3600;
15 static const int64 kSecondsPerDay = kSecondsPerHour * 24;
16 static const int64 kSecondsPer400Years =
19 static const int64 kSecondsFromEraToEpoch = 62135596800LL;
21 static const int64 kMinTime = -62135596800LL; // 0001-01-01T00:00:00
22 static const int64 kMaxTime = 253402300799LL; // 9999-12-31T23:59:59
29 int64 SecondsPer100Years(int year) {
39 int64 SecondsPer4Years(int year) {
54 int64 SecondsPerYea
[all...]
/external/stressapptest/src/
H A Dfinelock_queue.h35 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
[all...]
H A Dqueue.h74 int64 nextin_;
75 int64 nextout_;
76 int64 q_size_; // Size of the queue.
77 int64 pushed_; // Number of pages pushed, total.
78 int64 popped_; // Number of pages popped, total.
H A Ddisk_blocks.h86 int64 device_sectors,
87 int64 segment_size,
112 BlockData *GetUnusedBlock(int64 segment);
134 typedef map<int64, StorageData*> AddrToBlockMap;
135 typedef vector<int64> PosToAddrVector;
142 virtual int64 Random64();
151 int64 device_sectors() const { return device_sectors_; }
152 int64 segment_size() const { return segment_size_; }
165 int64 device_sectors_; // Number of sectors in device
166 int64 segment_size
[all...]
/external/libtextclassifier/util/strings/
H A Dnumbers.h40 // Like ParseInt32, but for int64.
41 bool ParseInt64(const char *c_str, int64 *value);
48 std::string IntToString(int64 input);
H A Dnumbers.cc47 bool ParseInt64(const char *c_str, int64 *value) {
64 std::string IntToString(int64 input) {
70 std::string IntToString(int64 input) {
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvwriter.h27 virtual int64 Position() const;
28 virtual int32 Position(int64 position);
31 virtual void ElementStartNotify(uint64 element_id, int64 position);
H A Dmkvmuxertypes.h17 typedef long long int64; typedef in namespace:mkvmuxer
/external/google-breakpad/src/common/dwarf/
H A Dtypes.h41 typedef long long int64; typedef
/external/valgrind/memcheck/tests/amd64/
H A Dxor-undef-amd64.stdout.exp2 Complain int64
4 No complain int64
/external/regex-re2/re2/testing/
H A Dre2_arg_test.cc17 int64 value;
28 // string integer value short ushort int uint int64 uint64
60 static_cast<int64>(0xFFFFFFFF80000000LL),
74 { "-9223372036854775808", static_cast<int64>(0x8000000000000000LL),
78 { "9223372036854775808", static_cast<int64>(9223372036854775808ULL),
80 { "18446744073709551615", static_cast<int64>(18446744073709551615ULL),
126 PARSE_FOR_TYPE(int64, 4);
/external/protobuf/src/google/protobuf/util/
H A Dtime_util.h58 static const int64 kTimestampMinSeconds = -62135596800LL;
60 static const int64 kTimestampMaxSeconds = 253402300799LL;
61 static const int64 kDurationMinSeconds = -315576000000LL;
62 static const int64 kDurationMaxSeconds = 315576000000LL;
101 static Duration NanosecondsToDuration(int64 nanos);
102 static Duration MicrosecondsToDuration(int64 micros);
103 static Duration MillisecondsToDuration(int64 millis);
104 static Duration SecondsToDuration(int64 seconds);
105 static Duration MinutesToDuration(int64 minutes);
106 static Duration HoursToDuration(int64 hour
[all...]
H A Dtime_util.cc59 T CreateNormalized(int64 seconds, int64 nanos);
62 Timestamp CreateNormalized(int64 seconds, int64 nanos) {
82 Duration CreateNormalized(int64 seconds, int64 nanos) {
116 string FormatTime(int64 seconds, int32 nanos) {
120 bool ParseTime(const string& value, int64* seconds, int32* nanos) {
124 void CurrentTime(int64* seconds, int32* nanos) {
129 int64 RoundTowardZer
[all...]
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale_neon64.cc595 int64 dst_width64 = (int64) dst_width; // Work around ios 64 bit warning.
596 int64 x64 = (int64) x;
597 int64 dx64 = (int64) dx;
861 : "r"((int64)(src_stepx * 4)) // %3
914 : "r"((int64)(src_stepx * 4)) // %4
931 int64 dst_width64 = (int64) dst_widt
[all...]
/external/regex-re2/util/
H A Dtest.cc25 int64 VirtualProcessSize() {
28 return (int64)ru.ru_maxrss*1024;
/external/libyuv/files/source/
H A Dscale_neon64.cc625 int64 dst_width64 = (int64)dst_width; // Work around ios 64 bit warning.
626 int64 x64 = (int64)x;
627 int64 dx64 = (int64)dx;
905 : "r"((int64)(src_stepx * 4)) // %3
960 : "r"((int64)(src_stepx * 4)) // %4
982 int64 dst_width64 = (int64)dst_widt
[all...]
/external/dng_sdk/source/
H A Ddng_ref_counted_block.h237 /// Return pointer to allocated memory as a const int64 *.
238 /// \retval const int64 * valid for as many bytes as were allocated.
240 int64 * Buffer_int64 ()
242 return (int64 *) Buffer ();
245 /// Return pointer to allocated memory as a const int64 *.
246 /// \retval const int64 * valid for as many bytes as were allocated.
248 const int64 * Buffer_int64 () const
250 return (const int64 *) Buffer ();

Completed in 548 milliseconds

1234567891011>>