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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/src/reflect/
swapper.go 62 tmp := unsafe_New(typ) // swap scratch space
  /prebuilts/go/linux-x86/src/reflect/
swapper.go 62 tmp := unsafe_New(typ) // swap scratch space
  /external/curl/lib/
rtsp.c 613 char *scratch; local
693 scratch = malloc(rtp_dataleft);
694 if(!scratch) {
700 memcpy(scratch, rtp, rtp_dataleft);
702 rtspc->rtp_buf = scratch;
http.c 2754 char *scratch = strdup(s); local
2792 char *scratch = strdup(s); local
3267 char scratch[SCRATCHSIZE+1]; \/* "HTTP\/major.minor 123" *\/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp 787 struct swr_scratch_space *scratch;
793 scratch = &ctx->scratch->vs_constants;
798 scratch = &ctx->scratch->fs_constants;
813 /* Need to copy these constants to scratch space */
818 ptr = swr_copy_to_scratch_space(ctx, scratch, ptr, size);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 352 RegisterSpec scratch = src.withReg(scratchAt); local
353 insns.add(new PlainInsn(Rops.opMove(type), pos, scratch, src));
354 scratchRegs[i] = scratch;
360 RegisterSpec scratch = scratchRegs[which]; local
361 TypeBearer type = scratch.getTypeBearer();
363 scratch.withReg(stackPointer),
364 scratch));
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format.cc 911 string scratch; local
929 string scratch; local
1098 string scratch; local
    [all...]
  /bionic/libc/arch-mips/bionic/
setjmp.S 180 .macro m_calculate_checksum dst, src, scratch
189 REG_L \scratch, \i*REGSZ(\src)
190 xor \dst, \dst, \scratch
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 98 UINT32 scratch[scratchCount]; local
104 scratch[i] = next_ucs4_proc(&chars);
106 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]);
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 106 // Return a double scratch register which can be used locally
165 const FPRegister& scratch);
183 Register scratch,
232 Register scratch,
  /prebuilts/go/darwin-x86/src/encoding/asn1/
marshal.go 82 // scratch contains temporary space for encoding the tag and length of
84 scratch [8]byte
553 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{rv.Class, rv.Tag, len(rv.Bytes), rv.IsCompound}))
614 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{class, tag, bodyLen, isCompound}))
620 tt.tag = bytesEncoder(appendTagAndLength(tt.scratch[:0], tagAndLength{
636 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{class, tag, bodyLen, isCompound}))
  /prebuilts/go/linux-x86/src/encoding/asn1/
marshal.go 82 // scratch contains temporary space for encoding the tag and length of
84 scratch [8]byte
553 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{rv.Class, rv.Tag, len(rv.Bytes), rv.IsCompound}))
614 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{class, tag, bodyLen, isCompound}))
620 tt.tag = bytesEncoder(appendTagAndLength(tt.scratch[:0], tagAndLength{
636 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{class, tag, bodyLen, isCompound}))
  /external/v8/src/builtins/ia32/
builtins-ia32.cc 805 // | | | scratch-n | (2)
810 // | scratch-n | | arg 0 |
2790 Register scratch = ecx; local
    [all...]
  /external/v8/src/builtins/x87/
builtins-x87.cc 771 // | | | scratch-n | (2)
776 // | scratch-n | | arg 0 |
860 // We need two scratch registers. Push edi and edx onto stack.
2708 Register scratch = ecx; local
    [all...]
  /art/compiler/optimizing/
parallel_move_test.cc 115 Location scratch = GetScratchLocation(kind); variable
116 if (scratch.Equals(Location::NoLocation())) {
120 scratch = (kind == Location::kRegister) ? Location::RegisterLocation(scratch_index_)
124 return scratch;
  /bionic/libc/kernel/uapi/asm-x86/asm/
bootparam.h 132 __u32 scratch; member in struct:boot_params
  /development/ndk/platforms/android-21/arch-x86/include/asm/
bootparam.h 157 __u32 scratch; member in struct:boot_params
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
bootparam.h 157 __u32 scratch; member in struct:boot_params
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
LinuxBzimage.h 141 UINT32 scratch; member in struct:boot_params
  /external/kernel-headers/original/uapi/asm-x86/asm/
bootparam.h 133 __u32 scratch; /* Scratch field! */ /* 0x1e4 */ member in struct:boot_params
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.h 87 __volatile__ uint32_t *scratch; member in struct:radeon_screen
  /external/v8/src/debug/arm64/
debug-arm64.cc 87 Register scratch = x10; local
  /external/v8/src/regexp/arm/
regexp-macro-assembler-arm.h 144 void CallCheckStackGuardState(Register scratch);
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.h 139 void CallCheckStackGuardState(Register scratch);
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.h 144 void CallCheckStackGuardState(Register scratch);

Completed in 684 milliseconds

1 2 3 4 5 6 78 91011>>