HomeSort by relevance Sort by last modified time
    Searched full:int64_t (Results 451 - 475 of 4685) sorted by null

<<11121314151617181920>>

  /hardware/qcom/gps/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
33 int64_t elapsedMillisSinceBoot();
  /packages/apps/Gallery2/jni_jpegstream/src/
inputstream_wrapper.h 28 virtual int64_t skip(int64_t count);
  /system/bt/embdrv/sbc/encoder/include/
sbc_types.h 44 typedef int64_t SINT64;
52 typedef int64_t SINT64;
  /system/update_engine/client_library/include/update_engine/
status_update_handler.h 38 virtual void HandleStatusUpdate(int64_t last_checked_time,
42 int64_t new_size) = 0;
  /system/update_engine/
mock_update_attempter.h 39 MOCK_METHOD5(GetStatus, bool(int64_t* last_checked_time,
43 int64_t* new_size));
parcelable_update_engine_status.h 36 int64_t last_checked_time_;
40 int64_t new_size_;
service_observer_interface.h 34 virtual void SendStatusUpdate(int64_t last_checked_time,
38 int64_t new_size) = 0;
  /external/dng_sdk/source/
dng_safe_arithmetic.cpp 69 std::int64_t SafeInt64Add(std::int64_t arg1, std::int64_t arg2) {
70 return SafeAdd<std::int64_t>(arg1, arg2);
165 const std::int64_t tmp =
166 static_cast<std::int64_t>(arg1) * static_cast<std::int64_t>(arg2);
182 std::int64_t SafeInt64MultSlow(std::int64_t arg1, std::int64_t arg2)
    [all...]
  /external/icu/icu4c/source/i18n/
nfrs.cpp 53 static int64_t
54 util_lcm(int64_t x, int64_t y)
64 int64_t t = x; x = y; y = t;
77 static int64_t
78 util_lcm(int64_t x, int64_t y)
82 int64_t x1 = x;
83 int64_t y1 = y;
92 int64_t t
    [all...]
  /device/asus/fugu/libaudio/
AudioStreamOut.h 42 status_t getNextWriteTimestamp(int64_t *timestamp);
111 int64_t mWriteStartLT;
112 int64_t mFramesWritten; // application rate frames, not device rate frames
139 status_t getNextWriteTimestamp_internal(int64_t *timestamp);
140 void adjustOutputs(int64_t maxTime);
  /external/icu/icu4c/source/i18n/unicode/
utmscale.h 43 * <td>int64_t</td>
50 * <td>int32_t or int64_t</td>
63 * <td>int64_t</td>
70 * <td>int64_t</td>
77 * <td>int32_t or int64_t</td>
105 * <td>int64_t</td>
124 * <th align="left">int64_t</th>
204 * Used in the JDK. Data is a Java <code>long</code> (<code>int64_t</code>). Value
212 * Used on Unix systems. Data is <code>int32_t</code> or <code>int64_t</code>. Value
228 * Used in Windows for file times. Data is an <code>int64_t</code>. Valu
    [all...]
  /external/libchrome/base/
sys_info_posix.cc 62 int64_t AmountOfVirtualMemory() {
73 base::internal::LazySysInfoValue<int64_t, AmountOfVirtualMemory>>::Leaky
87 int64_t SysInfo::AmountOfVirtualMemory() {
92 int64_t SysInfo::AmountOfFreeDiskSpace(const FilePath& path) {
98 return static_cast<int64_t>(stats.f_bavail) * stats.f_frsize;
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 108 int64_t FileInputStream::Skip(int64_t n) {
115 int64_t skip_count = 0;
117 skip_count = std::max<int64_t>(0 - (int64_t)position_, n);
memory_input_stream.cc 102 int64_t MemoryInputStream::Skip(int64_t n) {
109 int64_t skip_count = 0;
111 skip_count = std::max<int64_t>(0 - (int64_t)position_, n);
  /external/v8/src/base/
atomicops_internals_mac.h 130 reinterpret_cast<volatile int64_t*>(ptr))) {
144 reinterpret_cast<volatile int64_t*>(ptr)));
150 return OSAtomicAdd64(increment, reinterpret_cast<volatile int64_t*>(ptr));
156 reinterpret_cast<volatile int64_t*>(ptr));
165 old_value, new_value, reinterpret_cast<volatile int64_t*>(ptr))) {
  /external/vixl/src/vixl/a64/
debugger-a64.h 73 int64_t steps() const { return steps_; }
74 void set_steps(int64_t value) {
88 void PrintInstructions(const void* address, int64_t count = 1);
91 int64_t count = 1);
105 int64_t steps_;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
send_side.cc 59 int64_t rtt_ms =
110 int64_t FullBweSender::TimeUntilNextProcess() {
126 void SendSideBweReceiver::ReceivePacket(int64_t arrival_time_ms,
136 FeedbackPacket* SendSideBweReceiver::GetFeedback(int64_t now_ms) {
140 int64_t corrected_send_time_ms =
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp_play.cc 57 int64_t next_rtp_time_ms = 0;
58 int64_t first_rtp_time_ms = -1;
94 int64_t time_until_process_ms = rbe->TimeUntilNextProcess();
98 int64_t time_until_next_event =
101 clock.AdvanceTimeMilliseconds(std::max<int64_t>(time_until_next_event, 0));
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.h 46 int SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
109 int64_t timestamp_;
127 int64_t buffer_updated_at_frame_[kNumVp9Buffers];
128 int64_t frames_encoded_;
146 int64_t /*render_time_ms*/) override;
  /frameworks/av/media/libstagefright/
VBRISeeker.cpp 72 int64_t durationUs =
141 bool VBRISeeker::getDuration(int64_t *durationUs) {
151 bool VBRISeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) {
156 int64_t segmentDurationUs = mDurationUs / mSegments.size();
158 int64_t nowUs = 0;
  /frameworks/base/media/jni/
android_media_MediaCodec.h 73 size_t offset, size_t size, int64_t timeUs, uint32_t flags,
85 int64_t presentationTimeUs,
89 status_t dequeueInputBuffer(size_t *index, int64_t timeoutUs);
92 JNIEnv *env, jobject bufferInfo, size_t *index, int64_t timeoutUs);
95 size_t index, bool render, bool updatePTS, int64_t timestampNs);
  /frameworks/compile/mclinker/unittests/
LEB128Test.cpp 234 ASSERT_EQ(leb128::decode<int64_t>(buffer, size), 2);
239 ASSERT_EQ(leb128::decode<int64_t>(buffer, size), -2);
244 ASSERT_EQ(leb128::decode<int64_t>(buffer, size), 127);
249 ASSERT_EQ(leb128::decode<int64_t>(buffer, size), -127);
254 ASSERT_EQ(leb128::decode<int64_t>(buffer, size), 128);
259 ASSERT_EQ(leb128::decode<int64_t>(buffer, size), -128);
264 ASSERT_EQ(leb128::decode<int64_t>(buffer, size), 129);
269 ASSERT_EQ(leb128::decode<int64_t>(buffer, size), -129);
392 ASSERT_EQ(leb128::decode<int64_t>(p), 0);
397 ASSERT_EQ(leb128::decode<int64_t>(p), 1)
    [all...]
  /frameworks/native/cmds/installd/
commands.h 47 const char* code_path, int64_t *codesize, int64_t *datasize, int64_t *cachesize,
48 int64_t *asecsize);
55 int free_cache(const char *uuid, int64_t free_size);
  /hardware/bsp/intel/peripheral/sensors/mraa/
Sensor.hpp 64 virtual int setDelay(int handle, int64_t ns);
83 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
115 int64_t getDelay() { return delay; }
134 int64_t delay;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h 65 int64_t buffer_level;
66 int64_t bits_off_target;
77 int64_t total_actual_bits;
78 int64_t total_target_bits;
79 int64_t total_target_vs_actual;

Completed in 1059 milliseconds

<<11121314151617181920>>