HomeSort by relevance Sort by last modified time
    Searched refs:scratch (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /external/libffi/src/sparc/
ffi.c 475 void *rvalue, unsigned long *gpr, unsigned long *scratch)
517 scratch[0] = gpr[argn];
518 scratch[1] = gpr[argn+1];
519 avalue[i] = scratch;
520 scratch -= 2;
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 337 RegisterSpec scratch = src.withReg(scratchAt); local
338 insns.add(new PlainInsn(Rops.opMove(type), pos, scratch, src));
339 scratchRegs[i] = scratch;
345 RegisterSpec scratch = scratchRegs[which]; local
346 TypeBearer type = scratch.getTypeBearer();
348 scratch.withReg(stackPointer),
349 scratch));
    [all...]
  /external/v8/src/
stub-cache.h 202 // If extra != no_reg it might be used as am extra scratch register.
207 Register scratch,
357 Register scratch,
378 Register scratch,
390 Register scratch,
393 return CheckPrototypes(object, object_reg, holder, holder_reg, scratch,
401 Register scratch,
  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 113 string scratch; local
116 &reflection->GetStringReference(message, F("optional_string"), &scratch))
121 0, &scratch))
wire_format.cc 832 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
    [all...]
generated_message_reflection.h 168 string* scratch) const;
215 int index, string* scratch) const;
message.h 471 // *scratch and return that.
482 string* scratch) const = 0;
560 int index, string* scratch) const = 0;
    [all...]
test_util.cc 2273 string scratch; local
2355 string scratch; local
2473 string scratch; local
2588 string scratch; local
    [all...]
  /frameworks/base/services/surfaceflinger/
BlurFilter.cpp 253 TYPE* const scratch = (TYPE*)(sums + w + kernelSize); local
270 memcpy( scratch + src->stride*kernelHalfSize,
329 TYPE* const tail = scratch + (y & mask) * src->stride;
LayerBase.h 205 virtual void dump(String8& result, char* scratch, size_t size) const;
324 virtual void dump(String8& result, char* scratch, size_t size) const;
Layer.h 93 virtual void dump(String8& result, char* scratch, size_t size) const;
  /frameworks/base/services/sensorservice/
SensorService.h 88 sensors_event_t* scratch = NULL);
  /external/v8/src/ia32/
codegen-ia32.cc 231 Result scratch = allocator_->Allocate(); local
232 ASSERT(scratch.is_valid());
235 __ RecordWrite(context.reg(), offset, value.reg(), scratch.reg());
805 Register scratch,
810 static void LoadFloatSmis(MacroAssembler* masm, Register scratch);
817 Register scratch);
835 static void LoadSSE2Smis(MacroAssembler* masm, Register scratch);
4715 Result scratch = allocator_->Allocate(); local
5670 Result scratch = allocator_->Allocate(); local
6509 Result scratch = allocator()->Allocate(); local
8360 Register scratch = ebx; local
8690 __ mov(Operand(esp, 0), scratch); local
9372 Register scratch = scratch2; local
10511 __ mov_b(Operand(dest, 0), scratch); local
10516 __ mov_w(Operand(dest, 0), scratch); local
10574 __ mov_b(Operand(dest, 0), scratch); local
10592 Register scratch = scratch3; local
    [all...]
codegen-ia32.h 793 Register scratch,
803 Register scratch, // Neither of the above.
822 Register scratch);
826 Register scratch);
829 Register scratch);
    [all...]
builtins-ia32.cc 58 Register scratch = ebx; local
59 __ pop(scratch); // Save return address.
61 __ push(scratch); // Restore return address.
768 // Use a scratch register here to have only one reloc info when unfolding
804 Register scratch,
824 scratch,
838 scratch,
897 __ mov(Operand(elements_array, 0), scratch); local
    [all...]
  /external/grub/grub/
asmstub.c 113 char *scratch, *simstack; local
145 scratch = malloc (0x100000 + EXTENDED_MEMSIZE + 15);
146 assert (scratch);
147 grub_scratch_mem = (char *) ((((int) scratch) >> 4) << 4);
220 free (scratch);
  /external/skia/src/core/
SkStream.cpp 169 char scratch[1024]; local
170 const size_t MAX = sizeof(scratch);
177 stream->read(scratch, n);
178 if (!this->write(scratch, n)) {
  /external/v8/src/mips/
full-codegen-mips.cc 89 MemOperand FullCodeGenerator::EmitSlotSearch(Slot* slot, Register scratch) {
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc.c 709 uint32 scratch, regdata; local
710 uint8 *ptr = (uint8 *)&scratch;
720 scratch = ltoh32(scratch);
721 scratch &= 0x0001FFFF;
722 return (scratch);
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 541 // Use a scratch register here to have only one reloc info when unfolding
576 Register scratch,
597 scratch,
611 scratch,
626 __ Integer32ToSmi(scratch, array_size);
627 __ movq(FieldOperand(result, JSArray::kLengthOffset), scratch); local
665 __ Move(scratch, Factory::the_hole_value());
670 __ movq(Operand(elements_array, 0), scratch); local
    [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 410 char scratch[256]; local
411 snprintf(scratch, sizeof(scratch), "%d", parentIndex);
412 comma(scratch);
420 snprintf(scratch, sizeof(scratch), "/* + %d bytes */",
422 print(scratch);
443 snprintf(scratch, sizeof(scratch), ", {%d, %d, %d, %d}, %s"
450 print(scratch);
674 char scratch[64]; local
    [all...]
  /external/openssl/crypto/
sparccpuid.S 8 .register %g2,#scratch
9 .register %g3,#scratch
  /external/v8/src/arm/
codegen-arm.h 266 void LoadGlobalReceiver(Register scratch);
544 Register scratch,
regexp-macro-assembler-arm.cc     [all...]
  /external/netperf/
netlib.c 554 unsigned char scratch;
574 scratch = conv_rec.bytes[i];
576 conv_rec.bytes[7-i] = scratch;
582 unsigned int scratch = conv_rec.words[0];
584 conv_rec.words[1] = scratch;
603 unsigned char scratch;
617 scratch = conv_rec.bytes[i];
619 conv_rec.bytes[7-i] = scratch;
625 unsigned int scratch = conv_rec.words[0];
627 conv_rec.words[1] = scratch;
549 unsigned char scratch; local
577 unsigned int scratch = conv_rec.words[0]; local
598 unsigned char scratch; local
620 unsigned int scratch = conv_rec.words[0]; local
    [all...]

Completed in 646 milliseconds

1 23 4 5