/external/compiler-rt/test/builtins/timing/ |
moddi3.c | 4 #define INPUT_TYPE int64_t 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
|
muldi3.c | 4 #define INPUT_TYPE int64_t 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 28 input2[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
|
/external/compiler-rt/test/msan/ |
insertvalue_origin.cc | 13 int64_t x; 17 mypair my_make_pair(int64_t x, int y) { 25 int64_t * volatile p = new int64_t;
|
/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
|
uuid_types.h.in | 13 typedef int int64_t; 16 typedef long int64_t; 20 typedef __signed__ long long int64_t; 22 typedef signed long long int64_t;
|
/external/libogg/macos/compat/sys/ |
types.h | 10 #ifndef __SYS_TYPES_H__
#define __SYS_TYPES_H__ 1
#include <MacTypes.h>
#include <alloca.h>
#include <string.h>
typedef short int16_t;
typedef long int32_t;
typedef long long int64_t;
#define vorbis_size32_t long
#if defined(__cplusplus)
extern "C" {
#endif
#pragma options ali (…)
|
/external/libvorbis/macos/compat/sys/ |
types.h | 10 #ifndef __SYS_TYPES_H__
#define __SYS_TYPES_H__ 1
#include <MacTypes.h>
#include <alloca.h>
#include <string.h>
typedef short int16_t;
typedef long int32_t;
typedef long long int64_t;
#define vorbis_size32_t long
#if defined(__cplusplus)
extern "C" {
#endif
#pragma options ali (…)
|
/external/libvpx/libvpx/test/ |
vp9_error_block_test.cc | 33 typedef int64_t (*ErrorBlockFunc)(const tran_low_t *coeff, 36 int64_t *ssz, int bps); 66 int64_t ssz; 67 int64_t ret; 68 int64_t ref_ssz; 69 int64_t ref_ret; 109 int64_t ssz; 110 int64_t ret; 111 int64_t ref_ssz; 112 int64_t ref_ret [all...] |
/external/skia/include/private/ |
SkThreadID.h | 13 typedef int64_t SkThreadID;
|
/external/skia/src/core/ |
SkThreadID.cpp | 15 SkThreadID SkGetThreadID() { return (int64_t)pthread_self(); }
|
/external/valgrind/none/tests/s390x/ |
cgij.c | 28 void compare_never(int64_t value) 30 register int64_t val asm("r7") = value; 42 void compare_always(int64_t value) 44 register int64_t val asm("r7") = value; 56 void compare_le42(int64_t value) 58 register int64_t val asm("r7") = value; 70 void compare_ge42(int64_t value) 72 register int64_t val asm("r7") = value; 84 void compare_gt42(int64_t value) 86 register int64_t val asm("r7") = value [all...] |
/external/webrtc/webrtc/modules/audio_conference_mixer/source/ |
time_scheduler.h | 25 TimeScheduler(const int64_t periodicityInMs); 33 int32_t TimeToNextUpdate(int64_t& updateTimeInMS) const; 41 int64_t _periodicityInMs; 42 int64_t _periodicityInTicks;
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/mock/ |
mock_remote_bitrate_estimator.h | 25 MOCK_METHOD4(IncomingPacket, void(int64_t, size_t, const RTPHeader&, bool)); 32 MOCK_METHOD2(OnRttUpdate, void(int64_t, int64_t)); 35 MOCK_METHOD0(TimeUntilNextProcess, int64_t());
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
rate_statistics.h | 28 void Update(size_t count, int64_t now_ms); 29 uint32_t Rate(int64_t now_ms); 32 void EraseOld(int64_t now_ms); 43 int64_t oldest_time_;
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
send_side.h | 33 int64_t TimeUntilNextProcess() override; 56 void ReceivePacket(int64_t arrival_time_ms, 58 FeedbackPacket* GetFeedback(int64_t now_ms) override; 61 int64_t last_feedback_ms_;
|
/external/webrtc/webrtc/modules/video_coding/ |
codec_timer.h | 28 int64_t timeMs; 36 void MaxFilter(int32_t newDecodeTimeMs, int64_t nowMs); 45 void UpdateMaxHistory(int32_t decodeTime, int64_t now); 46 void ProcessHistory(int64_t nowMs);
|
/external/webrtc/webrtc/test/ |
fake_network_pipe.cc | 41 NetworkPacket(const uint8_t* data, size_t length, int64_t send_time, 42 int64_t arrival_time) 56 int64_t send_time() const { return send_time_; } 57 int64_t arrival_time() const { return arrival_time_; } 58 void IncrementArrivalTime(int64_t extra_delay) { 68 const int64_t send_time_; 70 int64_t arrival_time_; 116 int64_t time_now = clock_->TimeInMilliseconds(); 119 int64_t capacity_delay_ms = 0; 122 int64_t network_start_time = time_now [all...] |
/frameworks/av/include/media/ |
MediaMetadataRetrieverInterface.h | 43 virtual status_t setDataSource(int fd, int64_t offset, int64_t length) = 0; 45 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) = 0; 57 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) { return NULL; }
|
/frameworks/av/include/media/nbaio/ |
AudioStreamInSource.h | 41 virtual int64_t framesOverrun(); 42 virtual int64_t overruns() { (void) framesOverrun(); return mOverruns; } 59 int64_t mFramesOverrun; 60 int64_t mOverruns;
|
PipeReader.h | 43 virtual int64_t framesOverrun() { return mFramesOverrun; } 44 virtual int64_t overruns() { return mOverruns; } 59 int64_t mFramesOverrun; 60 int64_t mOverruns;
|
/frameworks/av/media/libstagefright/include/ |
XINGSeeker.h | 31 virtual bool getDuration(int64_t *durationUs); 32 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos); 38 int64_t mFirstFramePos; 39 int64_t mDurationUs;
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/include/ |
stdint.h | 13 typedef signed long long int64_t; typedef
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decoder.h | 45 int64_t last_time_stamp; 68 int64_t time_stamp); 72 int64_t *time_stamp, int64_t *time_end_stamp,
|
/system/core/fastboot/ |
bootimg_utils.h | 37 boot_img_hdr* mkbootimg(void* kernel, int64_t kernel_size, off_t kernel_offset, 38 void* ramdisk, int64_t ramdisk_size, off_t ramdisk_offset, 39 void* second, int64_t second_size, off_t second_offset, 41 int64_t* bootimg_size);
|
/external/sfntly/cpp/src/sfntly/data/ |
font_input_stream.cc | 111 int64_t FontInputStream::ReadULong() { 116 int64_t ulong = ReadULong(); 128 int64_t FontInputStream::ReadDateTimeAsLong() { 129 return (int64_t)ReadULong() << 32 | ReadULong(); 132 int64_t FontInputStream::Skip(int64_t n) { 134 int64_t skipped = stream_->Skip(n);
|