Searched refs:int64_t (Results 1 - 25 of 2574) sorted by relevance

1234567891011>>

/external/qemu/tcg/
H A Dtcg-runtime.h10 int64_t tcg_helper_shl_i64(int64_t arg1, int64_t arg2);
11 int64_t tcg_helper_shr_i64(int64_t arg1, int64_t arg2);
12 int64_t tcg_helper_sar_i64(int64_t arg1, int64_t arg2);
13 int64_t tcg_helper_div_i6
[all...]
/external/compiler-rt/lib/builtins/x86_64/
H A Dfloatdidf.c11 double __floatdidf(int64_t a)
H A Dfloatdisf.c9 float __floatdisf(int64_t a)
H A Dfloatdixf.c11 long double __floatdixf(int64_t a)
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_timespec.c48 ( ((int64_t) 27111902 << 32) + (int64_t) 3577643008 )
61 *(int64_t *) ft = ts->tv_sec * 10000000
77 (int) ((*(int64_t *) ft - PTW32_TIMESPEC_TO_FILETIME_OFFSET) / 10000000);
79 (int) ((*(int64_t *) ft - PTW32_TIMESPEC_TO_FILETIME_OFFSET -
80 ((int64_t) ts->tv_sec * (int64_t) 10000000)) * 100);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dinter_frame_delay.h22 VCMInterFrameDelay(int64_t currentWallClock);
25 void Reset(int64_t currentWallClock);
37 int64_t *delay,
38 int64_t currentWallClock);
54 int64_t _zeroWallClock; // Local timestamp of the first video packet received
59 int64_t _prevWallClock;
61 int64_t _dTS;
H A Dcodec_timer.h30 int64_t timeMs;
39 int32_t StopTimer(int64_t startTimeMs, int64_t nowMs);
48 void UpdateMaxHistory(int32_t decodeTime, int64_t now);
49 void MaxFilter(int32_t newTime, int64_t nowMs);
50 void ProcessHistory(int64_t nowMs);
/external/clang/test/CodeGen/
H A Darm-asm-variable.c4 typedef long long int64_t; typedef
7 int64_t foo(int64_t v, volatile int64_t *p)
12 int64_t r;
H A Darm64_vcopy.c9 return vcopyq_laneq_s8(a1, (int64_t) 3, a2, (int64_t) 13);
15 return vcopyq_laneq_u8(a1, (int64_t) 3, a2, (int64_t) 13);
22 return vcopyq_laneq_s16(a1, (int64_t) 3, a2, (int64_t) 7);
29 return vcopyq_laneq_u16(a1, (int64_t) 3, a2, (int64_t) 7);
36 return vcopyq_laneq_s32(a1, (int64_t) 3, a2, (int64_t)
[all...]
/external/clang/test/CodeGenCXX/
H A Dint64_uint64.cpp9 // Test if int64_t and uint64_t can be correctly mangled.
14 void f1(int64_t a) {}
20 void f3(int64_t *ptr) {}
/external/valgrind/main/none/tests/s390x/
H A Dcgrj.c28 void compare_never(int64_t value1, int64_t value2)
30 register int64_t val1 asm("r7") = value1;
31 register int64_t val2 asm("r8") = value2;
44 void compare_always(int64_t value1, int64_t value2)
46 register int64_t val1 asm("r7") = value1;
47 register int64_t val2 asm("r8") = value2;
60 void compare_le(int64_t value1, int64_t value
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.h28 int *r, int64_t *d, BLOCK_SIZE bsize,
29 PICK_MODE_CONTEXT *ctx, int64_t best_rd);
31 int64_t vp9_rd_pick_inter_mode_sb(struct VP9_COMP *cpi, struct macroblock *x,
35 int64_t *returndistortion,
38 int64_t best_rd_so_far);
40 int64_t vp9_rd_pick_inter_mode_sb_seg_skip(struct VP9_COMP *cpi,
43 int64_t *returndistortion,
46 int64_t best_rd_so_far);
48 int64_t vp9_rd_pick_inter_mode_sub8x8(struct VP9_COMP *cpi,
53 int64_t *returndistortio
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dclock.h33 virtual int64_t TimeInMilliseconds() const = 0;
37 virtual int64_t TimeInMicroseconds() const = 0;
43 virtual int64_t CurrentNtpInMilliseconds() const = 0;
46 static int64_t NtpToMs(uint32_t seconds, uint32_t fractions);
54 explicit SimulatedClock(int64_t initial_time_us);
60 virtual int64_t TimeInMilliseconds() const OVERRIDE;
64 virtual int64_t TimeInMicroseconds() const OVERRIDE;
71 virtual int64_t CurrentNtpInMilliseconds() const OVERRIDE;
75 void AdvanceTimeMilliseconds(int64_t milliseconds);
76 void AdvanceTimeMicroseconds(int64_t microsecond
[all...]
H A Dtimestamp_extrapolator.h23 explicit TimestampExtrapolator(int64_t start_ms);
25 void Update(int64_t tMs, uint32_t ts90khz);
26 int64_t ExtrapolateLocalTime(uint32_t timestamp90khz);
27 void Reset(int64_t start_ms);
35 int64_t _startMs;
36 int64_t _prevMs;
39 int64_t _prevUnwrappedTimestamp;
40 int64_t _prevWrapTimestamp;
/external/chromium_org/ppapi/c/trusted/
H A Dppb_url_loader_trusted.h35 int64_t bytes_sent,
36 int64_t total_bytes_to_be_sent,
37 int64_t bytes_received,
38 int64_t total_bytes_to_be_received);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBMetadata.h41 IDBIndexMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool unique, bool multiEntry)
48 int64_t id;
53 static const int64_t InvalidId = -1;
58 IDBObjectStoreMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool autoIncrement, int64_t maxIndexId)
67 int64_t id;
70 int64_t maxIndexId;
72 static const int64_t InvalidId = -1;
74 typedef HashMap<int64_t, IDBIndexMetadata> IndexMap;
85 typedef HashMap<int64_t, IDBObjectStoreMetadat
[all...]
/external/valgrind/main/memcheck/tests/s390x/
H A Dcsg.c6 test(int64_t op1_init, int64_t op2_init, int64_t op3_init)
8 register int64_t op1 asm("8") = op1_init;
9 register int64_t op3 asm("9") = op3_init;
11 int64_t op2 = op2_init;
25 int64_t op1, op2, op3;
/external/chromium_org/ppapi/shared_impl/
H A Dfile_growth.h17 FileGrowth(int64_t max_written_offset, int64_t append_mode_write_amount);
19 int64_t max_written_offset;
20 int64_t append_mode_write_amount;
24 typedef std::map<int32_t, int64_t> FileSizeMap;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_time.h56 int64_t
67 os_time_sleep(int64_t usecs);
77 os_time_timeout(int64_t start,
78 int64_t end,
79 int64_t curr)
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_time.h56 int64_t
67 os_time_sleep(int64_t usecs);
77 os_time_timeout(int64_t start,
78 int64_t end,
79 int64_t curr)
/external/qemu/
H A Dtcg-runtime.c56 int64_t tcg_helper_shl_i64(int64_t arg1, int64_t arg2)
61 int64_t tcg_helper_shr_i64(int64_t arg1, int64_t arg2)
66 int64_t tcg_helper_sar_i64(int64_t arg1, int64_t arg2)
71 int64_t tcg_helper_div_i6
[all...]
/external/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h33 OptionValueSInt64 (int64_t value) :
42 OptionValueSInt64 (int64_t current_value,
43 int64_t default_value) :
98 const int64_t &
99 operator = (int64_t value)
105 int64_t
111 int64_t
118 SetCurrentValue (int64_t value)
129 SetDefaultValue (int64_t value)
140 SetMinimumValue (int64_t
[all...]
/external/chromium_org/ppapi/api/trusted/
H A Dppb_url_loader_trusted.idl21 [in] int64_t bytes_sent,
22 [in] int64_t total_bytes_to_be_sent,
23 [in] int64_t bytes_received,
24 [in] int64_t total_bytes_to_be_received);
/external/chromium_org/v8/src/base/
H A Dsys-info.h20 static int64_t AmountOfPhysicalMemory();
24 static int64_t AmountOfVirtualMemory();
/external/chromium_org/v8/src/base/utils/
H A Drandom-number-generator.h36 explicit RandomNumberGenerator(int64_t seed) { SetSeed(seed); }
75 void SetSeed(int64_t seed);
77 int64_t initial_seed() const { return initial_seed_; }
80 static const int64_t kMultiplier = V8_2PART_UINT64_C(0x5, deece66d);
81 static const int64_t kAddend = 0xb;
82 static const int64_t kMask = V8_2PART_UINT64_C(0xffff, ffffffff);
86 int64_t initial_seed_;
87 int64_t seed_;

Completed in 1664 milliseconds

1234567891011>>