/external/v8/src/compiler/ |
common-node-cache.h | 32 Node** FindInt64Constant(int64_t value) { 43 return float64_constants_.Find(zone(), bit_cast<int64_t>(value)); 50 return number_constants_.Find(zone(), bit_cast<int64_t>(value));
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/ |
send_time_history.h | 24 SendTimeHistory(Clock* clock, int64_t packet_age_limit); 28 bool OnSentPacket(uint16_t sequence_number, int64_t timestamp); 40 const int64_t packet_age_limit_;
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe.h | 52 int64_t send_time_ms, 53 int64_t arrival_time_ms, 61 int64_t send_time_ms; 62 int64_t arrival_time_ms; 81 int64_t send_time_ms, 82 int64_t arrival_time_ms, 134 BweReceiver(int flow_id, int64_t window_size_ms); 138 virtual void ReceivePacket(int64_t arrival_time_ms, 140 virtual FeedbackPacket* GetFeedback(int64_t now_ms) { return NULL; } 150 static const int64_t kPacketLossTimeWindowMs = 500 [all...] |
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
tcp.cc | 34 void TcpBweReceiver::ReceivePacket(int64_t arrival_time_ms, 43 FeedbackPacket* TcpBweReceiver::GetFeedback(int64_t now_ms) { 44 int64_t corrected_send_time_ms = now_ms - latest_owd_ms_;
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
remote_ntp_time_estimator.h | 34 bool UpdateRtcpTimestamp(int64_t rtt, uint32_t ntp_secs, uint32_t ntp_frac, 39 int64_t Estimate(uint32_t rtp_timestamp); 45 int64_t last_timing_log_ms_;
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
byte_io_unittest.cc | 151 TestRead<int64_t, ByteReader<int64_t>::ReadBigEndian, 152 sizeof(int64_t)>(true); 153 TestWrite<int64_t, ByteWriter<int64_t>::WriteBigEndian, 154 sizeof(int64_t)>(true); 203 TestRead<int64_t, ByteReader<int64_t>::ReadLittleEndian, 204 sizeof(int64_t)>(false); 205 TestWrite<int64_t, ByteWriter<int64_t>::WriteLittleEndian [all...] |
/external/webrtc/webrtc/test/ |
fake_decoder.h | 34 int64_t render_time_ms) override; 60 int64_t render_time_ms) override; 71 int64_t render_time_ms) override {
|
/external/webrtc/webrtc/voice_engine/ |
monitor_module.cc | 55 int64_t 58 int64_t now = TickTime::MillisecondTimestamp(); 59 const int64_t kAverageProcessUpdateTimeMs = 1000;
|
/frameworks/av/media/libstagefright/ |
ThrottledSource.cpp | 45 int64_t nowUs = ALooper::GetNowUs(); 53 int64_t durationUs = 56 int64_t whenUs = mStartTimeUs + durationUs;
|
/frameworks/av/media/libstagefright/include/ |
StagefrightMetadataRetriever.h | 40 virtual status_t setDataSource(int fd, int64_t offset, int64_t length); 43 virtual VideoFrame *getFrameAtTime(int64_t timeUs, int option);
|
/frameworks/av/media/libstagefright/omx/ |
FrameDropper.h | 36 bool shouldDrop(int64_t timeUs); 42 int64_t mDesiredMinTimeUs; 43 int64_t mMinIntervalUs;
|
/hardware/akm/AK8975_FS/libsensors/ |
AdxlSensor.h | 35 int64_t mDelay; 49 virtual int setDelay(int32_t handle, int64_t ns); 51 virtual int64_t getDelay(int32_t handle);
|
AkmSensor.h | 47 virtual int setDelay(int32_t handle, int64_t ns); 49 virtual int64_t getDelay(int32_t handle); 55 int64_t mDelay[numSensors];
|
KionixSensor.h | 35 int64_t mDelay; 49 virtual int setDelay(int32_t handle, int64_t ns); 51 virtual int64_t getDelay(int32_t handle);
|
/hardware/bsp/intel/peripheral/sensors/mraa/ |
Utils.cpp | 19 static int64_t get_timestamp(clockid_t clock_id) 29 int64_t get_timestamp_monotonic() 34 void set_timestamp(struct timespec *out, int64_t target_ns)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
onyxd.h | 52 int64_t time_stamp); 53 int vp8dx_get_raw_frame(struct VP8D_COMP* comp, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags);
|
/art/runtime/ |
atomic.h | 59 static int64_t Read64(volatile const int64_t* addr) { 61 int64_t value; 95 static void Write64(volatile int64_t* addr, int64_t value) { 109 int64_t prev; 141 static bool Cas64(int64_t old_value, int64_t new_value, volatile int64_t* addr) { 175 static Mutex* GetSwapMutex(const volatile int64_t* addr) [all...] |
/external/llvm/include/llvm/Object/ |
RelocVisitor.h | 34 int64_t Value; 39 RelocToApply(int64_t Value, char Width) : Value(Value), Width(Width) {} 242 int64_t getELFAddend(RelocationRef R) { 243 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); 277 int64_t Addend = getELFAddend(R); 281 int64_t Addend = getELFAddend(R); 286 int64_t Addend = getELFAddend(R); 291 int64_t Addend = getELFAddend(R); 298 int64_t Addend = getELFAddend(R); 303 int64_t Addend = getELFAddend(R) [all...] |
/external/libxml2/ |
timsort.h | 28 typedef __int64 int64_t; typedef 123 int64_t start; 124 int64_t length; 131 static int64_t BINARY_INSERTION_FIND(SORT_TYPE *dst, const SORT_TYPE x, const size_t size) 133 int64_t l, c, r; 146 int64_t i = 1; 182 int64_t i; 183 for (i = start; i < (int64_t) size; i++) 185 int64_t j; 187 int64_t location [all...] |
/external/webrtc/webrtc/modules/bitrate_controller/ |
send_side_bandwidth_estimation.cc | 23 const int64_t kBweIncreaseIntervalMs = 1000; 24 const int64_t kBweDecreaseIntervalMs = 300; 25 const int64_t kStartPhaseMs = 2000; 26 const int64_t kBweConverganceTimeMs = 20000; 30 const int64_t kLowBitrateLogPeriodMs = 10000; 95 int64_t* rtt) const { 102 int64_t now_ms, uint32_t bandwidth) { 108 int64_t rtt, 110 int64_t now_ms) { 142 void SendSideBandwidthEstimation::UpdateUmaStats(int64_t now_ms [all...] |
send_side_bandwidth_estimation_unittest.cc | 26 int64_t now_ms = 0; 35 int64_t rtt; 56 static const int64_t kRttMs = 50; 58 int64_t now_ms = 0; 61 int64_t rtt_ms;
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
remote_bitrate_estimator_abs_send_time_unittest.cc | 95 const int64_t kStreamTimeOutMs = 2000; 96 const int64_t kProcessIntervalMs = 1000; 108 int64_t now_ms = clock_.TimeInMilliseconds(); 133 int64_t now_ms = clock_.TimeInMilliseconds(); 157 int64_t now_ms = clock_.TimeInMilliseconds(); 158 int64_t send_time_ms = 0; 186 int64_t now_ms = clock_.TimeInMilliseconds(); 189 int64_t send_time_ms = 0; 205 int64_t now_ms = clock_.TimeInMilliseconds(); 208 int64_t send_time_ms = 0 [all...] |
/external/dng_sdk/source/ |
dng_safe_arithmetic.h | 46 std::int64_t SafeInt64Add(std::int64_t arg1, std::int64_t arg2); 108 std::int64_t SafeInt64MultSlow(std::int64_t arg1, std::int64_t arg2); 113 inline std::int64_t SafeInt64MultByClang(std::int64_t arg1, std::int64_t arg2) { 114 std::int64_t result [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_time.h | 58 int64_t counter; 76 int64_t usecs, 87 static INLINE int64_t 131 static INLINE int64_t 140 util_time_sleep(int64_t usecs)
|
/external/skia/tests/ |
FitsInTest.cpp | 41 TEST(int32_t, 1, int64_t, true); 42 TEST(int32_t, -1, int64_t, true); 50 TEST(uint32_t, 1, int64_t, true); 57 TEST(uint32_t, (std::numeric_limits<uint32_t>::max)(), int64_t, true); 64 TEST(uint64_t, 1, int64_t, true);
|