Searched defs:scratch (Results 1 - 25 of 202) sorted by relevance

123456789

/external/blktrace/btt/
H A Dtrace.c59 char scratch[15]; local
69 make_dev_hdr(scratch, 15, iop->dip, 1),
/external/aac/libFDK/src/mips/
H A Dfft_rad2_mips.cpp109 int32c scratch[1024]; local
124 mips_fft32(dout, din, twiddles, scratch, ldn);
/external/chromium_org/third_party/icu/source/common/
H A Dappendable.cpp60 UChar *scratch, int32_t scratchCapacity,
67 return scratch;
58 getAppendBuffer(int32_t minCapacity, int32_t , UChar *scratch, int32_t scratchCapacity, int32_t *resultCapacity) argument
H A Dbytestream.cpp17 char* scratch, int32_t scratch_capacity,
24 return scratch;
60 char* scratch,
73 return scratch;
15 GetAppendBuffer(int32_t min_capacity, int32_t , char* scratch, int32_t scratch_capacity, int32_t* result_capacity) argument
58 GetAppendBuffer(int32_t min_capacity, int32_t , char* scratch, int32_t scratch_capacity, int32_t* result_capacity) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_scratch.c39 struct nouveau_scratch_state *scratch = local
40 &to_nouveau_context(ctx)->scratch;
43 if (scratch->buf && size <= NOUVEAU_SCRATCH_SIZE - scratch->offset) {
44 nouveau_bo_ref(scratch->bo[scratch->index], bo);
46 buf = scratch->buf + scratch->offset;
47 *offset = scratch->offset;
48 scratch
76 struct nouveau_scratch_state *scratch = local
91 struct nouveau_scratch_state *scratch = local
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection_unittest.cc113 string scratch; local
116 &reflection->GetStringReference(message, F("optional_string"), &scratch))
121 0, &scratch))
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGCircle.cpp35 char scratch[16]; local
36 sprintf(scratch, "%g", SkScalarToDouble(left));
37 parser._addAttribute("left", scratch);
38 sprintf(scratch, "%g", SkScalarToDouble(top));
39 parser._addAttribute("top", scratch);
40 sprintf(scratch, "%g", SkScalarToDouble(right));
41 parser._addAttribute("right", scratch);
42 sprintf(scratch, "%g", SkScalarToDouble(bottom));
43 parser._addAttribute("bottom", scratch);
H A DSkSVGEllipse.cpp37 char scratch[16]; local
38 sprintf(scratch, "%g", SkScalarToDouble(left));
39 parser._addAttribute("left", scratch);
40 sprintf(scratch, "%g", SkScalarToDouble(top));
41 parser._addAttribute("top", scratch);
42 sprintf(scratch, "%g", SkScalarToDouble(right));
43 parser._addAttribute("right", scratch);
44 sprintf(scratch, "%g", SkScalarToDouble(bottom));
45 parser._addAttribute("bottom", scratch);
/external/icu/icu4c/source/common/
H A Dappendable.cpp60 UChar *scratch, int32_t scratchCapacity,
67 return scratch;
58 getAppendBuffer(int32_t minCapacity, int32_t , UChar *scratch, int32_t scratchCapacity, int32_t *resultCapacity) argument
H A Dbytestream.cpp17 char* scratch, int32_t scratch_capacity,
24 return scratch;
60 char* scratch,
73 return scratch;
15 GetAppendBuffer(int32_t min_capacity, int32_t , char* scratch, int32_t scratch_capacity, int32_t* result_capacity) argument
58 GetAppendBuffer(int32_t min_capacity, int32_t , char* scratch, int32_t scratch_capacity, int32_t* result_capacity) argument
/external/icu/icu4c/source/i18n/
H A Dbocsu.cpp100 char scratch[64]; local
105 char *buffer=sink.GetAppendBuffer(1, length*2, scratch, (int32_t)sizeof(scratch), &capacity);
111 buffer=scratch;
112 capacity=(int32_t)sizeof(scratch);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_scratch.c39 struct nouveau_scratch_state *scratch = local
40 &to_nouveau_context(ctx)->scratch;
43 if (scratch->buf && size <= NOUVEAU_SCRATCH_SIZE - scratch->offset) {
44 nouveau_bo_ref(scratch->bo[scratch->index], bo);
46 buf = scratch->buf + scratch->offset;
47 *offset = scratch->offset;
48 scratch
76 struct nouveau_scratch_state *scratch = local
91 struct nouveau_scratch_state *scratch = local
[all...]
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection_unittest.cc113 string scratch; local
116 &reflection->GetStringReference(message, F("optional_string"), &scratch))
121 0, &scratch))
/external/skia/src/svg/
H A DSkSVGCircle.cpp35 char scratch[16]; local
36 sprintf(scratch, "%g", SkScalarToDouble(left));
37 parser._addAttribute("left", scratch);
38 sprintf(scratch, "%g", SkScalarToDouble(top));
39 parser._addAttribute("top", scratch);
40 sprintf(scratch, "%g", SkScalarToDouble(right));
41 parser._addAttribute("right", scratch);
42 sprintf(scratch, "%g", SkScalarToDouble(bottom));
43 parser._addAttribute("bottom", scratch);
H A DSkSVGEllipse.cpp37 char scratch[16]; local
38 sprintf(scratch, "%g", SkScalarToDouble(left));
39 parser._addAttribute("left", scratch);
40 sprintf(scratch, "%g", SkScalarToDouble(top));
41 parser._addAttribute("top", scratch);
42 sprintf(scratch, "%g", SkScalarToDouble(right));
43 parser._addAttribute("right", scratch);
44 sprintf(scratch, "%g", SkScalarToDouble(bottom));
45 parser._addAttribute("bottom", scratch);
/external/chromium_org/third_party/icu/source/i18n/
H A Dbocsu.cpp100 char scratch[64]; local
106 char *buffer=sink.GetAppendBuffer(1, length*2, scratch, (int32_t)sizeof(scratch), &capacity);
112 buffer=scratch;
113 capacity=(int32_t)sizeof(scratch);
/external/chromium_org/v8/src/ic/x64/
H A Dstub-cache-x64.cc87 Register name, Register scratch, Register extra,
102 DCHECK(!scratch.is(receiver));
103 DCHECK(!scratch.is(name));
105 // Check scratch register is valid, extra and extra2 are unused.
106 DCHECK(!scratch.is(no_reg));
117 __ movl(scratch, FieldOperand(name, Name::kHashFieldOffset));
119 __ addl(scratch, FieldOperand(receiver, HeapObject::kMapOffset));
120 __ xorp(scratch, Immediate(flags));
123 __ andp(scratch, Immediate((kPrimaryTableSize - 1) << kCacheIndexShift));
127 scratch);
85 GenerateProbe(MacroAssembler* masm, Code::Flags flags, bool leave_frame, Register receiver, Register name, Register scratch, Register extra, Register extra2, Register extra3) argument
[all...]
/external/openssl/crypto/modes/
H A Dxts128.c66 union { u64 u[2]; u32 d[4]; u8 c[16]; } tweak, scratch; local
79 memcpy(scratch.c,inp,16);
80 scratch.u[0] ^= tweak.u[0];
81 scratch.u[1] ^= tweak.u[1];
83 scratch.u[0] = ((u64*)inp)[0]^tweak.u[0];
84 scratch.u[1] = ((u64*)inp)[1]^tweak.u[1];
86 (*ctx->block1)(scratch.c,scratch.c,ctx->key1);
88 scratch.u[0] ^= tweak.u[0];
89 scratch
[all...]
/external/ceres-solver/internal/ceres/
H A Dresidual_block_test.cc76 double scratch[64]; local
108 residual_block.Evaluate(true, &cost, NULL, NULL, scratch);
113 residual_block.Evaluate(true, &cost, residuals, NULL, scratch);
137 residual_block.Evaluate(true, &cost, residuals, jacobian_ptrs, scratch);
156 residual_block.Evaluate(true, &cost, residuals, jacobian_ptrs, scratch);
203 double scratch[64]; local
247 residual_block.Evaluate(true, &cost, NULL, NULL, scratch);
252 residual_block.Evaluate(true, &cost, residuals, NULL, scratch);
276 residual_block.Evaluate(true, &cost, residuals, jacobian_ptrs, scratch);
314 residual_block.Evaluate(true, &cost, residuals, jacobian_ptrs, scratch);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_context.h42 } scratch; member in struct:nouveau_context
57 /* This is needed because we don't hold references outside of context::scratch,
64 nv->scratch.wrap = nv->scratch.id;
65 if (unlikely(nv->scratch.nr_runout))
69 /* Get pointer to scratch buffer.
82 if (ctx->scratch.bo[i])
83 nouveau_bo_ref(NULL, &ctx->scratch.bo[i]);
/external/chromium_org/v8/src/ic/arm64/
H A Dstub-cache-arm64.cc28 Register offset, Register scratch, Register scratch2,
45 DCHECK(!AreAliased(name, offset, scratch, scratch2, scratch3));
51 __ Mov(scratch, key_offset);
52 __ Add(scratch, scratch, Operand(scratch3, LSL, kPointerSizeLog2));
55 __ Ldr(scratch2, MemOperand(scratch));
60 __ Ldr(scratch2, MemOperand(scratch, map_off_addr - key_off_addr));
66 __ Ldr(scratch, MemOperand(scratch, value_off_addr - key_off_addr));
69 __ Ldr(scratch2.W(), FieldMemOperand(scratch, Cod
25 ProbeTable(Isolate* isolate, MacroAssembler* masm, Code::Flags flags, bool leave_frame, StubCache::Table table, Register receiver, Register name, Register offset, Register scratch, Register scratch2, Register scratch3) argument
93 GenerateProbe(MacroAssembler* masm, Code::Flags flags, bool leave_frame, Register receiver, Register name, Register scratch, Register extra, Register extra2, Register extra3) argument
[all...]
/external/chromium_org/v8/src/ic/ia32/
H A Dstub-cache-ia32.cc118 Register name, Register scratch, Register extra,
130 DCHECK(!scratch.is(receiver));
131 DCHECK(!scratch.is(name));
134 DCHECK(!extra.is(scratch));
136 // Assert scratch and extra registers are valid, and extra2/3 are unused.
137 DCHECK(!scratch.is(no_reg));
141 Register offset = scratch;
142 scratch = no_reg;
116 GenerateProbe(MacroAssembler* masm, Code::Flags flags, bool leave_frame, Register receiver, Register name, Register scratch, Register extra, Register extra2, Register extra3) argument
/external/chromium_org/v8/src/ic/x87/
H A Dstub-cache-x87.cc118 Register name, Register scratch, Register extra,
130 DCHECK(!scratch.is(receiver));
131 DCHECK(!scratch.is(name));
134 DCHECK(!extra.is(scratch));
136 // Assert scratch and extra registers are valid, and extra2/3 are unused.
137 DCHECK(!scratch.is(no_reg));
141 Register offset = scratch;
142 scratch = no_reg;
116 GenerateProbe(MacroAssembler* masm, Code::Flags flags, bool leave_frame, Register receiver, Register name, Register scratch, Register extra, Register extra2, Register extra3) argument
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_context.h42 } scratch; member in struct:nouveau_context
57 /* This is needed because we don't hold references outside of context::scratch,
64 nv->scratch.wrap = nv->scratch.id;
65 if (unlikely(nv->scratch.nr_runout))
69 /* Get pointer to scratch buffer.
82 if (ctx->scratch.bo[i])
83 nouveau_bo_ref(NULL, &ctx->scratch.bo[i]);
/external/skia/tools/
H A Dbench_playback.cpp66 static void bench(SkPMColor* scratch, SkPicture& src, const char* name) { argument
72 scratch,
112 // We share a single scratch bitmap among benches to reduce the profile noise from allocation.
114 SkAutoTMalloc<SkPMColor> scratch(kMaxArea);
140 SkDebugf("%s (%dx%d) is larger than hardcoded scratch bitmap (%dpx).\n",
146 bench(scratch.get(), *src, filename.c_str());

Completed in 7951 milliseconds

123456789