HomeSort by relevance Sort by last modified time
    Searched refs:scratch (Results 176 - 200 of 318) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/protobuf/src/google/protobuf/
test_util.cc 2273 string scratch; local
2355 string scratch; local
2473 string scratch; local
2588 string scratch; local
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 596 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); local
599 Type *name = (Type *) scratch; \
601 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
603 scratch += _consumed; \
750 scratch = buffer->get_scratch_buffer (&scratch_size);
    [all...]
hb-uniscribe.cc 732 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/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...]
hb-uniscribe.cc 729 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); local
732 Type *name = (Type *) scratch; \
734 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
736 scratch += _consumed; \
  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.cpp 85 UINT32 scratch[scratchCount]; local
91 scratch[i] = next_ucs4_proc(&chars);
93 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]);
  /external/icu/icu4c/source/i18n/
collationkeys.cpp 59 char *scratch,
69 return scratch;
80 return scratch;
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 85 UINT32 scratch[scratchCount]; local
91 scratch[i] = next_ucs4_proc(&chars);
93 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 72 ;// M_LOAD_X $pSrc, $srcStep, $out0, $out1, $scratch, $offset
78 ;// $scratch A scratch register, used internally for temp calculations
88 ;// Note: {$out0, $out1, $scratch} should be registers with ascending
89 ;// register numbering. In case offset is 0, $scratch is not modified.
92 M_LOAD_X $pSrc, $srcStep, $out0, $out1, $scratch, $offset
97 LDM $pSrc, {$out0, $out1, $scratch}
103 ORR $out1, $out1, $scratch, LSL #(32 - 8 * ($offset))
242 ;// $tmp scratch register
258 ;// M_MCRECONBLOCK_HalfPixelXY done here. Uses "tmp" as scratch register and
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 709 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
713 __ LoadContext(scratch, context_chain_length);
714 return ContextOperand(scratch, var->index());
722 // Use destination as scratch.
3584 Register scratch = r3; local
3797 Register scratch = r9; local
    [all...]
  /external/ceres-solver/internal/ceres/
program_test.cc 226 scoped_array<double> scratch(
233 scratch.get());
  /external/chromium_org/third_party/leveldatabase/src/db/
repair.cc 197 std::string scratch; local
203 while (reader.ReadRecord(&record, &scratch)) {
version_set.h 265 // of files per level. Uses *scratch as backing store.
269 const char* LevelSummary(LevelSummaryStorage* scratch) const;
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
sparc_clip.S 28 .register %g2, #scratch
29 .register %g3, #scratch
  /external/chromium_org/third_party/openmax_dl/dl/api/arm/
armCOMM_s.h 28 .set _SBytes, 0 @ Number of scratch bytes on stack
29 .set _Workspace, 0 @ Stack offset of scratch workspace
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message.h 455 // *scratch and return that.
466 string* scratch) const = 0;
554 int index, string* scratch) const = 0;
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 69 // LOperand is loaded into scratch, unless already a register.
70 Register EmitLoadRegister(LOperand* op, Register scratch);
358 Register scratch,
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 28 .register %g2, #scratch
29 .register %g3, #scratch
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_context.c 188 nv50->base.scratch.bo_size = 2 << 20;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_context.c 193 nvc0->base.scratch.bo_size = 2 << 20;
  /external/chromium_org/third_party/skia/src/core/
SkStream.cpp 173 char scratch[1024]; local
174 const size_t MAX = sizeof(scratch);
181 stream->read(scratch, n);
182 if (!this->write(scratch, n)) {
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
cross_correlation_neon.S 30 @ r8, r9, r10, r11, r12: scratch
  /external/chromium_org/v8/src/
stub-cache.h 128 // Arguments extra, extra2 and extra3 may be used to pass additional scratch
134 Register scratch,
336 Register scratch,
351 Register scratch,
364 // The scratch and holder registers are always clobbered, but the object
382 Register scratch,
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.c 188 nv50->base.scratch.bo_size = 2 << 20;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.c 193 nvc0->base.scratch.bo_size = 2 << 20;

Completed in 1045 milliseconds

1 2 3 4 5 6 78 91011>>