Searched refs:kLength (Results 1 - 25 of 32) sorted by relevance

12

/external/v8/src/
H A Dlookup-cache.cc13 for (int index = 0; index < kLength; index++) keys_[index].source = NULL;
H A Dlookup-cache.h33 for (int i = 0; i < kLength; ++i) {
42 static const int kLength = 64; member in class:v8::internal::DescriptorLookupCache
48 Key keys_[kLength];
49 int results_[kLength];
H A Dlookup-cache-inl.h20 return (source_hash ^ name_hash) % kLength;
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dreceiver_report.cc41 kRrBaseLength + report_blocks_count * ReportBlock::kLength) {
52 block.Parse(next_report_block, ReportBlock::kLength);
53 next_report_block += ReportBlock::kLength;
74 *index += ReportBlock::kLength;
H A Drrtr_unittest.cc27 kBlockSizeBytes == Rrtr::kLength,
31 uint8_t buffer[Rrtr::kLength];
H A Drrtr.h25 static const size_t kLength = 4 * (kBlockLength + 1); // 12 member in class:webrtc::rtcp::Rrtr
36 // Consumes Rrtr::kLength bytes.
H A Dsli.cc66 kCommonFeedbackLength + Macroblocks::kLength) {
73 Macroblocks::kLength;
81 next_item += Macroblocks::kLength;
102 *index += Macroblocks::kLength;
H A Dtransport_feedback_unittest.cc145 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
147 kHeaderSize + kStatusChunkSize + (kLength * kSmallDeltaSize);
151 test.WithInput(kReceived, nullptr, kLength);
157 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
159 kHeaderSize + kStatusChunkSize + (kLength * kSmallDeltaSize);
163 test.WithInput(kReceived, nullptr, kLength);
170 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
172 kHeaderSize + kStatusChunkSize + (kLength * kSmallDeltaSize);
176 test.WithInput(kReceived, nullptr, kLength);
183 const size_t kLength local
195 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
208 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
227 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
246 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
264 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
279 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
294 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
[all...]
H A Dvoip_metric.h25 static const size_t kLength = 4 * (kBlockLength + 1); // 36 member in class:webrtc::rtcp::VoipMetric
35 // Consumes VoipMetric::kLength bytes.
H A Dsli.h30 static const size_t kLength = 4; member in class:webrtc::rtcp::Sli::Macroblocks
71 items_.size() * Macroblocks::kLength;
H A Dreceiver_report.h55 report_blocks_.size() * ReportBlock::kLength;
H A Dvoip_metric_unittest.cc27 kBlockSizeBytes == VoipMetric::kLength,
31 uint8_t buffer[VoipMetric::kLength];
H A Dreport_block.cc50 if (length < ReportBlock::kLength) {
H A Dreport_block.h22 static const size_t kLength = 24; member in class:webrtc::rtcp::ReportBlock
30 // Consumes ReportBlock::kLength bytes.
H A Dreport_block_unittest.cc31 const size_t kBufferLength = ReportBlock::kLength;
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_vector_unittest.cc95 static const size_t kLength = 10; local
96 AudioVector vec1(kLength);
97 AudioVector vec2(kLength);
98 // Set the first vector to [0, 1, ..., kLength - 1].
99 // Set the second vector to [kLength, kLength + 1, ..., 2 * kLength - 1].
100 for (size_t i = 0; i < kLength; ++i) {
102 vec2[i] = static_cast<int16_t>(i + kLength);
106 ASSERT_EQ(2 * kLength, vec
124 static const size_t kLength = 10; local
368 static const size_t kLength = 100; local
[all...]
/external/v8/src/ast/
H A Dcontext-slot-cache.h38 for (int i = 0; i < kLength; ++i) {
53 static const int kLength = 256; member in class:v8::internal::ContextSlotCache
102 Key keys_[kLength];
103 uint32_t values_[kLength];
H A Dcontext-slot-cache.cc26 return static_cast<int>((addr_hash ^ name->Hash()) % kLength);
69 for (int index = 0; index < kLength; index++) keys_[index].data = nullptr;
/external/vixl/examples/aarch64/
H A Dneon-matrix-multiply.cc112 const int kLength = kRowSize * kColSize; local
114 float mat1[kLength], mat2[kLength], output[kLength];
117 memset(output, 0, sizeof(output[0]) * kLength);
121 // float mat1[kLength] = { 1.0f, 52.03f, 4.43f, ... };
/external/skia/gm/
H A Dconvexpaths.cpp99 kLength = 100, enumerator in enum:skiagm::ConvexPathsGM::__anon18001
104 fPaths.back().lineTo(kLength * SkIntToScalar(i) / kPtsPerSide, 0);
107 fPaths.back().lineTo(kLength, kLength * SkIntToScalar(i) / kPtsPerSide);
110 fPaths.back().lineTo(kLength * SkIntToScalar(i) / kPtsPerSide, kLength);
113 fPaths.back().lineTo(0, kLength * SkIntToScalar(i) / kPtsPerSide);
H A Doccludedrrectblur.cpp151 constexpr int kLength = 128; local
158 r = SkIRect::MakeWH(kLength, kWidth);
160 r = SkIRect::MakeWH(kWidth, kLength);
178 constexpr int kLength = 64; local
204 r = SkIRect::MakeWH(kLength, kWidth);
206 r = SkIRect::MakeWH(kWidth, kLength);
/external/skia/experimental/svg/model/
H A DSkSVGValue.h23 kLength, member in class:SkSVGValue::Type
77 using SkSVGLengthValue = SkSVGWrapperValue<SkSVGLength , SkSVGValue::Type::kLength >;
/external/v8/src/builtins/
H A Dbuiltins-async-function.cc40 enum Fields { kGeneratorSlot = Context::MIN_CONTEXT_SLOTS, kLength }; enumerator in enum:v8::internal::__anon23082::AwaitContext::Fields
112 CreatePromiseContext(native_context, AwaitContext::kLength);
/external/webrtc/webrtc/common_audio/
H A Daudio_util_unittest.cc111 const size_t kLength = kSamplesPerChannel * kNumChannels; local
120 int16_t interleaved[kLength];
122 ExpectArraysEq(kInterleaved, interleaved, kLength);
/external/vixl/test/aarch64/examples/
H A Dtest-examples.cc250 const int kLength = kRowSize * kColSize; local
252 float mat1[kLength], mat2[kLength], expected[kLength], output[kLength];
299 for (int i = 0; i < kLength; i++) {

Completed in 616 milliseconds

12