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

<<11121314151617181920>>

  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 259 SkDVector scratch[2]; local
264 scratch[0] = this->fPart.fCurve[1] - this->fPart.fCurve[0];
265 sweep = &scratch[0];
270 scratch[1] = rh->fPart.fCurve[1] - rh->fPart.fCurve[0];
271 tweep = &scratch[1];
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 3028 Register scratch = ToRegister(instr->temp()); local
4875 Register scratch = ToRegister(instr->scratch()); local
5049 Register scratch = ToRegister(instr->scratch()); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
longobject.c 1337 PyLongObject *scratch, *a; local
1531 PyLongObject *scratch; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
longobject.c 1351 PyLongObject *scratch, *a; local
1545 PyLongObject *scratch; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
longobject.c 1337 PyLongObject *scratch, *a; local
1531 PyLongObject *scratch; local
    [all...]
  /external/python/cpython2/Objects/
longobject.c 1339 PyLongObject *scratch, *a; local
1533 PyLongObject *scratch; local
    [all...]
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 2540 Register scratch = ToRegister(instr->temp()); local
2588 Register scratch = kScratchRegister; local
2787 Register scratch = kScratchRegister; local
3257 XMMRegister scratch = double_scratch0(); local
3752 Register scratch = kScratchRegister; local
3982 Register scratch = kScratchRegister; local
4607 XMMRegister scratch = ToDoubleRegister(instr->temp()); local
4616 __ Ucomisd(double_scratch0(), scratch); local
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_morphing.cpp 79 float scratch[2*3*1*7*1]; local
80 TensorMap<Tensor<float, 5>> tensor5d(scratch, 2,3,1,7,1);
  /external/libunwind/doc/
unw_resume.tex 45 purpose). These registers are normally treated like ``scratch''
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 253 string* scratch) const;
333 int index, string* scratch) const;
message.h 535 // *scratch and return that.
546 string* scratch) const = 0;
657 int index, string* scratch) const = 0;
    [all...]
  /external/valgrind/VEX/priv/
host_s390_defs.h 336 HReg scratch; member in struct:__anon36854
646 HReg old_high, HReg old_low, HReg scratch);
  /external/webp/src/enc/
analysis_enc.c 441 uint8_t* const scratch = (uint8_t*)WEBP_ALIGN(tmp); local
444 VP8IteratorImport(it, scratch);
  /prebuilts/go/darwin-x86/src/encoding/gob/
encode.go 37 scratch [64]byte
43 e.data = e.scratch[0:0]
71 e.data = e.scratch[0:0]
89 b.data = b.scratch[0:0]
  /prebuilts/go/linux-x86/src/encoding/gob/
encode.go 37 scratch [64]byte
43 e.data = e.scratch[0:0]
71 e.data = e.scratch[0:0]
89 b.data = b.scratch[0:0]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 253 string* scratch) const;
333 int index, string* scratch) const;
message.h 535 // *scratch and return that.
546 string* scratch) const = 0;
657 int index, string* scratch) const = 0;
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 2744 Register scratch = ToRegister(instr->temp()); local
3054 XMMRegister scratch = double_scratch0(); local
3236 Register scratch = ToRegister(instr->temp()); local
4325 XMMRegister scratch = ToDoubleRegister(instr->temp()); local
4477 Register scratch = ToRegister(instr->scratch()); local
    [all...]
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 142 @ r3 is scratch
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 405 UnicodeString scratch; local
476 scratch.truncate(0);
477 rule.extractBetween(pos, iq, scratch);
478 buf.append(scratch);
    [all...]
  /external/skia/src/core/
SkColorMatrixFilterRowMajor255.cpp 143 SkArenaAlloc* scratch,
  /external/skia/src/effects/
SkHighContrastFilter.cpp 43 SkArenaAlloc* scratch,
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 62 // LOperand is loaded into scratch, unless already a register.
63 Register EmitLoadRegister(LOperand* op, Register scratch);

Completed in 1547 milliseconds

<<11121314151617181920>>