/hardware/invensense/65xx/libsensors_iio/ |
sensors_mpl.cpp | 92 int setDelay(int handle, int64_t ns); 95 int batch(int handle, int flags, int64_t period_ns, int64_t timeout); 198 int sensors_poll_context_t::setDelay(int handle, int64_t ns) 319 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, 320 int64_t timeout) 352 int handle, int64_t ns) 367 int handle, int flags, int64_t period_ns, int64_t timeout)
|
SensorBase.cpp | 128 int SensorBase::setDelay(int32_t handle, int64_t ns) 138 int64_t SensorBase::getTimestamp() 143 return int64_t(t.tv_sec) * 1000000000LL + t.tv_nsec; 199 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout)
|
/bionic/libc/include/ |
inttypes.h | 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */ 71 #define PRIi64 __PRI_64_prefix"i" /* int64_t */ 90 #define PRIo64 __PRI_64_prefix"o" /* int64_t */ 163 #define SCNd64 __PRI_64_prefix"d" /* int64_t */ 181 #define SCNi64 __PRI_64_prefix"i" /* int64_t */
|
/cts/tests/tests/renderscript/libcoremathtestcpp/ |
CoreMathTestJni.cpp | 437 return (jlong)(int64_t)(int8_t)x; 478 return (jlong)(int64_t)(uint8_t)x; 519 return (jlong)(int64_t)(int16_t)x; 560 return (jlong)(int64_t)(uint16_t)x; 601 return (jlong)(int64_t)(int32_t)x; 642 return (jlong)(int64_t)(uint32_t)x; 659 return (jbyte)(int8_t)(int64_t)x; 663 return (jbyte)(uint8_t)(int64_t)x; 667 return (jshort)(int16_t)(int64_t)x; 671 return (jshort)(uint16_t)(int64_t)x [all...] |
/development/ndk/platforms/android-21/include/ |
inttypes.h | 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */ 71 #define PRIi64 __PRI_64_prefix"i" /* int64_t */ 90 #define PRIo64 __PRI_64_prefix"o" /* int64_t */ 163 #define SCNd64 __PRI_64_prefix"d" /* int64_t */ 181 #define SCNi64 __PRI_64_prefix"i" /* int64_t */
|
/development/ndk/platforms/android-3/include/ |
inttypes.h | 46 #define PRId64 "lld" /* int64_t */ 64 #define PRIi64 "lli" /* int64_t */ 83 #define PRIo64 "llo" /* int64_t */ 156 #define SCNd64 "lld" /* int64_t */ 174 #define SCNi64 "lli" /* int64_t */
|
stdint.h | 48 typedef __int64_t int64_t; typedef 151 * int64_t 154 typedef int64_t int_least64_t; 155 typedef int64_t int_fast64_t; 221 typedef int64_t intmax_t;
|
/external/jemalloc/include/msvc_compat/C99/ |
stdint.h | 89 typedef signed __int64 int64_t; typedef 97 typedef int64_t int_least64_t; 107 typedef int64_t int_fast64_t; 123 typedef int64_t intmax_t; 138 #define INT64_MIN ((int64_t)_I64_MIN)
|
/external/libvncserver/compat/msvc/ |
stdint.h | 89 typedef __int64 int64_t; typedef 97 typedef int64_t int_least64_t; 107 typedef int64_t int_fast64_t; 123 typedef int64_t intmax_t; 138 #define INT64_MIN ((int64_t)_I64_MIN)
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_picklpf.c | 37 static int64_t try_filter_frame(const YV12_BUFFER_CONFIG *sd, 41 int64_t filt_err; 76 int64_t best_err; 84 int64_t ss_err[MAX_LOOP_FILTER + 1]; 101 int64_t bias = (best_err >> (15 - (filt_mid / 8))) * filter_step;
|
/external/llvm/lib/Target/ARM/ |
ARMBaseRegisterInfo.h | 138 int64_t getFrameIndexInstrOffset(const MachineInstr *MI, 140 bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const override; 143 int64_t Offset) const override; 145 int64_t Offset) const override; 147 int64_t Offset) const override;
|
/external/mesa3d/include/c99/ |
stdint.h | 89 typedef signed __int64 int64_t; typedef 97 typedef int64_t int_least64_t; 107 typedef int64_t int_fast64_t; 123 typedef int64_t intmax_t; 138 #define INT64_MIN ((int64_t)_I64_MIN)
|
/external/protobuf/src/google/protobuf/stubs/ |
atomicops_internals_macosx.h | 139 reinterpret_cast<volatile int64_t*>(ptr))) { 153 reinterpret_cast<volatile int64_t*>(ptr))); 159 return OSAtomicAdd64(increment, reinterpret_cast<volatile int64_t*>(ptr)); 165 reinterpret_cast<volatile int64_t*>(ptr)); 174 old_value, new_value, reinterpret_cast<volatile int64_t*>(ptr))) {
|
/external/v8/src/compiler/ |
js-graph.cc | 108 if (bit_cast<int64_t>(value) == bit_cast<int64_t>(0.0)) return ZeroConstant(); 109 if (bit_cast<int64_t>(value) == bit_cast<int64_t>(1.0)) return OneConstant(); 130 Node* JSGraph::Int64Constant(int64_t value) {
|
/external/valgrind/none/tests/s390x/ |
comp-2.c | 162 run_scomp_reg_mem(clg, int64_t); 164 SCOMP_REG_MEM(clg, INT64_MIN, INT64_MIN, int64_t); 165 SCOMP_REG_MEM(clg, INT64_MIN, INT64_MAX, int64_t); 166 SCOMP_REG_MEM(clg, INT64_MAX, INT64_MIN, int64_t); 167 SCOMP_REG_MEM(clg, INT64_MAX, INT64_MAX, int64_t);
|
/external/vixl/examples/ |
examples.h | 82 // int64_t abs(int64_t x) 120 int64_t LiteralExample(int64_t a, int64_t b);
|
/external/webrtc/webrtc/base/ |
task.h | 106 int64_t ElapsedTime(); 113 int64_t timeout_time() const { return timeout_time_; } 137 int64_t CurrentTime(); 163 int64_t start_time_; 164 int64_t timeout_time_;
|
/frameworks/av/media/img_utils/include/img_utils/ |
EndianUtils.h | 116 virtual status_t write(const int64_t* buf, size_t offset, size_t count); 202 inline int64_t convertToBigEndian(int64_t in) { 242 inline int64_t convertToLittleEndian(int64_t in) {
|
/frameworks/av/media/libstagefright/webm/ |
WebmFrameThread.h | 102 virtual int64_t getDurationUs() = 0; 118 int64_t getDurationUs() { return 0; } 130 int64_t startTimeRealUs, 140 int64_t getDurationUs() { 154 int64_t mTrackDurationUs;
|
/frameworks/av/services/audioflinger/ |
PlaybackTracks.h | 94 virtual int64_t framesReleased() const; 107 void updateTrackFrameInfo(int64_t trackFramesReleased, int64_t sinkFramesWritten, 115 bool presentationComplete(int64_t framesWritten, size_t audioHalFrames); 151 LinearMap<int64_t> mFrameMap; // track frame to server frame mapping
|
/frameworks/base/libs/hwui/renderthread/ |
CanvasContext.h | 93 void prepareTree(TreeInfo& info, int64_t* uiFrameInfo, 94 int64_t syncQueued, RenderNode* target); 116 const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize); 169 ANDROID_API int64_t getFrameNumber(); 209 int64_t mFrameNumber = -1;
|
/frameworks/compile/mclinker/lib/LD/ |
BranchIslandFactory.cpp | 26 BranchIslandFactory::BranchIslandFactory(int64_t pMaxFwdBranchRange, 27 int64_t pMaxBwdBranchRange, 92 int64_t bwd_off = (int64_t)pFragment.getOffset() + m_MaxBwdBranchRange; 94 (bwd_off <= (int64_t)(*prev).offset())) {
|
/frameworks/native/services/sensorservice/ |
SensorDevice.h | 44 status_t batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, 45 int64_t maxBatchReportLatencyNs); 47 status_t setDelay(void* ident, int handle, int64_t ns); 95 status_t setBatchParamsForIdent(void* ident, int flags, int64_t samplingPeriodNs, 96 int64_t maxBatchReportLatencyNs);
|
/frameworks/rs/ |
rs.spec | 326 param const int64_t * values 338 param const int64_t * values 353 param int64_t value 437 param int64_t value 542 ret int64_t
|
/frameworks/wilhelm/src/android/ |
android_AudioSfDecoder.h | 106 int64_t mBitrate; // in bits/sec 107 int64_t mDurationUsec; // ANDROID_UNKNOWN_TIME if unknown 117 int64_t mSeekTimeMsec; 118 int64_t mLastDecodedPositionUs; // ANDROID_UNKNOWN_TIME if unknown 134 int64_t getPositionUsec(); // ANDROID_UNKNOWN_TIME if unknown
|