HomeSort by relevance Sort by last modified time
    Searched refs:scratch (Results 151 - 175 of 289) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/v8/src/x87/
regexp-macro-assembler-x87.h 136 void CallCheckStackGuardState(Register scratch);
full-codegen-x87.cc 675 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
679 __ LoadContext(scratch, context_chain_length);
680 return ContextOperand(scratch, var->index());
3396 Register scratch = ecx; local
3627 Register scratch = edx; local
3847 Register scratch = ebx; local
4016 __ mov_b(Operand(result_pos, 0), scratch); local
    [all...]
  /external/kernel-headers/original/uapi/asm-x86/asm/
bootparam.h 131 __u32 scratch; /* Scratch field! */ /* 0x1e4 */ member in struct:boot_params
  /external/libopus/celt/
celt.h 208 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *coef, celt_sig *mem, celt_sig * OPUS_RESTRICT scratch);
celt_decoder.c 193 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *coef, celt_sig *mem, celt_sig * OPUS_RESTRICT scratch)
220 scratch[j] = tmp;
232 scratch[j] = tmp;
250 y[j*C] = SCALEOUT(SIG2WORD16(scratch[j*downsample]));
350 VARDECL(celt_sig, scratch);
372 ALLOC(scratch, noise_based?N*C:N, celt_sig);
387 deemphasis scratch buffer. */
388 freq = scratch;
648 mode->preemph, st->preemph_memD, scratch);
1014 /* We reuse freq[] as scratch space for the de-emphasis *
    [all...]
  /external/aac/libSBRenc/src/
mh_det.cpp 1104 FIXP_DBL *scratch = scratch_mem; local
    [all...]
  /external/chromium_org/skia/ext/
analysis_canvas.cc 114 SkRect scratch; local
116 quickReject(paint.computeFastBounds(rect, &scratch))) {
  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 193 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *coef, celt_sig *mem, celt_sig * OPUS_RESTRICT scratch)
220 scratch[j] = tmp;
232 scratch[j] = tmp;
250 y[j*C] = SCALEOUT(SIG2WORD16(scratch[j*downsample]));
350 VARDECL(celt_sig, scratch);
372 ALLOC(scratch, noise_based?N*C:N, celt_sig);
387 deemphasis scratch buffer. */
388 freq = scratch;
648 mode->preemph, st->preemph_memD, scratch);
1014 /* We reuse freq[] as scratch space for the de-emphasis *
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.h 175 string* scratch) const;
224 int index, string* scratch) const;
test_util.cc 2388 string scratch; local
2481 string scratch; local
2604 string scratch; local
2719 string scratch; local
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 255 SkDVector scratch[2];
260 scratch[0] = fCurvePart[1] - fCurvePart[0];
261 sweep = &scratch[0];
266 scratch[1] = rh.fCurvePart[1] - rh.fCurvePart[0];
267 tweep = &scratch[1];
579 SkDVector scratch[2]; local
584 scratch[0] = angle->fCurvePart[1] - angle->fCurvePart[0];
585 sweep = &scratch[0];
    [all...]
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 562 Register scratch = r9; local
566 elements, array, length, scratch));
591 __ Allocate(array_size, array, allocate_scratch, scratch, &gc_required,
595 __ LoadRoot(scratch, Heap::kFixedArrayMapRootIndex);
597 __ str(scratch, MemOperand(array, HeapObject::kMapOffset));
603 Register heap_number_map = scratch;
669 scratch,
682 scratch,
full-codegen-arm.cc 733 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
737 __ LoadContext(scratch, context_chain_length);
738 return ContextOperand(scratch, var->index());
746 // Use destination as scratch.
2709 const Register scratch = r1; local
3720 Register scratch = r3; local
3933 Register scratch = r9; local
    [all...]
  /external/chromium_org/v8/src/ic/
handler-compiler.h 49 Register scratch, bool is_store, int argc,
68 Handle<Name> name, Register scratch,
79 // The scratch and holder registers are always clobbered, but the object
  /external/libunwind/doc/
unw_is_signal_frame.tex 30 that are normally treated as scratch (``caller-saved'') registers.
  /external/chromium_org/v8/src/arm64/
codegen-arm64.cc 150 Register scratch = x6; local
183 __ RecordWriteField(receiver, HeapObject::kMapOffset, target_map, scratch,
191 scratch, kLRHasBeenSaved, kDontSaveFPRegs,
210 __ RecordWriteField(receiver, HeapObject::kMapOffset, target_map, scratch,
322 Register scratch = array_size; local
324 __ AllocateHeapNumber(heap_num, &gc_required, scratch, scratch2,
  /external/chromium_org/v8/src/compiler/arm64/
code-generator-arm64.cc 423 FPRegister scratch = scope.AcquireS(); local
424 __ Ldr(scratch, i.MemoryOperand());
425 __ Fcvt(i.OutputDoubleRegister(), scratch);
430 FPRegister scratch = scope.AcquireS(); local
431 __ Fcvt(scratch, i.InputDoubleRegister(2));
432 __ Str(scratch, i.MemoryOperand());
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 678 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
682 __ LoadContext(scratch, context_chain_length);
683 return ContextOperand(scratch, var->index());
3406 Register scratch = ecx; local
3638 Register scratch = edx; local
3858 Register scratch = ebx; local
4027 __ mov_b(Operand(result_pos, 0), scratch); local
    [all...]
  /external/chromium_org/v8/src/mips/
codegen-mips.cc 713 Register scratch = t6; local
731 __ sll(scratch, length, 2);
732 __ Addu(scratch, scratch, FixedDoubleArray::kHeaderSize);
733 __ Allocate(scratch, array, t3, scratch2, &gc_required, DOUBLE_ALIGNMENT);
852 Register scratch = t5; local
856 elements, array, length, scratch));
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 594 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); local
597 Type *name = (Type *) scratch; \
599 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
601 scratch += _consumed; \
748 scratch = buffer->get_scratch_buffer (&scratch_size);
    [all...]
  /external/icu/icu4c/source/i18n/
collationkeys.cpp 59 char *scratch,
69 return scratch;
80 return scratch;
  /external/ceres-solver/internal/ceres/
program_test.cc 226 scoped_array<double> scratch(
233 scratch.get());
  /external/chromium_org/content/zygote/
zygote_main_linux.cc 363 uint8_t scratch; local
364 RAND_bytes(&scratch, 1);
  /external/chromium_org/net/websockets/
websocket_frame_test.cc 299 scoped_ptr<char, base::AlignedFreeDeleter> scratch(
307 char* const aligned_scratch = scratch.get() + alignment;
  /external/chromium_org/third_party/leveldatabase/src/db/
repair.cc 197 std::string scratch; local
203 while (reader.ReadRecord(&record, &scratch)) {

Completed in 1611 milliseconds

1 2 3 4 5 67 8 91011>>