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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/tcg/
tcg-runtime.h 5 int64_t tcg_helper_shl_i64(int64_t arg1, int64_t arg2);
6 int64_t tcg_helper_shr_i64(int64_t arg1, int64_t arg2);
7 int64_t tcg_helper_sar_i64(int64_t arg1, int64_t arg2);
8 int64_t tcg_helper_div_i64(int64_t arg1, int64_t arg2)
    [all...]
  /dalvik/vm/
Atomic.h 41 int64_t dvmQuasiAtomicSwap64(int64_t value, volatile int64_t* addr);
46 int64_t dvmQuasiAtomicRead64(volatile const int64_t* addr);
52 int dvmQuasiAtomicCas64(int64_t oldvalue, int64_t newvalue,
53 volatile int64_t* addr);
Atomic.c 43 int dvmQuasiAtomicCas64(int64_t oldvalue, int64_t newvalue,
44 volatile int64_t* addr)
47 (int64_t*)addr) == 0;
50 int64_t dvmQuasiAtomicSwap64(int64_t value, volatile int64_t* addr)
52 int64_t oldValue;
59 int64_t dvmQuasiAtomicRead64(volatile const int64_t* addr
    [all...]
  /frameworks/base/include/utils/
SystemClock.h 25 int setCurrentTimeMillis(int64_t millis);
26 int64_t uptimeMillis();
27 int64_t elapsedRealtime();
  /bootable/bootloader/legacy/libc/
inttypes.h 35 typedef long long int64_t; typedef
  /frameworks/base/include/media/stagefright/
TimeSource.h 30 virtual int64_t getRealTimeUs() = 0;
41 virtual int64_t getRealTimeUs();
44 static int64_t GetSystemTimeUs();
46 int64_t mStartTimeUs;
AudioPlayer.h 48 virtual int64_t getRealTimeUs();
56 int64_t getMediaTimeUs();
60 bool getMediaTimeMapping(int64_t *realtime_us, int64_t *mediatime_us);
62 status_t seekTo(int64_t time_us);
74 int64_t mLatencyUs;
78 int64_t mNumFramesPlayed;
80 int64_t mPositionTimeMediaUs;
81 int64_t mPositionTimeRealUs;
86 int64_t mSeekTimeUs
    [all...]
FileSource.h 32 FileSource(int fd, int64_t offset, int64_t length);
45 int64_t mOffset;
46 int64_t mLength;
MediaSource.h 77 void setSeekTo(int64_t time_us, SeekMode mode = SEEK_CLOSEST_SYNC);
79 bool getSeekTo(int64_t *time_us, SeekMode *mode) const;
87 bool getSkipFrame(int64_t *timeUs) const;
88 void setSkipFrame(int64_t timeUs);
90 void setLateBy(int64_t lateness_us);
91 int64_t getLateBy() const;
101 int64_t mSeekTimeUs;
103 int64_t mLatenessUs;
105 int64_t mSkipFrameUntilTimeUs;
  /external/icu4c/common/
uvectr64.h 10 // It is similar to UVector32, but holds int64_t values rather than int32_t.
27 * <p>Ultralightweight C++ implementation of an <tt>int64_t</tt> vector
66 int64_t* elements;
97 void addElement(int64_t elem, UErrorCode &status);
99 void setElementAt(int64_t elem, int32_t index);
101 void insertElementAt(int64_t elem, int32_t index, UErrorCode &status);
103 int64_t elementAti(int32_t index) const;
107 int64_t lastElementi(void) const;
109 //int32_t indexOf(int64_t elem, int32_t startIndex = 0) const;
111 //UBool contains(int64_t elem) const
    [all...]
  /external/qemu/
varint.h 15 extern char *varint_encode_signed(int64_t value, char *buf);
qint.h 9 int64_t value;
12 QInt *qint_from_int(int64_t value);
13 int64_t qint_get_int(const QInt *qi);
  /external/e2fsprogs/lib/uuid/
uuid_types.h 13 typedef int int64_t; typedef
16 typedef long int64_t; typedef
20 typedef __signed__ long long int64_t; typedef
22 typedef signed long long int64_t; typedef
  /frameworks/base/media/libstagefright/
TimeSource.cpp 28 int64_t SystemTimeSource::getRealTimeUs() {
33 int64_t SystemTimeSource::GetSystemTimeUs() {
37 return (int64_t)tv.tv_sec * 1000000 + tv.tv_usec;
  /external/webkit/WebCore/storage/
SQLResultSet.h 47 int64_t insertId(ExceptionCode&) const;
51 void setInsertId(int64_t);
58 int64_t m_insertId;
  /external/chromium/sdch/open-vcdiff/vsprojects/
stdint.h 24 typedef __int64 int64_t; typedef
  /frameworks/base/include/media/
MediaMetadataRetrieverInterface.h 34 virtual status_t setDataSource(int fd, int64_t offset, int64_t length) = 0;
35 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) = 0;
47 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) { return NULL; }
  /frameworks/base/libs/utils/
SystemClock.cpp 46 int setCurrentTimeMillis(int64_t millis)
98 int64_t uptimeMillis()
100 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC);
101 return (int64_t) nanoseconds_to_milliseconds(when);
107 int64_t elapsedRealtime()
124 int64_t when = seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec;
125 return (int64_t) nanoseconds_to_milliseconds(when);
130 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC);
131 return (int64_t) nanoseconds_to_milliseconds(when);
134 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC)
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
utext.h 205 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
223 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
385 U_STABLE int64_t U_EXPORT2
430 utext_char32At(UText *ut, int64_t nativeIndex);
509 utext_next32From(UText *ut, int64_t nativeIndex);
529 utext_previous32From(UText *ut, int64_t nativeIndex);
543 U_STABLE int64_t U_EXPORT2
570 utext_setNativeIndex(UText *ut, int64_t nativeIndex);
613 U_STABLE int64_t U_EXPORT2
653 int64_t nativeStart, int64_t nativeLimit
    [all...]
  /external/chromium/third_party/icu/public/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/icu4c/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/icu4c/common/unicode/
utext.h 225 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
405 U_STABLE int64_t U_EXPORT2
450 utext_char32At(UText *ut, int64_t nativeIndex);
529 utext_next32From(UText *ut, int64_t nativeIndex);
549 utext_previous32From(UText *ut, int64_t nativeIndex);
563 U_STABLE int64_t U_EXPORT2
590 utext_setNativeIndex(UText *ut, int64_t nativeIndex);
633 U_STABLE int64_t U_EXPORT2
673 int64_t nativeStart, int64_t nativeLimit
    [all...]
  /external/qemu/block/
qcow2.h 103 int64_t free_cluster_index;
104 int64_t free_byte_offset;
122 int64_t l1_table_offset;
123 int64_t refcount_table_offset;
124 int64_t refcount_block_offset;
136 static inline int size_to_clusters(BDRVQcowState *s, int64_t size)
141 static inline int64_t align_offset(int64_t offset, int n)
152 int64_t sector_num, uint8_t *buf, int nb_sectors);
158 int64_t qcow2_alloc_clusters(BlockDriverState *bs, int64_t size)
    [all...]
  /external/libvpx/vp8/common/
duck_io.h 20 typedef __int64 int64_t; typedef
22 typedef long long int64_t; typedef
26 typedef long long int64_t; typedef
31 int64_t offset; // offset to start from
102 int64_t duck_seek(int g_hndl, int64_t offs, int origin);
110 int64_t duck_available_data(int handle); /* EMH 10-23-03 */
  /device/htc/passion-common/libsensors/
SensorBase.h 38 static int64_t getTimestamp();
41 static int64_t timevalToNano(timeval const& t) {
58 virtual int setDelay(int32_t handle, int64_t ns);

Completed in 836 milliseconds

1 2 3 4 5 6 7 8 91011>>