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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
aarch64-fix-cortex-a53-835769.c 17 typedef long int64_t; typedef
19 int64_t f_load_madd_64(int64_t a, int64_t b, int64_t *c) {
20 int64_t result = a+b*(*c);
arm-asm-variable.c 4 typedef long long int64_t; typedef
7 int64_t foo(int64_t v, volatile int64_t *p)
12 int64_t r;
  /art/runtime/base/unix_file/
random_access_file.h 45 virtual int64_t Read(char* buf, int64_t byte_count, int64_t offset) const = 0;
51 virtual int SetLength(int64_t new_length) = 0;
54 virtual int64_t GetLength() const = 0;
60 virtual int64_t Write(const char* buf, int64_t byte_count, int64_t offset) = 0;
  /hardware/qcom/gps/msm8084/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
33 int64_t elapsedMillisSinceBoot();
  /hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
33 int64_t elapsedMillisSinceBoot();
  /hardware/qcom/gps/msm8960/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
33 int64_t elapsedMillisSinceBoot();
  /hardware/qcom/gps/msm8994/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
33 int64_t elapsedMillisSinceBoot();
  /hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
33 int64_t elapsedMillisSinceBoot();
  /hardware/qcom/gps/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
33 int64_t elapsedMillisSinceBoot();
  /system/core/include/utils/
SystemClock.h 25 int64_t uptimeMillis();
26 int64_t elapsedRealtime();
27 int64_t elapsedRealtimeNano();
LinearTransform.h 41 int64_t a_zero;
42 int64_t b_zero;
49 bool doForwardTransform(int64_t a_in, int64_t* b_out) const;
54 bool doReverseTransform(int64_t b_in, int64_t* a_out) const;
  /external/compiler-rt/lib/builtins/x86_64/
floatdidf.c 11 double __floatdidf(int64_t a)
floatdisf.c 9 float __floatdisf(int64_t a)
floatdixf.c 11 long double __floatdixf(int64_t a)
  /frameworks/av/include/media/stagefright/
MediaClock.h 32 void setStartingTimeMedia(int64_t startingTimeMediaUs);
38 int64_t anchorTimeMediaUs,
39 int64_t anchorTimeRealUs,
40 int64_t maxTimeMediaUs = INT64_MAX);
42 void updateMaxTimeMedia(int64_t maxTimeMediaUs);
50 int64_t realUs,
51 int64_t *outMediaUs,
55 status_t getRealTimeFor(int64_t targetMediaUs, int64_t *outRealUs) const;
62 int64_t realUs
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
inter_frame_delay.h 20 explicit VCMInterFrameDelay(int64_t currentWallClock);
23 void Reset(int64_t currentWallClock);
37 int64_t* delay,
38 int64_t currentWallClock);
55 int64_t _zeroWallClock; // Local timestamp of the first video packet received
60 int64_t _prevWallClock;
62 int64_t _dTS;
rtt_filter.h 27 void Update(int64_t rttMs);
29 int64_t RttMs() const;
40 bool JumpDetection(int64_t rttMs);
45 bool DriftDetection(int64_t rttMs);
47 void ShortRttFilter(int64_t* buf, uint32_t length);
52 int64_t _maxRtt;
60 int64_t _jumpBuf[kMaxDriftJumpCount];
61 int64_t _driftBuf[kMaxDriftJumpCount];
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
mathematics.h 81 int64_t av_const av_gcd(int64_t a, int64_t b);
87 int64_t av_rescale(int64_t a, int64_t b, int64_t c) av_const;
96 int64_t av_rescale_rnd(int64_t a, int64_t b, int64_t c, enum AVRounding) av_const
    [all...]
  /external/google-benchmark/src/
sleep.h 7 const int64_t kNumMillisPerSecond = 1000LL;
8 const int64_t kNumMicrosPerMilli = 1000LL;
9 const int64_t kNumMicrosPerSecond = kNumMillisPerSecond * 1000LL;
10 const int64_t kNumNanosPerMicro = 1000LL;
11 const int64_t kNumNanosPerSecond = kNumNanosPerMicro * kNumMicrosPerSecond;
  /art/runtime/entrypoints/
math_entrypoints.cc 23 extern "C" double art_l2d(int64_t l) {
27 extern "C" float art_l2f(int64_t l) {
35 extern "C" int64_t art_d2l(double d) {
36 return art_float_to_integral<int64_t, double>(d);
39 extern "C" int64_t art_f2l(float f) {
40 return art_float_to_integral<int64_t, float>(f);
  /external/clang/test/CodeGenCXX/
int64_uint64.cpp 9 // Test if int64_t and uint64_t can be correctly mangled.
14 void f1(int64_t a) {}
20 void f3(int64_t *ptr) {}
  /external/v8/src/base/
sys-info.h 20 static int64_t AmountOfPhysicalMemory();
24 static int64_t AmountOfVirtualMemory();
  /external/valgrind/none/tests/s390x/
cgrj.c 28 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 value2
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
aimd_rate_control.h 33 int64_t GetFeedbackInterval() const;
38 bool TimeToReduceFurther(int64_t time_now,
41 uint32_t UpdateBandwidthEstimate(int64_t now_ms);
42 void SetRtt(int64_t rtt);
43 void Update(const RateControlInput* input, int64_t now_ms);
44 void SetEstimate(int bitrate_bps, int64_t now_ms);
56 int64_t now_ms);
57 uint32_t MultiplicativeRateIncrease(int64_t now_ms, int64_t last_ms,
59 uint32_t AdditiveRateIncrease(int64_t now_ms, int64_t last_ms
    [all...]
  /external/webrtc/webrtc/system_wrappers/include/
timestamp_extrapolator.h 23 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;

Completed in 1147 milliseconds

1 2 3 4 5 6 7 8 91011>>