Searched refs:int64_t (Results 1 - 25 of 2447) 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...]
H A D2010-06-17-asmcrash.c5 typedef long long int64_t; typedef
7 typedef int64_t x86_reg;
/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/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/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_pickmode.h20 int64_t vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
24 int64_t *returndistortion,
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
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/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.h20 int64_t vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
24 int64_t *returndistortion,
/external/chromium_org/ppapi/proxy/
H A Dfile_mapping_resource_win.cc16 int64_t length,
19 int64_t offset) {
28 int64_t length) {
34 int64_t FileMappingResource::DoGetMapPageSize() {

Completed in 1604 milliseconds

1234567891011>>