Home
last modified time | relevance | path

Searched refs:out_buffer_ (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/arm/
Ddisasm-arm.cc55 out_buffer_(out_buffer), in Decoder()
57 out_buffer_[out_buffer_pos_] = '\0'; in Decoder()
122 Vector<char> out_buffer_; member in v8::internal::Decoder
136 out_buffer_[out_buffer_pos_++] = ch; in PrintChar()
143 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print()
147 out_buffer_[out_buffer_pos_] = 0; in Print()
212 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, in PrintShiftRm()
219 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, in PrintShiftRm()
232 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "#%d", imm); in PrintShiftImm()
240 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, in PrintShiftSat()
[all …]
/external/v8/src/s390/
Ddisasm-s390.cc50 : converter_(converter), out_buffer_(out_buffer), out_buffer_pos_(0) { in Decoder()
51 out_buffer_[out_buffer_pos_] = '\0'; in Decoder()
86 Vector<char> out_buffer_; member in v8::internal::Decoder
97 void Decoder::PrintChar(const char ch) { out_buffer_[out_buffer_pos_++] = ch; } in PrintChar()
102 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print()
106 out_buffer_[out_buffer_pos_] = 0; in Print()
131 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d - 0x%x", in PrintSoftwareInterrupt()
134 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", svc); in PrintSoftwareInterrupt()
260 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value); in FormatOption()
283 out_buffer_ + out_buffer_pos_, "%+d -> %s", off, in FormatOption()
[all …]
/external/v8/src/mips/
Ddisasm-mips.cc50 out_buffer_(out_buffer), in Decoder()
52 out_buffer_[out_buffer_pos_] = '\0'; in Decoder()
128 v8::internal::Vector<char> out_buffer_; member in v8::internal::Decoder
142 out_buffer_[out_buffer_pos_++] = ch; in PrintChar()
149 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print()
153 out_buffer_[out_buffer_pos_] = 0; in Print()
219 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa); in PrintSa()
226 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa); in PrintLsaSa()
233 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sd); in PrintSd()
240 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", ss + 1); in PrintSs1()
[all …]
/external/v8/src/mips64/
Ddisasm-mips64.cc51 out_buffer_(out_buffer), in Decoder()
53 out_buffer_[out_buffer_pos_] = '\0'; in Decoder()
136 v8::internal::Vector<char> out_buffer_; member in v8::internal::Decoder
150 out_buffer_[out_buffer_pos_++] = ch; in PrintChar()
157 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print()
161 out_buffer_[out_buffer_pos_] = 0; in Print()
227 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa); in PrintSa()
234 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa); in PrintLsaSa()
241 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sd); in PrintSd()
248 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", ss + 1); in PrintSs1()
[all …]
/external/webrtc/webrtc/modules/audio_processing/
Dthree_band_filter_bank.cc113 out_buffer_(in_buffer_.size()) { in ThreeBandFilterBank()
151 &out_buffer_[0]); in Analysis()
152 DownModulate(&out_buffer_[0], out_buffer_.size(), offset, out); in Analysis()
174 &out_buffer_[0]); in Synthesis()
175 Upsample(&out_buffer_[0], out_buffer_.size(), i, out); in Synthesis()
Dthree_band_filter_bank.h60 std::vector<float> out_buffer_; variable
/external/v8/src/ppc/
Ddisasm-ppc.cc52 : converter_(converter), out_buffer_(out_buffer), out_buffer_pos_(0) { in Decoder()
53 out_buffer_[out_buffer_pos_] = '\0'; in Decoder()
88 Vector<char> out_buffer_; member in v8::internal::Decoder
101 void Decoder::PrintChar(const char ch) { out_buffer_[out_buffer_pos_++] = ch; } in PrintChar()
107 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print()
111 out_buffer_[out_buffer_pos_] = 0; in Print()
139 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d - 0x%x", in PrintSoftwareInterrupt()
142 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", svc); in PrintSoftwareInterrupt()
227 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value); in FormatOption()
232 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value); in FormatOption()
[all …]
/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor.cc121 out_buffer_.reset(new float[analysis_length_ * num_channels_]); in Initialize()
122 memset(out_buffer_.get(), in Initialize()
124 analysis_length_ * num_channels_ * sizeof(out_buffer_[0])); in Initialize()
213 &out_buffer_[i * analysis_length_]); in Suppress()
222 suppression_enabled_ ? &out_buffer_[i * analysis_length_] in Suppress()
352 memmove(out_buffer_.get(), in UpdateBuffers()
353 &out_buffer_[data_length_], in UpdateBuffers()
355 sizeof(out_buffer_[0])); in UpdateBuffers()
358 memset(&out_buffer_[buffer_delay_ + i * analysis_length_], in UpdateBuffers()
360 data_length_ * sizeof(out_buffer_[0])); in UpdateBuffers()
Dtransient_suppressor.h86 rtc::scoped_ptr<float[]> out_buffer_; variable
/external/webrtc/webrtc/base/
Dproxyserver.cc68 out_buffer_(kBufferSize), in_buffer_(kBufferSize) { in ProxyBinding()
91 Read(int_socket_.get(), &out_buffer_); in OnInternalRead()
92 Write(ext_socket_.get(), &out_buffer_); in OnInternalRead()
115 Write(ext_socket_.get(), &out_buffer_); in OnExternalWrite()
Dproxyserver.h56 FifoBuffer out_buffer_; variable
/external/webrtc/webrtc/common_audio/resampler/
Dresampler.cc29 out_buffer_(nullptr), in Resampler()
65 if (out_buffer_) in ~Resampler()
67 free(out_buffer_); in ~Resampler()
121 if (out_buffer_) in Reset()
123 free(out_buffer_); in Reset()
124 out_buffer_ = NULL; in Reset()
/external/webrtc/webrtc/common_audio/resampler/include/
Dresampler.h77 int16_t* out_buffer_; variable
/external/v8/src/arm64/
Ddisasm-arm64.cc1800 : out_buffer_(out_buffer) { } in BufferDisassembler()
1805 v8::internal::SNPrintF(out_buffer_, "%08" PRIx32 " %s", in ProcessOutput()
1810 v8::internal::Vector<char> out_buffer_; member in disasm::BufferDisassembler