/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.atomicInt64.comp.out | 36 7: TypePointer Function 6(int64_t) 37 9: 6(int64_t) Constant 0 0 39 11: TypePointer Function 10(int64_t) 40 13: 10(int64_t) Constant 0 0 41 14(Buffer): TypeStruct 6(int64_t) 10(int64_t) 46 19: TypePointer Uniform 6(int64_t) 47 21: 6(int64_t) Constant 4294967272 4294967295 52 29: TypePointer Uniform 10(int64_t) 53 31: 10(int64_t) Constant 15 240 54 84(Struct): TypeStruct 6(int64_t) 10(int64_t) [all …]
|
D | spv.int64.frag.out | 92 15: TypePointer Private 14(int64_t) 94 17: 14(int64_t) Constant 4294967295 4294967295 96 19: TypePointer Function 18(int64_t) 99 23: TypeArray 18(int64_t) 22 100 24: 18(int64_t) Constant 4008636143 4008636142 101 25: 18(int64_t) Constant 4294967295 4294967295 102 26: 18(int64_t) Constant 0 1 111 40: TypePointer Function 14(int64_t) 112 42: TypeArray 14(int64_t) 22 113 43: 14(int64_t) Constant 0 1 [all …]
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | os2_table.cc | 25 const int64_t CodePageRange::kLatin1_1252 = (int64_t)1 << 0; 26 const int64_t CodePageRange::kLatin2_1250 = (int64_t)1 << (int64_t)1; 27 const int64_t CodePageRange::kCyrillic_1251 = (int64_t)1 << 2; 28 const int64_t CodePageRange::kGreek_1253 = (int64_t)1 << 3; 29 const int64_t CodePageRange::kTurkish_1254 = (int64_t)1 << 4; 30 const int64_t CodePageRange::kHebrew_1255 = (int64_t)1 << 5; 31 const int64_t CodePageRange::kArabic_1256 = (int64_t)1 << 6; 32 const int64_t CodePageRange::kWindowsBaltic_1257 = (int64_t)1 << 7; 33 const int64_t CodePageRange::kVietnamese_1258 = (int64_t)1 << 8; 34 const int64_t CodePageRange::kAlternateANSI9 = (int64_t)1 << 9; [all …]
|
D | os2_table.h | 242 static const int64_t kLatin1_1252; 243 static const int64_t kLatin2_1250; 244 static const int64_t kCyrillic_1251; 245 static const int64_t kGreek_1253; 246 static const int64_t kTurkish_1254; 247 static const int64_t kHebrew_1255; 248 static const int64_t kArabic_1256; 249 static const int64_t kWindowsBaltic_1257; 250 static const int64_t kVietnamese_1258; 251 static const int64_t kAlternateANSI9; [all …]
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | packet.h | 31 Packet(int flow_id, int64_t send_time_us, size_t payload_size); 37 virtual void set_send_time_us(int64_t send_time_us); 38 virtual int64_t send_time_us() const { return send_time_us_; } in send_time_us() 39 virtual int64_t sender_timestamp_us() const { return sender_timestamp_us_; } in sender_timestamp_us() 42 virtual void set_sender_timestamp_us(int64_t sender_timestamp_us) { in set_sender_timestamp_us() 47 virtual int64_t creation_time_ms() const { in creation_time_ms() 50 virtual int64_t sender_timestamp_ms() const { in sender_timestamp_ms() 53 virtual int64_t send_time_ms() const { return (send_time_us_ + 500) / 1000; } in send_time_ms() 57 int64_t creation_time_us_; // Time when the packet was created. 58 int64_t send_time_us_; // Time the packet left last processor touching it. [all …]
|
D | metric_recorder.h | 53 void Update(int64_t now_ms, T new_value) { in Update() 59 int64_t last_plot_ms; 60 int64_t time_ms; 62 int64_t plot_interval_ms; 79 int64_t time_ms, 85 void UpdateTimeMs(int64_t time_ms); 86 void UpdateThroughput(int64_t bitrate_kbps, size_t payload_size); 87 void UpdateSendingEstimateKbps(int64_t bitrate_kbps); 88 void UpdateDelayMs(int64_t delay_ms); 95 int64_t extra_offset_ms, [all …]
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | inter_arrival_unittest.cc | 48 void ExpectFalse(int64_t timestamp_us, int64_t arrival_time_ms, in ExpectFalse() 61 void ExpectTrue(int64_t timestamp_us, int64_t arrival_time_ms, in ExpectTrue() 62 size_t packet_size, int64_t expected_timestamp_delta_us, in ExpectTrue() 63 int64_t expected_arrival_time_delta_ms, in ExpectTrue() 78 void WrapTestHelper(int64_t wrap_start_us, uint32_t timestamp_near, in WrapTestHelper() 84 int64_t arrival_time = 17; in WrapTestHelper() 99 int64_t g4_arrival_time = arrival_time; in WrapTestHelper() 121 int64_t g5_arrival_time = arrival_time; in WrapTestHelper() 129 int64_t g6_arrival_time = arrival_time; in WrapTestHelper() 152 static uint32_t MakeRtpTimestamp(int64_t us) { in MakeRtpTimestamp() [all …]
|
D | aimd_rate_control.h | 33 int64_t GetFeedbackInterval() const; 38 bool TimeToReduceFurther(int64_t time_now, 41 uint32_t UpdateBandwidthEstimate(int64_t now_ms); 42 void SetRtt(int64_t rtt); 43 void Update(const RateControlInput* input, int64_t now_ms); 44 void SetEstimate(int bitrate_bps, int64_t now_ms); 56 int64_t now_ms); 57 uint32_t MultiplicativeRateIncrease(int64_t now_ms, int64_t last_ms, 59 uint32_t AdditiveRateIncrease(int64_t now_ms, int64_t last_ms, 60 int64_t response_time_ms) const; [all …]
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
D | nada_unittest.cc | 56 void ExponentialSmoothingFilter(const int64_t raw_signal_[], in ExponentialSmoothingFilter() 58 int64_t exp_smoothed[]) { in ExponentialSmoothingFilter() 67 void ExponentialSmoothingConstantArray(int64_t exp_smoothed[]) { in ExponentialSmoothingConstantArray() 74 static const int64_t kSignalValue; 76 int64_t raw_signal_[kNumElements]; 77 int64_t median_filtered_[kNumElements]; 80 const int64_t FilterTest::kSignalValue = 200; 90 int64_t rtt) { in OnNetworkChanged() 97 int64_t last_rtt_; 131 int64_t ref_signal_ms, in NotCongestedFb() [all …]
|
D | nada.h | 39 void ReceivePacket(int64_t arrival_time_ms, 41 FeedbackPacket* GetFeedback(int64_t now_ms) override; 43 static int64_t MedianFilter(int64_t* v, int size); 44 static int64_t ExponentialSmoothingFilter(int64_t new_value, 45 int64_t last_smoothed_value, 48 static const int64_t kReceivingRateTimeWindowMs; 52 int64_t last_feedback_ms_; 54 int64_t baseline_delay_ms_; // Referred as d_f. 55 int64_t delay_signal_ms_; // Referred as d_n. 56 int64_t last_congestion_signal_ms_; [all …]
|
/external/perfetto/src/trace_processor/ |
D | trace_storage.h | 65 using RowId = int64_t; 95 int64_t start_ns = 0; 104 int64_t start_ns = 0; 117 static Variadic Integer(int64_t int_value) { in Integer() 140 int64_t int_value; 224 int64_t start_ns, in AddSlice() 225 int64_t duration_ns, in AddSlice() 242 void set_duration(size_t index, int64_t duration_ns) { in set_duration() 254 const std::deque<int64_t>& start_ns() const { return start_ns_; } in start_ns() 256 const std::deque<int64_t>& durations() const { return durations_; } in durations() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | collationbuilder.h | 65 uint32_t getWeight16Before(int32_t index, int64_t node, int32_t level); 67 int64_t getSpecialResetPosition(const UnicodeString &str, 81 int32_t findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode); 101 int32_t insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node, 130 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, 133 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, 149 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, 151 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length, 152 const int64_t ces2[], int32_t ces2Length); 164 static int32_t countTailoredNodes(const int64_t *nodesArray, int32_t i, int32_t strength); [all …]
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | flow_control.h | 48 static constexpr int64_t kMaxWindow = static_cast<int64_t>((1u << 31) - 1); 135 int64_t remote_window_; 136 int64_t target_window_; 137 int64_t announced_window_; 138 int64_t remote_window_delta_; 139 int64_t local_window_delta_; 140 int64_t announced_window_delta_; 169 virtual void StreamSentData(int64_t size) { abort(); } in StreamSentData() 173 virtual grpc_error* RecvData(int64_t incoming_frame_size) { abort(); } in RecvData() 184 int64_t remote_window() const { return remote_window_; } in remote_window() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelectorImpl.h | 53 const int64_t *MatchTable, const TargetInstrInfo &TII, in executeMatchTable() 76 int64_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable() 86 int64_t NewInsnID = MatchTable[CurrentIdx++]; in executeMatchTable() 87 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable() 88 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable() 126 int64_t ExpectedBitsetID = MatchTable[CurrentIdx++]; in executeMatchTable() 140 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable() 141 int64_t Expected = MatchTable[CurrentIdx++]; in executeMatchTable() 158 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable() 159 int64_t LowerBound = MatchTable[CurrentIdx++]; in executeMatchTable() [all …]
|
/external/libchrome/base/time/ |
D | time.h | 102 BASE_EXPORT int64_t SaturatedAdd(TimeDelta delta, int64_t value); 103 BASE_EXPORT int64_t SaturatedSub(TimeDelta delta, int64_t value); 117 static constexpr TimeDelta FromSeconds(int64_t secs); 118 static constexpr TimeDelta FromMilliseconds(int64_t ms); 119 static constexpr TimeDelta FromMicroseconds(int64_t us); 120 static constexpr TimeDelta FromNanoseconds(int64_t ns); 138 static constexpr TimeDelta FromInternalValue(int64_t delta) { in FromInternalValue() 158 constexpr int64_t ToInternalValue() const { return delta_; } in ToInternalValue() 165 const int64_t mask = delta_ >> (sizeof(delta_) * 8 - 1); in magnitude() 174 return delta_ == std::numeric_limits<int64_t>::max(); in is_max() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | CheckedArithmeticTest.cpp | 9 const int64_t Max = std::numeric_limits<int64_t>::max(); in TEST() 10 const int64_t Min = std::numeric_limits<int64_t>::min(); in TEST() 11 EXPECT_EQ(checkedAdd<int64_t>(Max, Max), None); in TEST() 12 EXPECT_EQ(checkedAdd<int64_t>(Min, -1), None); in TEST() 13 EXPECT_EQ(checkedAdd<int64_t>(Max, 1), None); in TEST() 14 EXPECT_EQ(checkedAdd<int64_t>(10, 1), Optional<int64_t>(11)); in TEST() 23 EXPECT_EQ(checkedAdd<int16_t>(10, 1), Optional<int64_t>(11)); in TEST() 27 const int64_t Max = std::numeric_limits<int64_t>::max(); in TEST() 28 const int64_t Min = std::numeric_limits<int64_t>::min(); in TEST() 29 EXPECT_EQ(checkedMul<int64_t>(Max, 2), None); in TEST() [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/ |
D | i64operations.c | 4 int64_t tval_a = 1234567890003LL; 5 int64_t tval_b = 2345678901235LL; 6 int64_t tval_c = 1234567890001LL; 7 int64_t tval_d = 10001LL; 8 int64_t tval_e = 10000LL; 10 int64_t tval_g = -1; 15 i64_eq(int64_t a, int64_t b) in i64_eq() 21 i64_neq(int64_t a, int64_t b) in i64_neq() 27 i64_gt(int64_t a, int64_t b) in i64_gt() 33 i64_le(int64_t a, int64_t b) in i64_le() [all …]
|
/external/v8/src/base/platform/ |
D | time.h | 56 static TimeDelta FromSeconds(int64_t seconds); 57 static TimeDelta FromMilliseconds(int64_t milliseconds); 58 static TimeDelta FromMicroseconds(int64_t microseconds) { in FromMicroseconds() 61 static TimeDelta FromNanoseconds(int64_t nanoseconds); 78 return delta_ == std::numeric_limits<int64_t>::max(); in IsMax() 81 return delta_ == std::numeric_limits<int64_t>::min(); in IsMin() 93 int64_t InSeconds() const; 95 int64_t InMilliseconds() const; 96 int64_t InMillisecondsRoundedUp() const; 97 int64_t InMicroseconds() const; [all …]
|
/external/deqp-deps/glslang/Test/ |
D | findFunction.frag | 5 int64_t func(int8_t a, int16_t b, int16_t c) 7 return int64_t(a | b + c); 10 int64_t func(int8_t a, int16_t b, int32_t c) 12 return int64_t(a | b - c); 15 int64_t func(int32_t a, int32_t b, int32_t c) 17 return int64_t(a / b + c); 20 int64_t func(float16_t a, float16_t b, float32_t c) 22 return int64_t(a - b * c); 25 int64_t func(float16_t a, int16_t b, float32_t c) 27 return int64_t(a - b * c); [all …]
|
/external/icu/icu4c/source/common/ |
D | uvectr64.h | 68 int64_t* elements; 99 void addElement(int64_t elem, UErrorCode &status); 101 void setElementAt(int64_t elem, int32_t index); 103 void insertElementAt(int64_t elem, int32_t index, UErrorCode &status); 105 int64_t elementAti(int32_t index) const; 109 int64_t lastElementi(void) const; 155 int64_t *getBuffer() const; 193 int64_t popi(void); 195 int64_t push(int64_t i, UErrorCode &status); 197 int64_t *reserveBlock(int32_t size, UErrorCode &status); [all …]
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | tick_util.h | 41 explicit TickTime(int64_t ticks); 47 static int64_t MillisecondTimestamp(); 50 static int64_t MicrosecondTimestamp(); 53 int64_t Ticks() const; 55 static int64_t MillisecondsToTicks(const int64_t ms); 57 static int64_t TicksToMilliseconds(const int64_t ticks); 59 static int64_t TicksToMicroseconds(const int64_t ticks); 62 friend TickTime operator+(const TickTime lhs, const int64_t ticks); 63 TickTime& operator+=(const int64_t& ticks); 69 static int64_t QueryOsForTicks(); [all …]
|
/external/v8/src/ |
D | date.h | 18 static const int64_t kMsPerDay = kSecPerDay * 1000; 19 static const int64_t kMsPerMonth = kMsPerDay * 30; 23 static const int64_t kMaxEpochTimeInMs = 24 static_cast<int64_t>(kMaxInt) * 1000; 27 static const int64_t kMaxTimeInMs = 28 static_cast<int64_t>(864000000) * 10000000; 32 static const int64_t kMaxTimeBeforeUTCInMs = kMaxTimeInMs + kMsPerMonth; 53 static int DaysFromTime(int64_t time_ms) { in DaysFromTime() 61 static int TimeInDay(int64_t time_ms, int days) { in TimeInDay() 81 int LocalOffsetInMs(int64_t time, bool is_utc) { in LocalOffsetInMs() [all …]
|
/external/v8/src/base/ |
D | bits.cc | 51 int64_t const value = static_cast<int64_t>(lhs) * static_cast<int64_t>(rhs); in SignedMulHigh32() 75 int64_t FromCheckedNumeric(const internal::CheckedNumeric<int64_t> value) { in FromCheckedNumeric() 83 int64_t limit = std::numeric_limits<int64_t>::max(); in FromCheckedNumeric() 90 int64_t SignedSaturatedAdd64(int64_t lhs, int64_t rhs) { in SignedSaturatedAdd64() 91 internal::CheckedNumeric<int64_t> rv(lhs); in SignedSaturatedAdd64() 97 int64_t SignedSaturatedSub64(int64_t lhs, int64_t rhs) { in SignedSaturatedSub64() 98 internal::CheckedNumeric<int64_t> rv(lhs); in SignedSaturatedSub64() 111 bool SignedMulOverflow64(int64_t lhs, int64_t rhs, int64_t* val) { in SignedMulOverflow64() 112 internal::CheckedNumeric<int64_t> rv(lhs); in SignedMulOverflow64() 114 int64_t limit = std::numeric_limits<int64_t>::max(); in SignedMulOverflow64()
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 227 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status); 245 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status); 407 U_STABLE int64_t U_EXPORT2 452 utext_char32At(UText *ut, int64_t nativeIndex); 531 utext_next32From(UText *ut, int64_t nativeIndex); 551 utext_previous32From(UText *ut, int64_t nativeIndex); 565 U_STABLE int64_t U_EXPORT2 592 utext_setNativeIndex(UText *ut, int64_t nativeIndex); 635 U_STABLE int64_t U_EXPORT2 675 int64_t nativeStart, int64_t nativeLimit, [all …]
|
/external/icu/libandroidicu/include/unicode/ |
D | utext.h | 227 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status); 245 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status); 407 U_STABLE int64_t U_EXPORT2 452 utext_char32At(UText *ut, int64_t nativeIndex); 531 utext_next32From(UText *ut, int64_t nativeIndex); 551 utext_previous32From(UText *ut, int64_t nativeIndex); 565 U_STABLE int64_t U_EXPORT2 592 utext_setNativeIndex(UText *ut, int64_t nativeIndex); 635 U_STABLE int64_t U_EXPORT2 675 int64_t nativeStart, int64_t nativeLimit, [all …]
|