OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int64_t
(Results
501 - 525
of
4685
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/elfutils/libcpu/
memory-access.h
79
? (
int64_t
) bswap_64 (*((const
int64_t
*) (Addr))) \
80
: *((const
int64_t
*) (Addr)))
92
int64_t
s8;
143
static inline
int64_t
148
return (
int64_t
) bswap_64 (up->u8);
178
({
int64_t
t_ = read_8sbyte_unaligned (Addr); \
/external/icu/icu4c/source/test/perf/unisetperf/draft/
bitset.cpp
32
int64_t
keys[0x800]; // 2k
47
uint16_t map(
int64_t
key) {
76
void invert(
int64_t
*k) const {
98
int64_t
b;
151
bits=(
int64_t
*)uprv_malloc(bitHash->countKeys()*8);
192
int64_t
shortBits[32];
193
int64_t
*bits;
/external/skia/include/core/
SkMath.h
20
static inline bool sk_64_isS32(
int64_t
value) {
29
static inline int32_t sk_64_asS32(
int64_t
value) {
36
// e.g. (
int64_t
)a * b;
37
static inline
int64_t
sk_64_mul(
int64_t
a,
int64_t
b) {
51
int64_t
tmp = sk_64_mul(numer1, numer2) / denom;
/external/webrtc/webrtc/base/
taskrunner.cc
67
int64_t
previous_timeout_time = next_task_timeout();
138
int64_t
TaskRunner::next_task_timeout() const {
153
int64_t
previous_task_timeout_time) {
155
int64_t
previous_timeout_time = next_task_timeout();
193
int64_t
next_timeout_time = 0;
213
void TaskRunner::CheckForTimeoutChange(
int64_t
previous_timeout_time) {
214
int64_t
next_timeout = next_task_timeout();
timeutils.cc
38
int64_t
ticks = 0;
55
ticks = kNumNanosecsPerSec * static_cast<
int64_t
>(ts.tv_sec) +
56
static_cast<
int64_t
>(ts.tv_nsec);
59
static volatile
int64_t
num_wrap_timegettime = 0;
108
int64_t
micros = (li.QuadPart - kFileTimeToUnixTimeEpochOffset) / 10;
196
int64_t
TimestampWrapAroundHandler::Unwrap(uint32_t ts) {
203
int64_t
unwrapped_ts = ts + (num_wrap_ << 32);
207
int64_t
TmToSeconds(const std::tm& tm) {
247
return (((static_cast<
int64_t
>
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
127
int64_t
capture_time_ms,
133
bool(uint32_t ssrc, uint16_t sequence_number,
int64_t
capture_time_ms,
160
int64_t
* RTT,
161
int64_t
* avgRTT,
162
int64_t
* minRTT,
163
int64_t
* maxRTT));
250
int64_t
());
/external/webrtc/webrtc/modules/video_coding/
media_optimization.h
61
int64_t
round_trip_time_ms,
96
void PurgeOldFrameSamples(
int64_t
now_ms)
98
void UpdateSentBitrate(
int64_t
now_ms) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
114
void ProcessIncomingFrameRate(
int64_t
now)
154
int64_t
incoming_frame_times_[kFrameCountHistorySize] GUARDED_BY(crit_sect_);
163
int64_t
last_qm_update_time_ GUARDED_BY(crit_sect_);
164
int64_t
last_change_time_ GUARDED_BY(crit_sect_); // Content/user triggered.
/external/webrtc/webrtc/voice_engine/test/auto_test/
voe_conference_test.cc
43
Stats(
int64_t
rtt_receiver_1,
int64_t
rtt_receiver_2,
int64_t
ntp_delay)
48
int64_t
rtt_receiver_1_;
49
int64_t
rtt_receiver_2_;
50
int64_t
ntp_delay_;
91
int64_t
captured_start_ntp_delay = stats_2.capture_start_ntp_time_ms_ -
/frameworks/av/include/media/
AudioTimestamp.h
68
int64_t
mPosition[LOCATION_MAX];
73
int64_t
mTimeNs[LOCATION_MAX];
78
int64_t
mTimebaseOffset[TIMEBASE_MAX];
87
int64_t
mFlushed;
103
int64_t
*position,
int64_t
*time, int timebase, Location *location = nullptr) const {
128
int64_t
position, time;
/frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.h
70
int64_t
timeUs);
76
int64_t
getTimeUs() const { return mTimeUs; }
89
int64_t
mTimeUs;
155
int64_t
mAbsoluteTimeAnchorUs;
158
int64_t
mTimeOffsetUs;
159
int64_t
mLastRecoveredPTS;
189
int64_t
mSystemTimeUs[2];
/toolchain/binutils/binutils-2.25/gold/
aarch64-reloc-property.cc
37
rvalue_checkup(
int64_t
x)
43
int64_t
u = U & 0x0000FFFF;
52
int64_t
low_bound = -(L == 0 ? 0 : ((
int64_t
)1 << L));
53
int64_t
up_bound = ((
int64_t
)1 << u);
60
rvalue_checkup<0, 0>(
int64_t
) { return true; }
/external/google-benchmark/src/
cycleclock.h
56
inline BENCHMARK_ALWAYS_INLINE
int64_t
Now() {
69
int64_t
ret;
78
int64_t
tbl, tbu0, tbu1;
86
int64_t
tick;
91
int64_t
itc;
107
int64_t
virtual_timer_value;
122
return static_cast<
int64_t
>(pmccntr) * 64; // Should optimize to << 6
128
return static_cast<
int64_t
>(tv.tv_sec) * 1000000 + tv.tv_usec;
134
return static_cast<
int64_t
>(tv.tv_sec) * 1000000 + tv.tv_usec;
/external/sfntly/cpp/src/sfntly/data/
readable_font_data.cc
47
int64_t
ReadableFontData::Checksum() {
107
int64_t
ReadableFontData::ReadULong(int32_t index) {
115
int64_t
ulong = ReadULong(index);
124
int64_t
ReadableFontData::ReadULongLE(int32_t index) {
142
int64_t
ReadableFontData::ReadDateTimeAsLong(int32_t index) {
143
return (
int64_t
)ReadULong(index) << 32 | ReadULong(index + 4);
298
int64_t
sum = 0;
316
int64_t
ReadableFontData::ComputeCheckSum(int32_t low_bound,
318
int64_t
sum = 0;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.cc
38
BweReceiver::BweReceiver(int flow_id,
int64_t
window_size_ms)
45
void BweReceiver::ReceivePacket(
int64_t
arrival_time_ms,
67
int64_t
TimeUntilNextProcess() override {
68
return std::numeric_limits<
int64_t
>::max();
76
int64_t
GetAbsSendTimeInMs(uint32_t abs_send_time) {
82
return static_cast<
int64_t
>(timestamp) * kTimestampToMs;
188
int64_t
time_limit_ms = (*node_it)->arrival_time_ms - kPacketLossTimeWindowMs;
220
int64_t
send_time_ms,
221
int64_t
arrival_time_ms,
/frameworks/base/libs/common_time/
common_time_server.h
97
void logTX(
int64_t
txTime);
98
void logRX(
int64_t
txTime,
int64_t
rxTime);
104
int64_t
txTimes[RTT_LOG_SIZE];
105
int64_t
rxTimes[RTT_LOG_SIZE];
207
int64_t
mLastPacketRxLocalTime;
279
static const
int64_t
kNoGoodDataPanicThresholdUsec;
295
int64_t
mClient_FirstSyncTX;
296
int64_t
mClient_LastGoodSyncRX;
/system/core/libutils/
LinearTransform.cpp
128
int64_t
val,
129
int64_t
basis1,
133
int64_t
basis2,
134
int64_t
* out) {
172
if (ABS(basis2) <= static_cast<
int64_t
>(scaled & INT64_MAX))
202
bool LinearTransform::doForwardTransform(
int64_t
a_in,
int64_t
* b_out) const {
215
bool LinearTransform::doReverseTransform(
int64_t
b_in,
int64_t
* a_out) const {
/art/runtime/base/unix_file/
fd_file.cc
154
int64_t
FdFile::Read(char* buf,
int64_t
byte_count,
int64_t
offset) const {
163
int FdFile::SetLength(
int64_t
new_length) {
174
int64_t
FdFile::GetLength() const {
180
int64_t
FdFile::Write(const char* buf,
int64_t
byte_count,
int64_t
offset) {
265
bool FdFile::Copy(FdFile* input_file,
int64_t
offset,
int64_t
size)
[
all
...]
/external/bsdiff/
test_utils.h
63
int64_t
ctrl_len = -1;
66
int64_t
diff_len = -1;
74
int64_t
new_file_len = -1;
/external/icu/icu4c/source/i18n/
regeximp.cpp
65
CaseFoldingUCharIterator::CaseFoldingUCharIterator(const UChar *chars,
int64_t
start,
int64_t
limit) :
112
int64_t
CaseFoldingUCharIterator::getIndex() {
/external/libchrome/base/files/
memory_mapped_file_posix.cc
32
int64_t
file_len = file_.GetLength();
44
int64_t
aligned_start = 0;
45
int64_t
aligned_size = 0;
/external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_intrin_avx2.c
16
int64_t
vp9_block_error_avx2(const int16_t *coeff,
19
int64_t
*ssz) {
24
int64_t
sse;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp
46
int64_t
RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const {
50
return static_cast<
int64_t
>(readBytesUnaligned(Src, NumBytes));
69
int64_t
Addend = readBytesUnaligned(LocalAddress, NumBytes);
243
int64_t
DeltaForText,
244
int64_t
DeltaForEH) {
277
static
int64_t
computeDelta(SectionEntry *A, SectionEntry *B) {
278
int64_t
ObjDistance = static_cast<
int64_t
>(A->getObjAddress()) -
279
static_cast<
int64_t
>(B->getObjAddress());
280
int64_t
MemDistance = A->getLoadAddress() - B->getLoadAddress()
[
all
...]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h
37
int64_t
evaluateAsInt64(
int64_t
Value) const;
92
bool evaluateAsConstant(
int64_t
&Res) const;
/external/parameter-framework/upstream/parameter/
LogarithmicParameterAdaptation.cpp
76
int64_t
CLogarithmicParameterAdaptation::fromUserValue(double value) const
79
static_cast<
int64_t
>(_dFloorValue));
82
double CLogarithmicParameterAdaptation::toUserValue(
int64_t
iValue) const
ParameterAdaptation.cpp
76
int64_t
CParameterAdaptation::fromUserValue(double dValue) const
78
return (
int64_t
)dValue + _iOffset;
81
double CParameterAdaptation::toUserValue(
int64_t
iValue) const
Completed in 456 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>