| /external/chromium_org/v8/src/arm/ |
| macro-assembler-arm.h | 113 // Swap two registers. If the scratch register is omitted then a slightly 117 Register scratch = no_reg, 128 // The scratch register is not used for ARMv7. 129 // scratch can be the same register as src (in which case it is trashed), but 133 Register scratch, 179 Register scratch, 184 Register scratch, 190 Register scratch, 194 // The register scratch can be object itself, but scratch will be clobbered [all...] |
| macro-assembler-arm.cc | 201 Register scratch, 203 if (scratch.is(no_reg)) { 208 mov(scratch, reg1, LeaveCC, cond); 210 mov(reg2, scratch, LeaveCC, cond); 325 Register scratch, 332 ASSERT(!scratch.is(dst)); 337 and_(scratch, src, Operand((1 << width) - 1)); 338 mov(scratch, Operand(scratch, LSL, lsb)); 339 orr(dst, dst, scratch); [all...] |
| lithium-codegen-arm.cc | 405 Register LCodeGen::EmitLoadRegister(LOperand* op, Register scratch) { 415 __ mov(scratch, Operand(static_cast<int32_t>(literal->Number()))); 420 __ Move(scratch, literal); 422 return scratch; 424 __ ldr(scratch, ToMemOperand(op)); 425 return scratch; 428 return scratch; 830 Register scratch = scratch0(); local 835 __ mov(scratch, Operand::Zero(), LeaveCC, NegateCondition(condition)); 836 __ mov(scratch, Operand(1), LeaveCC, condition) 1234 Register scratch = scratch0(); local 1675 Register scratch = scratch0(); local 1749 Register scratch = scratch0(); local 1913 Register scratch = ToRegister(instr->temp()); local 1960 Register scratch = scratch0(); local 1979 Register scratch = scratch0(); local 2444 Register scratch = scratch0(); local 2454 Register scratch = ToRegister(instr->temp()); local 2621 Register scratch = scratch0(); local 2647 Register scratch = scratch0(); local 3007 Register scratch = scratch0(); local 3083 Register scratch = scratch0(); local 3264 Register scratch = scratch0(); local 3298 Register scratch = scratch0(); local 3387 Register scratch = scratch0(); local 3433 Register scratch = scratch0(); local 3495 Register scratch = scratch0(); local 3628 Register scratch = scratch0(); local 4058 Register scratch = scratch0(); local 4263 Register scratch = scratch0(); local 4306 Register scratch = scratch0(); local 4374 Register scratch = scratch0(); local 4461 Register scratch = scratch0(); local 4546 Register scratch = scratch0(); local 4701 Register scratch = scratch0(); local 4783 Register scratch = scratch0(); local 5033 Register scratch = scratch0(); local 5181 Register scratch = scratch0(); local 5253 Register scratch = ToRegister(instr->temp1()); local 5452 Register scratch = scratch0(); local 5793 Register scratch = scratch0(); local [all...] |
| /external/chromium_org/v8/src/ia32/ |
| macro-assembler-ia32.cc | 84 Register scratch, 89 mov(scratch, Immediate(index)); 90 mov(Operand::StaticArray(scratch, times_pointer_size, roots_array_start), 96 Register scratch, 100 mov(scratch, Immediate(index)); 101 cmp(with, Operand::StaticArray(scratch, 124 Register scratch, 129 if (scratch.is(object)) { 130 and_(scratch, Immediate(~Page::kPageAlignmentMask)); 132 mov(scratch, Immediate(~Page::kPageAlignmentMask)) 1872 mov(Operand(destination, length, times_1, -4), scratch); local 1890 mov(Operand(destination, 8), scratch); local 1893 mov(Operand(destination, 4), scratch); local 1896 mov(Operand(destination, 0), scratch); local 1906 mov_b(Operand(destination, 0), scratch); local 2839 Register scratch = scratch2; local 3010 mov(Operand(esp, num_arguments * kPointerSize), scratch); local [all...] |
| macro-assembler-ia32.h | 50 void StoreRoot(Register source, Register scratch, Heap::RootListIndex index); 51 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index); 69 Register scratch, 74 Register scratch, 88 Register scratch, 92 // The register scratch can be object itself, but scratch will be clobbered. 94 Register scratch, 97 InNewSpace(object, scratch, zero, branch, distance); 101 // The register scratch can be object itself, but it will be clobbered [all...] |
| /external/chromium_org/v8/src/mips/ |
| macro-assembler-mips.h | 210 // Swap two registers. If the scratch register is omitted then a slightly 212 void Swap(Register reg1, Register reg2, Register scratch = no_reg); 299 Register scratch, 304 Register scratch, 310 Register scratch, 314 // The register scratch can be object itself, but it will be clobbered. 316 Register scratch, 318 InNewSpace(object, scratch, ne, branch); 322 // The register scratch can be object itself, but scratch will be clobbered [all...] |
| stub-cache-mips.cc | 27 Register scratch, 47 Register base_addr = scratch; 48 scratch = no_reg; 154 Register scratch, 169 ASSERT(!scratch.is(receiver)); 170 ASSERT(!scratch.is(name)); 173 ASSERT(!extra.is(scratch)); 176 ASSERT(!extra2.is(scratch)); 180 ASSERT(!scratch.is(no_reg)); 193 __ lw(scratch, FieldMemOperand(name, Name::kHashFieldOffset)) 272 Register scratch = prototype; local 701 Register scratch = name; local [all...] |
| /external/chromium_org/v8/src/x87/ |
| macro-assembler-x87.cc | 84 Register scratch, 89 mov(scratch, Immediate(index)); 90 mov(Operand::StaticArray(scratch, times_pointer_size, roots_array_start), 96 Register scratch, 100 mov(scratch, Immediate(index)); 101 cmp(with, Operand::StaticArray(scratch, 124 Register scratch, 129 if (scratch.is(object)) { 130 and_(scratch, Immediate(~Page::kPageAlignmentMask)); 132 mov(scratch, Immediate(~Page::kPageAlignmentMask)) 1765 mov(Operand(destination, length, times_1, -4), scratch); local 1783 mov(Operand(destination, 8), scratch); local 1786 mov(Operand(destination, 4), scratch); local 1789 mov(Operand(destination, 0), scratch); local 1799 mov_b(Operand(destination, 0), scratch); local 2725 Register scratch = scratch2; local 2897 mov(Operand(esp, num_arguments * kPointerSize), scratch); local [all...] |
| macro-assembler-x87.h | 50 void StoreRoot(Register source, Register scratch, Heap::RootListIndex index); 51 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index); 69 Register scratch, 73 Register scratch, 87 Register scratch, 91 // The register scratch can be object itself, but scratch will be clobbered. 93 Register scratch, 96 InNewSpace(object, scratch, zero, branch, distance); 100 // The register scratch can be object itself, but it will be clobbered [all...] |
| /external/ceres-solver/internal/ceres/ |
| residual_block_utils_test.cc | 57 scoped_array<double> scratch( 69 scratch.get()), is_good);
|
| program_evaluator.h | 77 // some per-thread scratch space. 159 // Each thread gets it's own cost and evaluate scratch space. 187 EvaluateScratch* scratch = &evaluate_scratch_[thread_id]; local 195 block_residuals = scratch->residual_block_residuals.get(); 204 scratch->jacobian_block_ptrs.get()); 205 block_jacobians = scratch->jacobian_block_ptrs.get(); 215 scratch->residual_block_evaluate_scratch.get())) { 224 scratch->cost += block_cost; 250 scratch->gradient.get() + parameter_block->delta_offset()); 309 // Per-thread scratch space needed to evaluate and store each residual block [all...] |
| residual_block.cc | 71 double* scratch) const { 82 // Put pointers into the scratch space into global_jacobians as appropriate. 89 global_jacobians[i] = scratch; 90 scratch += num_residuals * parameter_block->Size(); 97 // If the caller didn't request residuals, use the scratch space for them. 100 residuals = scratch; 198 // Compute the amount of scratch space needed to store the full-sized
|
| residual_block.h | 84 // Evaluate needs scratch space which must be supplied by the caller via 85 // scratch. The array should have at least NumScratchDoublesForEvaluate() 103 double* scratch) const; 123 // The minimum amount of scratch space needed to pass to Evaluate().
|
| /external/chromium_org/third_party/icu/source/common/unicode/ |
| bytestream.h | 72 * May return a pointer to the caller-owned scratch buffer which must have 94 * If a non-scratch buffer is returned, the caller may only pass 98 * The default implementation always returns the scratch buffer. 104 * @param scratch default caller-owned buffer 105 * @param scratch_capacity capacity of the scratch buffer 113 char* scratch, int32_t scratch_capacity, 175 * @param scratch default caller-owned buffer 176 * @param scratch_capacity capacity of the scratch buffer 184 char* scratch, int32_t scratch_capacity,
|
| /external/fio/examples/ |
| enospc-pressure.fio | 9 directory=/scratch
|
| /external/icu/icu4c/source/common/unicode/ |
| bytestream.h | 72 * May return a pointer to the caller-owned scratch buffer which must have 94 * If a non-scratch buffer is returned, the caller may only pass 98 * The default implementation always returns the scratch buffer. 104 * @param scratch default caller-owned buffer 105 * @param scratch_capacity capacity of the scratch buffer 113 char* scratch, int32_t scratch_capacity, 180 * @param scratch default caller-owned buffer 181 * @param scratch_capacity capacity of the scratch buffer 189 char* scratch, int32_t scratch_capacity,
|
| /art/compiler/optimizing/ |
| parallel_move_resolver.cc | 171 int scratch = -1; local 175 scratch = reg; 180 if (scratch == -1) { 182 scratch = if_scratch; 187 return scratch;
|
| /external/chromium_org/third_party/leveldatabase/src/db/ |
| memtable.cc | 42 // Uses *scratch as scratch space, and the returned pointer will point 43 // into this scratch space. 44 static const char* EncodeKey(std::string* scratch, const Slice& target) { 45 scratch->clear(); 46 PutVarint32(scratch, target.size()); 47 scratch->append(target.data(), target.size()); 48 return scratch->data();
|
| log_reader.h | 50 // "*scratch" as temporary storage. The contents filled in *record 52 // reader or the next mutation to *scratch. 53 bool ReadRecord(Slice* record, std::string* scratch);
|
| /external/chromium_org/v8/src/x64/ |
| macro-assembler-x64.cc | 62 Register scratch) { 69 Move(scratch, target); 70 return Operand(scratch, 0); 131 // Operand is leap(scratch, Operand(kRootRegister, delta)); 208 Register scratch, 213 JumpIfNotInNewSpace(object, scratch, &ok, Label::kNear); 218 LoadRoot(scratch, Heap::kStoreBufferTopRootIndex); 220 movp(Operand(scratch, 0), addr); 222 addp(scratch, Immediate(kPointerSize)); 224 StoreRoot(scratch, Heap::kStoreBufferTopRootIndex) 4796 movp(Operand(destination, 2 * kPointerSize), scratch); local 4799 movp(Operand(destination, kPointerSize), scratch); local 4802 movp(Operand(destination, 0), scratch); local 4805 movp(Operand(destination, length, times_1, -kPointerSize), scratch); local 4817 movb(Operand(destination, 0), scratch); local [all...] |
| /external/chromium_org/v8/src/arm64/ |
| stub-cache-arm64.cc | 81 Register scratch, 99 ASSERT(!AreAliased(name, offset, scratch, scratch2, scratch3)); 105 __ Mov(scratch, key_offset); 106 __ Add(scratch, scratch, Operand(scratch3, LSL, kPointerSizeLog2)); 109 __ Ldr(scratch2, MemOperand(scratch)); 114 __ Ldr(scratch2, MemOperand(scratch, map_off_addr - key_off_addr)); 120 __ Ldr(scratch, MemOperand(scratch, value_off_addr - key_off_addr)); 123 __ Ldr(scratch2.W(), FieldMemOperand(scratch, Code::kFlagsOffset)) 233 Register scratch = prototype; local 661 Register scratch = name; local [all...] |
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| strtest.cpp | 398 char scratch[20]; local 400 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity); 405 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity); 410 dest = sink.GetAppendBuffer(5, 50, scratch, (int32_t)sizeof(scratch), &capacity); 411 if(dest != scratch || capacity != (int32_t)sizeof(scratch)) { 412 errln("ByteSink.GetAppendBuffer() did not properly return the scratch buffer"); 429 char scratch[10] local [all...] |
| /libcore/luni/src/main/java/java/util/zip/ |
| GZIPInputStream.java | 214 CRC32 crc, byte[] scratch) throws IOException { 225 int length = Memory.peekShort(scratch, 0, ByteOrder.LITTLE_ENDIAN) & 0xffff; 227 int max = length > scratch.length ? scratch.length : length; 228 int result = in.read(scratch, 0, max); 233 crc.update(scratch, 0, result); 246 short crc16 = Memory.peekShort(scratch, 0, ByteOrder.LITTLE_ENDIAN);
|
| /external/chromium_org/third_party/harfbuzz-ng/src/ |
| hb-graphite2.cc | 244 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); local 246 uint32_t *chars = (uint32_t *) scratch; 272 scratch = buffer->get_scratch_buffer (&scratch_size); 273 while ((DIV_CEIL (sizeof (hb_graphite2_cluster_t) * buffer->len, sizeof (*scratch)) + 274 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size) 282 scratch = buffer->get_scratch_buffer (&scratch_size); 286 Type *name = (Type *) scratch; \ 288 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \ 290 scratch += _consumed; \
|
| /external/harfbuzz_ng/src/ |
| hb-graphite2.cc | 245 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); local 247 uint32_t *chars = (uint32_t *) scratch; 273 scratch = buffer->get_scratch_buffer (&scratch_size); 274 while ((DIV_CEIL (sizeof (hb_graphite2_cluster_t) * buffer->len, sizeof (*scratch)) + 275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size) 283 scratch = buffer->get_scratch_buffer (&scratch_size); 287 Type *name = (Type *) scratch; \ 289 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \ 291 scratch += _consumed; \
|