Searched defs:scratch (Results 51 - 75 of 176) sorted by relevance

12345678

/external/protobuf/src/google/protobuf/
H A Dtest_util.cc2273 string scratch; local
2329 EXPECT_EQ("115", reflection->GetStringReference(message, F("optional_string"), &scratch));
2330 EXPECT_EQ("116", reflection->GetStringReference(message, F("optional_bytes" ), &scratch));
2346 EXPECT_EQ("124", reflection->GetStringReference(message, F("optional_string_piece"), &scratch));
2349 EXPECT_EQ("125", reflection->GetStringReference(message, F("optional_cord"), &scratch));
2355 string scratch; local
2403 EXPECT_EQ("215", reflection->GetRepeatedStringReference(message, F("repeated_string"), 0, &scratch));
2404 EXPECT_EQ("216", reflection->GetRepeatedStringReference(message, F("repeated_bytes"), 0, &scratch));
2421 message, F("repeated_string_piece"), 0, &scratch));
2425 message, F("repeated_cord"), 0, &scratch));
2473 string scratch; local
2588 string scratch; local
[all...]
H A Dwire_format.cc832 string scratch; local
835 message, field, j, &scratch) :
836 message_reflection->GetStringReference(message, field, &scratch);
843 string scratch; local
846 message, field, j, &scratch) :
847 message_reflection->GetStringReference(message, field, &scratch);
1012 string scratch; local
1015 message, field, j, &scratch) :
1016 message_reflection->GetStringReference(message, field, &scratch);
/external/skia/src/core/
H A DSkWriter32.cpp185 char scratch[1024]; local
186 const size_t MAX = sizeof(scratch);
194 size_t bytes = stream->read(scratch, n);
195 this->writePad(scratch, bytes);
/external/speex/libspeex/
H A Dkiss_fft.c96 kiss_fft_cpx scratch[6]; local
110 C_MUL(scratch[0],Fout[m] , *tw1 );
111 C_MUL(scratch[1],Fout[m2] , *tw2 );
112 C_MUL(scratch[2],Fout[m3] , *tw3 );
114 C_SUB( scratch[5] , *Fout, scratch[1] );
115 C_ADDTO(*Fout, scratch[1]);
116 C_ADD( scratch[3] , scratch[0] , scratch[
178 kiss_fft_cpx scratch[5]; local
223 kiss_fft_cpx scratch[13]; local
[all...]
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc261 Register scratch = Register::FromAllocationIndex(i); local
262 __ push(scratch);
264 return scratch;
269 Register scratch = Register::FromAllocationIndex(0); local
270 __ push(scratch);
272 return scratch;
344 // We rely on having xmm0 available as a fixed scratch register.
414 // available as a fixed scratch register.
423 // available as a fixed scratch register.
437 // a fixed scratch registe
[all...]
H A Dmacro-assembler-ia32.h82 Register scratch,
87 Register scratch,
94 // The register scratch can be object itself, but scratch will be clobbered.
96 Register scratch,
99 InNewSpace(object, scratch, zero, branch, distance);
103 // The register scratch can be object itself, but it will be clobbered.
105 Register scratch,
108 InNewSpace(object, scratch, not_zero, branch, distance);
139 // stored. value and scratch register
95 JumpIfNotInNewSpace(Register object, Register scratch, Label* branch, Label::Distance distance = Label::kFar) argument
104 JumpIfInNewSpace(Register object, Register scratch, Label* branch, Label::Distance distance = Label::kFar) argument
153 RecordWriteContextSlot( Register context, int offset, Register value, Register scratch, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action = EMIT_REMEMBERED_SET, SmiCheck smi_check = INLINE_SMI_CHECK) argument
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-graphite2.cc246 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); local
248 uint32_t *chars = (uint32_t *) scratch;
274 scratch = buffer->get_scratch_buffer (&scratch_size);
275 while ((DIV_CEIL (sizeof (hb_graphite2_cluster_t) * buffer->len, sizeof (*scratch)) +
276 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
284 scratch = buffer->get_scratch_buffer (&scratch_size);
288 Type *name = (Type *) scratch; \
290 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
292 scratch += _consumed; \
H A Dhb-uniscribe.cc732 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); local
735 Type *name = (Type *) scratch; \
737 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
739 scratch += _consumed; \
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_test.cc61 virtual Status Read(size_t n, Slice* result, char* scratch) { argument
135 std::string scratch; local
137 if (reader_.ReadRecord(&record, &scratch)) {
199 std::string scratch; local
200 ASSERT_TRUE(!offset_reader->ReadRecord(&record, &scratch));
212 std::string scratch; local
213 ASSERT_TRUE(offset_reader->ReadRecord(&record, &scratch));
H A Drepair.cc197 std::string scratch; local
203 while (reader.ReadRecord(&record, &scratch)) {
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
H A Dmemenv.cc52 Status Read(uint64_t offset, size_t n, Slice* result, char* scratch) const {
75 char* dst = scratch;
90 *result = Slice(scratch, n);
158 virtual Status Read(size_t n, Slice* result, char* scratch) { argument
159 Status s = file_->Read(pos_, n, result, scratch);
194 char* scratch) const {
195 return file_->Read(offset, n, result, scratch);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtest_util.cc2388 string scratch; local
2450 EXPECT_EQ("115", reflection->GetStringReference(message, F("optional_string"), &scratch));
2451 EXPECT_EQ("116", reflection->GetStringReference(message, F("optional_bytes" ), &scratch));
2471 EXPECT_EQ("124", reflection->GetStringReference(message, F("optional_string_piece"), &scratch));
2474 EXPECT_EQ("125", reflection->GetStringReference(message, F("optional_cord"), &scratch));
2481 string scratch; local
2530 EXPECT_EQ("215", reflection->GetRepeatedStringReference(message, F("repeated_string"), 0, &scratch));
2531 EXPECT_EQ("216", reflection->GetRepeatedStringReference(message, F("repeated_bytes"), 0, &scratch));
2550 message, F("repeated_string_piece"), 0, &scratch));
2554 message, F("repeated_cord"), 0, &scratch));
2604 string scratch; local
2719 string scratch; local
[all...]
/external/chromium_org/v8/src/mips/
H A Dcodegen-mips.cc154 // -- a3 : target map, scratch for subsequent call
155 // -- t0 : scratch (elements)
182 // -- a3 : target map, scratch for subsequent call
183 // -- t0 : scratch (elements)
187 Register scratch = t6; local
205 __ sll(scratch, t1, 2);
206 __ Addu(scratch, scratch, FixedDoubleArray::kHeaderSize);
207 __ Allocate(scratch, t2, t3, t5, &gc_required, DOUBLE_ALIGNMENT);
312 // -- a3 : target map, scratch fo
[all...]
H A Dcode-stubs-mips.h57 void GenerateCallCFunction(MacroAssembler* masm, Register scratch);
94 Register scratch,
230 Register scratch,
234 scratch_(scratch),
283 value) { // One scratch reg.
353 // This is a helper class for freeing up 3 scratch registers. The input is
354 // two registers that must be preserved and one scratch register provided by
371 // a scratch register.
380 // saved registers that were not already preserved. The scratch registers
228 WriteInt32ToHeapNumberStub(Register the_int, Register the_heap_number, Register scratch, Register scratch2) argument
H A Dregexp-macro-assembler-mips.cc1065 void RegExpMacroAssemblerMIPS::CallCheckStackGuardState(Register scratch) { argument
1069 __ mov(scratch, sp);
1073 __ sw(scratch, MemOperand(sp));
1184 // scratch (including, potentially, compiling a new version of the code).
/external/harfbuzz_ng/src/
H A Dhb-graphite2.cc247 char *scratch = (char *) buffer->get_scratch_buffer (&scratch_size); local
250 Type *name = (Type *) scratch; \
251 scratch += (len) * sizeof ((name)[0]); \
280 scratch = (char *) buffer->get_scratch_buffer (&scratch_size);
290 scratch = (char *) buffer->get_scratch_buffer (&scratch_size);
H A Dhb-uniscribe.cc255 char *scratch = (char *) buffer->get_scratch_buffer (&scratch_size); local
260 Type *name = (Type *) scratch; \
261 scratch += (len) * sizeof ((name)[0]); \
266 WCHAR *pchars = (WCHAR *) scratch;
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.h56 void GenerateCallCFunction(MacroAssembler* masm, Register scratch);
93 Register scratch,
228 Register scratch)
231 scratch_(scratch) { }
271 value) { // One scratch reg.
337 // This is a helper class for freeing up 3 scratch registers. The input is
338 // two registers that must be preserved and one scratch register provided by
355 // a scratch register.
364 // saved registers that were not already preserved. The scratch registers
226 WriteInt32ToHeapNumberStub(Register the_int, Register the_heap_number, Register scratch) argument
/external/chromium_org/v8/src/ia32/
H A Dbuiltins-ia32.cc62 Register scratch = ebx; local
63 __ pop(scratch); // Save return address.
65 __ push(scratch); // Restore return address.
587 __ pop(eax); // Pop return address into scratch register.
H A Dmacro-assembler-ia32.h69 void StoreRoot(Register source, Register scratch, Heap::RootListIndex index);
70 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index);
88 Register scratch,
93 Register scratch,
107 Register scratch,
111 // The register scratch can be object itself, but scratch will be clobbered.
113 Register scratch,
116 InNewSpace(object, scratch, zero, branch, distance);
120 // The register scratch ca
112 JumpIfNotInNewSpace(Register object, Register scratch, Label* branch, Label::Distance distance = Label::kFar) argument
121 JumpIfInNewSpace(Register object, Register scratch, Label* branch, Label::Distance distance = Label::kFar) argument
170 RecordWriteContextSlot( Register context, int offset, Register value, Register scratch, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action = EMIT_REMEMBERED_SET, SmiCheck smi_check = INLINE_SMI_CHECK) argument
[all...]
/external/eigen/unsupported/Eigen/src/FFT/
H A Dei_kissfft_impl.h110 Complex scratch[6]; local
113 scratch[0] = Fout[k+m] * m_twiddles[k*fstride];
114 scratch[1] = Fout[k+2*m] * m_twiddles[k*fstride*2];
115 scratch[2] = Fout[k+3*m] * m_twiddles[k*fstride*3];
116 scratch[5] = Fout[k] - scratch[1];
118 Fout[k] += scratch[1];
119 scratch[3] = scratch[0] + scratch[
136 Complex scratch[5]; local
164 Complex scratch[13]; local
[all...]
/external/v8/src/arm/
H A Dmacro-assembler-arm.h126 // Swap two registers. If the scratch register is omitted then a slightly
130 Register scratch = no_reg,
140 // The scratch register is not used for ARMv7.
141 // scratch can be the same register as src (in which case it is trashed), but
145 Register scratch,
196 Register scratch,
201 Register scratch,
207 // The register scratch can be object itself, but scratch will be clobbered.
209 Register scratch,
208 JumpIfNotInNewSpace(Register object, Register scratch, Label* branch) argument
216 JumpIfInNewSpace(Register object, Register scratch, Label* branch) argument
269 RecordWriteContextSlot( Register context, int offset, Register value, Register scratch, LinkRegisterStatus lr_status, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action = EMIT_REMEMBERED_SET, SmiCheck smi_check = INLINE_SMI_CHECK) argument
1148 TrySmiTag(Register reg, Label* not_a_smi, Register scratch) argument
[all...]
/external/v8/src/x64/
H A Dmacro-assembler-x64.h50 // Default scratch register used by MacroAssembler (and other code that needs
109 // May emit code to set up the scratch register. The operand is
110 // only guaranteed to be correct as long as the scratch register
112 // If the operand is used more than once, use a scratch register
115 Register scratch = kScratchRegister);
170 Register scratch,
175 Register scratch,
182 // The register scratch can be object itself, but scratch will be clobbered.
184 Register scratch,
183 JumpIfNotInNewSpace(Register object, Register scratch, Label* branch, Label::Distance distance = Label::kFar) argument
192 JumpIfInNewSpace(Register object, Register scratch, Label* branch, Label::Distance distance = Label::kFar) argument
240 RecordWriteContextSlot( Register context, int offset, Register value, Register scratch, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action = EMIT_REMEMBERED_SET, SmiCheck smi_check = INLINE_SMI_CHECK) argument
[all...]
/external/aac/libSBRenc/src/
H A Dmh_det.cpp1104 FIXP_DBL *scratch = scratch_mem; local
1106 sfmSbr[est] = scratch; scratch+=MAX_FREQ_COEFFS;
1107 sfmOrig[est] = scratch; scratch+=MAX_FREQ_COEFFS;
1108 tonalityDiff[est] = scratch; scratch+=MAX_FREQ_COEFFS;
1177 C_ALLOC_SCRATCH_END(scratch, FIXP_DBL, (3*MAX_NO_OF_ESTIMATES/2*MAX_FREQ_COEFFS));
/external/chromium/base/
H A Dprocess_util_posix.cc430 char *scratch = reinterpret_cast<char*>(buffer + sizeof(char*) * count); local
437 ret[k++] = scratch;
438 memcpy(scratch, pair, len + 1);
439 scratch += len + 1;
449 ret[k++] = scratch;
450 memcpy(scratch, pair, keylen + 1);
451 scratch += keylen + 1;
452 memcpy(scratch, j->second.c_str(), j->second.size() + 1);
453 scratch += j->second.size() + 1;
462 ret[k++] = scratch;
[all...]

Completed in 697 milliseconds

12345678