| /external/skia/src/core/ |
| SkStream.cpp | 173 char scratch[1024]; local 174 const size_t MAX = sizeof(scratch); 181 stream->read(scratch, n); 182 if (!this->write(scratch, n)) {
|
| /frameworks/base/libs/hwui/ |
| FontRenderer.cpp | 776 uint8_t* scratch = new uint8_t[width * height]; local 777 Blur::horizontal(gaussian, intRadius, *image, scratch, width, height); 778 Blur::vertical(gaussian, intRadius, scratch, *image, width, height); 781 delete[] scratch;
|
| /hardware/intel/bootstub/ |
| bootparam.h | 261 __u32 scratch; /* Scratch field! */ /* 0x1e4 */ member in struct:boot_params
|
| /external/chromium_org/third_party/skia/src/ports/ |
| SkFontHost_win.cpp | [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...] |
| /external/skia/src/ports/ |
| SkFontHost_win.cpp | [all...] |
| /external/chromium_org/v8/src/x87/ |
| lithium-codegen-x87.cc | 1948 Register scratch = ToRegister(instr->temp()); local 3408 Register scratch = ToRegister(instr->temp()); local 4979 Register scratch = ToRegister(instr->scratch()); local [all...] |
| /external/chromium_org/third_party/leveldatabase/src/db/ |
| version_set.cc | 937 std::string scratch; local 938 while (reader.ReadRecord(&record, &scratch) && s.ok()) { [all...] |
| /external/chromium_org/v8/src/arm64/ |
| macro-assembler-arm64-inl.h | 1254 // TODO(jbramley): Several callers rely on this not using scratch 1258 // instruction are accepted.) Once we implement our flexible scratch [all...] |
| regexp-macro-assembler-arm64.cc | [all...] |
| /external/chromium_org/v8/src/ia32/ |
| lithium-codegen-ia32.cc | 1779 Register scratch = ToRegister(instr->temp()); local 2328 Register scratch = ToRegister(instr->temp()); local 3278 Register scratch = ToRegister(instr->temp()); local 3569 XMMRegister scratch = double_scratch0(); local 3725 Register scratch = ToRegister(instr->temp()); local 4724 XMMRegister scratch = (instr->temp() != NULL) local [all...] |
| /art/compiler/utils/mips/ |
| assembler_mips.h | 286 explicit MipsExceptionSlowPath(MipsManagedRegister scratch, size_t stack_adjust) 287 : scratch_(scratch), stack_adjust_(stack_adjust) {}
|
| /external/chromium_org/third_party/libwebp/enc/ |
| analysis.c | 402 uint8_t* const scratch = (uint8_t*)DO_ALIGN(tmp); local 405 VP8IteratorImport(it, scratch);
|
| /external/chromium_org/third_party/openssl/openssl/crypto/ |
| sparccpuid.S | 8 .register %g2,#scratch 9 .register %g3,#scratch
|
| /external/libunwind/doc/ |
| unw_resume.tex | 45 purpose). These registers are normally treated like ``scratch''
|
| /external/openssl/crypto/ |
| sparccpuid.S | 8 .register %g2,#scratch 9 .register %g3,#scratch
|
| /external/valgrind/main/VEX/priv/ |
| host_s390_defs.h | 331 HReg scratch; member in struct:__anon35805 641 HReg old_high, HReg old_low, HReg scratch);
|
| /external/webp/src/enc/ |
| analysis.c | 402 uint8_t* const scratch = (uint8_t*)DO_ALIGN(tmp); local 405 VP8IteratorImport(it, scratch);
|
| /bionic/libc/arch-arm/bionic/ |
| strcmp.S | 143 @ r3 is scratch
|
| /bionic/libc/arch-arm/generic/bionic/ |
| strcmp.S | 143 @ r3 is scratch
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| rbt_pars.cpp | 397 UnicodeString scratch; local 468 scratch.truncate(0); 469 rule.extractBetween(pos, iq, scratch); 470 buf.append(scratch); [all...] |
| /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
| pitch_filter_armv6.S | 68 @ r4, r5, r7, r10, r11: scratch
|
| /external/icu/icu4c/source/i18n/ |
| rbt_pars.cpp | 403 UnicodeString scratch; local 474 scratch.truncate(0); 475 rule.extractBetween(pos, iq, scratch); 476 buf.append(scratch); [all...] |
| /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
| pitch_filter_armv6.S | 71 @ r4, r5, r7, r10, r11: scratch
|
| /external/chromium_org/third_party/leveldatabase/src/table/ |
| table_test.cc | 121 char* scratch) const { 128 memcpy(scratch, &contents_[offset], n); 129 *result = Slice(scratch, n);
|