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

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/compress/zlib/
writer.go 34 scratch [4]byte
87 z.scratch = [4]byte{}
97 z.scratch[0] = 0x78
104 z.scratch[1] = 0 << 6
106 z.scratch[1] = 1 << 6
108 z.scratch[1] = 2 << 6
110 z.scratch[1] = 3 << 6
115 z.scratch[1] |= 1 << 5
117 z.scratch[1] += uint8(31 - (uint16(z.scratch[0])<<8+uint16(z.scratch[1]))%31
    [all...]
  /external/gemmlowp/meta/
legacy_single_thread_gemm.h 29 void gemm_q8_strided(std::uint8_t* scratch, const std::uint8_t* lhs,
52 params.scratch = scratch;
74 void gemv_q8(std::uint8_t* scratch, const std::uint8_t* lhs,
96 params.scratch = scratch;
122 void gemm_i32_strided(std::uint8_t* scratch, const std::uint8_t* lhs,
145 params.scratch = scratch;
163 void gemv_i32(std::uint8_t* scratch, const std::uint8_t* lhs
    [all...]
legacy_multi_thread_common.h 43 std::uint8_t* scratch; member in struct:gemmlowp::meta::internal::MetaTask
52 MetaTask(std::uint8_t* scratch, const IN_TYPE* lhs, const IN_TYPE* rhs,
55 : scratch(scratch),
69 operation.ExecuteMatrixMatrix(scratch, task_lhs, task_rhs, task_rect.m,
117 std::int32_t max_threads, std::uint8_t* scratch,
128 operation.ExecuteMatrixMatrix(scratch, lhs, rhs, m, n, k, result,
133 std::uint8_t* task_scratch = scratch;
  /external/gemmlowp/test/
correctness_meta_gemm.cc 176 void test(std::uint8_t* scratch, std::uint8_t* lhs, std::uint8_t* rhs,
183 gemmlowp::meta::multi_thread_gemm_q8(pool, pool_size, scratch, lhs, rhs, m, n,
188 void test_f(std::uint8_t* scratch, std::uint8_t* lhs, std::uint8_t* rhs,
196 gemmlowp::meta::multi_thread_gemm_f(pool, pool_size, scratch, lhs, rhs, m, n,
201 void test_i32(std::uint8_t* scratch, std::uint8_t* lhs, std::uint8_t* rhs,
209 gemmlowp::meta::multi_thread_gemm_i32(pool, pool_size, scratch, lhs, rhs, m,
215 int kd, std::uint8_t* scratch, std::uint8_t* left,
221 test(scratch, left, right, m, n, k, result, pool, t);
229 int kd, std::uint8_t* scratch, std::uint8_t* left,
235 test_f(scratch, left, right, m, n, k, result, pool, t)
276 std::uint8_t* scratch = new std::uint8_t[1024 * 1024 * 64]; local
    [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.cc 548 Register scratch,
552 VIXL_ASSERT(!AliasesAvailableScratchRegister(scratch));
592 sub(cond, scratch, base, sub_pc_offset);
594 if (add_offset == 0) return MemOperand(scratch, load_store_offset);
597 base = scratch;
603 add(cond, scratch, base, add_offset);
604 return MemOperand(scratch, load_store_offset);
747 // Exclude all registers from the available scratch registers, so
751 UseScratchRegisterScope scratch(this);
752 scratch.ExcludeAll()
1209 Register scratch; variable
1235 Register scratch = temps.Acquire(); variable
1340 Register scratch = temps.Acquire(); local
1493 Register scratch = temps.Acquire(); local
1623 Register scratch = temps.Acquire(); local
1701 Register scratch = temps.Acquire(); local
1717 Register scratch = temps.Acquire(); local
1740 Register scratch = temps.Acquire(); local
1847 Register scratch = temps.Acquire(); local
1861 Register scratch = temps.Acquire(); local
1888 Register scratch = temps.Acquire(); local
1944 Register scratch = temps.Acquire(); local
1983 Register scratch = temps.Acquire(); local
2047 Register scratch = temps.Acquire(); local
2143 Register scratch = temps.Acquire(); local
2273 Register scratch = temps.Acquire(); local
2362 Register scratch = temps.Acquire(); local
2422 Register scratch = temps.Acquire(); local
2495 Register scratch = temps.Acquire(); local
2542 Register scratch = temps.Acquire(); local
2568 Register scratch = temps.Acquire(); local
2591 Register scratch = temps.Acquire(); local
    [all...]
  /external/boringssl/src/crypto/cmac/
cmac.c 67 /* Last (possibly partial) scratch */
149 uint8_t scratch[AES_BLOCK_SIZE]; local
154 !EVP_Cipher(&ctx->cipher_ctx, scratch, kZeroIV, AES_BLOCK_SIZE) ||
160 binary_field_mul_x(ctx->k1, scratch);
173 uint8_t scratch[AES_BLOCK_SIZE]; local
197 if (!EVP_Cipher(&ctx->cipher_ctx, scratch, ctx->block, AES_BLOCK_SIZE)) {
204 if (!EVP_Cipher(&ctx->cipher_ctx, scratch, in, AES_BLOCK_SIZE)) {
  /external/v8/src/mips64/
macro-assembler-mips64.h 281 // Swap two registers. If the scratch register is omitted then a slightly
283 void Swap(Register reg1, Register reg2, Register scratch = no_reg);
411 Register scratch,
416 Register scratch,
422 // The register scratch can be object itself, but it will be clobbered.
424 Register scratch,
426 InNewSpace(object, scratch, eq, branch);
430 // The register scratch can be object itself, but scratch will be clobbered.
432 Register scratch,
    [all...]
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
MyGLRenderer.java 61 float[] scratch = new float[16]; local
87 Matrix.multiplyMM(scratch, 0, mMVPMatrix, 0, mRotationMatrix, 0);
90 mTriangle.draw(scratch);
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
SimpleGLRenderer.java 63 float[] scratch = new float[16]; local
89 Matrix.multiplyMM(scratch, 0, mMVPMatrix, 0, mRotationMatrix, 0);
92 mTriangle.draw(scratch);
  /external/swiftshader/third_party/subzero/src/
IceRegistersARM32.h 30 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \
44 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \
55 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \
66 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \
77 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \
89 unsigned Scratch : 1;
117 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \
132 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \
167 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \
187 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr,
    [all...]
  /frameworks/native/services/sensorservice/
SensorEventConnection.h 54 status_t sendEvents(sensors_event_t const* buffer, size_t count, sensors_event_t* scratch,
83 void countFlushCompleteEventsLocked(sensors_event_t const* scratch, int numEventsDropped);
89 int findWakeUpSensorEventLocked(sensors_event_t const* scratch, int count);
106 void reAllocateCacheLocked(sensors_event_t const* scratch, int count);
SensorEventConnection.cpp 223 sensors_event_t* scratch,
228 if (scratch) {
268 // Keep copying events into the scratch buffer as long as they are regular
274 scratch[count++] = buffer[i];
278 // Regular sensor event, just copy it to the scratch buffer.
279 scratch[count++] = buffer[i++];
287 scratch = const_cast<sensors_event_t *>(buffer);
304 memcpy(&mEventCache[mCacheSize], scratch, count * sizeof(sensors_event_t));
310 reAllocateCacheLocked(scratch, count);
316 memcpy(&mEventCache[mCacheSize], scratch,
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 415 Register LCodeGen::EmitLoadRegister(LOperand* op, Register scratch) {
426 __ li(scratch, Operand(static_cast<int32_t>(literal->Number())));
429 __ li(scratch, Operand(Smi::FromInt(constant->Integer32Value())));
434 __ li(scratch, literal);
436 return scratch;
438 __ lw(scratch, ToMemOperand(op));
439 return scratch;
442 return scratch;
787 Register scratch = scratch0(); local
790 __ Push(a1, scratch);
1190 Register scratch = result.is(dividend) ? scratch0() : dividend; local
1337 Register scratch = scratch0(); local
1490 Register scratch = scratch0(); local
1589 Register scratch = scratch0(); local
1598 &no_overflow_label, scratch); local
1647 Register scratch = scratch0(); local
1667 Register scratch = scratch0(); local
1695 Register scratch = scratch0(); local
1729 Register scratch = scratch1(); local
1738 &no_overflow_label, scratch); local
1750 Register scratch = scratch1(); local
2023 const Register scratch = scratch1(); local
2180 Register scratch = scratch0(); local
2288 Register scratch = scratch0(); local
2497 Register scratch = scratch0(); local
2561 Register scratch = scratch0(); local
2721 Register scratch = scratch0(); local
2755 Register scratch = scratch0(); local
2857 Register scratch = scratch0(); local
2907 Register scratch = scratch0(); local
2967 Register scratch = scratch0(); local
3123 Register scratch = scratch0(); local
3272 Register scratch = scratch0(); local
3648 Register scratch = scratch0(); local
3833 Register scratch = scratch0(); local
3884 Register scratch = scratch0(); local
4047 Register scratch = scratch0(); local
4129 Register scratch = scratch0(); local
4177 Register scratch = scratch0(); local
4216 Register scratch = scratch0(); local
4364 Register scratch = scratch0(); local
4421 Register scratch = scratch0(); local
4443 Register scratch = scratch0(); local
4693 Register scratch = scratch0(); local
4705 Register scratch = scratch0(); local
4866 Register scratch = scratch0(); local
4916 Register scratch = ToRegister(instr->temp1()); local
5095 Register scratch = scratch0(); local
5393 Register scratch = scratch0(); local
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 217 Register scratch,
219 if (scratch.is(no_reg)) {
224 mov(scratch, reg1, LeaveCC, cond);
226 mov(reg2, scratch, LeaveCC, cond);
367 Register scratch,
374 DCHECK(!scratch.is(dst));
379 and_(scratch, src, Operand((1 << width) - 1));
380 mov(scratch, Operand(scratch, LSL, lsb));
381 orr(dst, dst, scratch);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 398 Register LCodeGen::EmitLoadRegister(LOperand* op, Register scratch) {
409 __ li(scratch, Operand(static_cast<int32_t>(literal->Number())));
412 __ li(scratch, Operand(Smi::FromInt(constant->Integer32Value())));
417 __ li(scratch, literal);
419 return scratch;
421 __ ld(scratch, ToMemOperand(op));
422 return scratch;
425 return scratch;
775 Register scratch = scratch0(); local
778 __ Push(a1, scratch);
1186 Register scratch = result.is(dividend) ? scratch0() : dividend; local
1338 Register scratch = scratch0(); local
1442 Register scratch = scratch0(); local
1675 Register scratch = scratch0(); local
1679 &no_overflow_label, scratch); local
1696 Register scratch = scratch0(); local
1700 &no_overflow_label, scratch); local
1748 Register scratch = scratch0(); local
1768 Register scratch = scratch0(); local
1796 Register scratch = scratch0(); local
1837 Register scratch = scratch1(); local
1840 &no_overflow_label, scratch); local
1858 Register scratch = scratch1(); local
1861 &no_overflow_label, scratch); local
1872 Register scratch = scratch1(); local
2144 const Register scratch = scratch1(); local
2300 Register scratch = scratch0(); local
2409 Register scratch = scratch0(); local
2620 Register scratch = scratch0(); local
2683 Register scratch = scratch0(); local
2699 Register scratch = scratch0(); local
2869 Register scratch = scratch0(); local
2912 Register scratch = scratch0(); local
3039 Register scratch = scratch0(); local
3089 Register scratch = scratch0(); local
3153 Register scratch = scratch0(); local
3309 Register scratch = scratch0(); local
3475 Register scratch = scratch0(); local
4055 Register scratch = scratch0(); local
4099 Register scratch = scratch0(); local
4267 Register scratch = scratch0(); local
4349 Register scratch = scratch0(); local
4397 Register scratch = scratch0(); local
4436 Register scratch = scratch0(); local
4557 Register scratch = scratch0(); local
4614 Register scratch = scratch0(); local
4636 Register scratch = scratch0(); local
4884 Register scratch = scratch0(); local
4896 Register scratch = scratch0(); local
5057 Register scratch = scratch0(); local
5107 Register scratch = ToRegister(instr->temp1()); local
5288 Register scratch = scratch0(); local
5586 Register scratch = scratch0(); local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 408 Register LCodeGen::EmitLoadRegister(LOperand* op, Register scratch) {
419 __ LoadIntLiteral(scratch, static_cast<int32_t>(literal->Number()));
424 __ Move(scratch, literal);
426 return scratch;
428 __ LoadP(scratch, ToMemOperand(op));
429 return scratch;
432 return scratch;
754 Register scratch = scratch0(); local
758 __ Push(r4, scratch);
759 __ mov(scratch, Operand(count))
976 Register scratch = scratch0(); local
1096 Register scratch = scratch0(); local
1162 Register scratch = scratch0(); local
1334 Register scratch = scratch0(); local
1380 Register scratch = scratch0(); local
1596 Register scratch = scratch0(); local
1804 Register scratch = scratch0(); local
1824 Register scratch = scratch0(); local
2374 Register scratch = scratch0(); local
2481 Register scratch = scratch0(); local
2680 Register scratch = scratch0(); local
2699 Register scratch = scratch0(); local
2772 Register scratch = scratch0(); local
2964 Register scratch = scratch0(); local
3009 Register scratch = scratch0(); local
3094 Register scratch = scratch0(); local
3121 Register scratch = scratch0(); local
3181 Register scratch = scratch0(); local
3237 Register scratch = scratch0(); local
3394 Register scratch = scratch0(); local
3546 Register scratch = ip; local
3938 Register scratch = scratch0(); local
4166 Register scratch = scratch0(); local
4210 Register scratch = scratch0(); local
4384 Register scratch = scratch0(); local
4464 Register scratch = scratch0(); local
4551 Register scratch = scratch0(); local
4692 Register scratch = scratch0(); local
4752 Register scratch = scratch0(); local
4772 Register scratch = scratch0(); local
4993 Register scratch = scratch0(); local
5004 Register scratch = scratch0(); local
5165 Register scratch = scratch0(); local
5216 Register scratch = ToRegister(instr->temp1()); local
5382 Register scratch = scratch0(); local
5655 Register scratch = scratch0(); local
    [all...]
  /external/fio/examples/
enospc-pressure.fio 9 directory=/scratch
  /external/icu/icu4c/source/common/unicode/
bytestream.h 74 * May return a pointer to the caller-owned scratch buffer which must have
96 * If a non-scratch buffer is returned, the caller may only pass
100 * The default implementation always returns the scratch buffer.
106 * @param scratch default caller-owned buffer
107 * @param scratch_capacity capacity of the scratch buffer
115 char* scratch, int32_t scratch_capacity,
182 * @param scratch default caller-owned buffer
183 * @param scratch_capacity capacity of the scratch buffer
191 char* scratch, int32_t scratch_capacity,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
dom.go 75 scratch := cfg.domblockstore
76 if len(scratch) < tot {
83 scratch = make([]ID, req)
84 cfg.domblockstore = scratch
86 // Clear as much of scratch as we will (re)use
87 scratch = scratch[0:tot]
88 for i := range scratch {
89 scratch[i] = 0
93 a = scratch[0*maxBlockID : 1*maxBlockID
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
dom.go 75 scratch := cfg.domblockstore
76 if len(scratch) < tot {
83 scratch = make([]ID, req)
84 cfg.domblockstore = scratch
86 // Clear as much of scratch as we will (re)use
87 scratch = scratch[0:tot]
88 for i := range scratch {
89 scratch[i] = 0
93 a = scratch[0*maxBlockID : 1*maxBlockID
    [all...]
  /art/compiler/optimizing/
parallel_move_resolver.cc 72 // Eliminate the move, in case following moves need a scratch register.
264 int scratch = -1; local
267 scratch = reg;
272 if (scratch == -1) {
274 scratch = if_scratch;
279 return scratch;
381 for (Location scratch : scratches_) {
382 CHECK(!loc.Equals(scratch));
402 // in the move graph. We use scratch location to resolve cycles, also
414 // resolve as (1 -> scratch) (0 -> 1) (scratch -> 0). If, by chance, '2' i
458 Location scratch = AllocateScratchLocationFor(kind); local
495 Location scratch = scratches_[i]; local
    [all...]
  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.cc 146 class Scratch {
148 Scratch() : buffer_(), buffer_32_(nullptr), size_(0) {}
176 Scratch* global_scratch = nullptr;
178 Scratch* GetOrCreateGlobalScratch() {
180 global_scratch = new Scratch();
251 // Assure enough scratch memory is allocated and run the fast path gemm.
259 Scratch* scratch = GetOrCreateGlobalScratch(); local
262 scratch->AssureSize(meta::gemm_q8_scratch(m, n, k, max_num_threads));
264 scratch->buffer(), lhs, rhs, m, n, k, lhs_offset
283 Scratch* scratch = GetOrCreateGlobalScratch(); local
360 Scratch* scratch = GetOrCreateGlobalScratch(); local
    [all...]
  /external/autotest/client/tests/dacapo/
dacapo.py 75 self.scratch = os.path.join(self.resultsdir, test)
76 scratch = '--scratch-directory %s ' % self.scratch
77 args = verbose + workload + scratch + iterations + test
105 # Remove scratch directory
106 shutil.rmtree(self.scratch)
  /external/v8/src/ic/x64/
handler-compiler-x64.cc 107 Handle<Map> receiver_map, Register receiver, Register scratch,
110 DCHECK(!accessor_holder.is(scratch));
113 __ PopReturnAddressTo(scratch);
119 DCHECK(!scratch.is(store_parameter));
122 __ PushReturnAddressFrom(scratch);
130 scratch = no_reg;
200 Register scratch, Label* miss) {
206 __ LoadWeakValue(scratch, weak_cell, miss);
207 __ Cmp(FieldOperand(scratch, PropertyCell::kValueOffset),
215 int accessor_index, int expected_arguments, Register scratch) {
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 392 Register LCodeGen::EmitLoadRegister(LOperand* op, Register scratch) {
403 __ LoadIntLiteral(scratch, static_cast<int32_t>(literal->Number()));
408 __ Move(scratch, literal);
410 return scratch;
412 __ LoadP(scratch, ToMemOperand(op));
413 return scratch;
416 return scratch;
716 Register scratch = scratch0(); local
723 __ LoadImmP(scratch, Operand::Zero());
725 __ LoadImmP(scratch, Operand(1))
1071 Register scratch = scratch0(); local
1284 Register scratch = scratch0(); local
1332 Register scratch = scratch0(); local
1566 Register scratch = scratch0(); local
1791 Register scratch = scratch0(); local
1811 Register scratch = scratch0(); local
2371 Register scratch = scratch0(); local
2471 Register scratch = scratch0(); local
2670 Register scratch = scratch0(); local
2740 Register scratch = scratch0(); local
2912 Register scratch = scratch0(); local
2971 Register scratch = scratch0(); local
3056 Register scratch = scratch0(); local
3087 Register scratch = scratch0(); local
3141 Register scratch = scratch0(); local
3194 Register scratch = scratch0(); local
3343 Register scratch = scratch0(); local
3469 Register scratch = ip; local
3838 Register scratch = scratch0(); local
4074 Register scratch = scratch0(); local
4136 Register scratch = scratch0(); local
4328 Register scratch = scratch0(); local
4403 Register scratch = scratch0(); local
4486 Register scratch = scratch0(); local
4623 Register scratch = scratch0(); local
4697 Register scratch = scratch0(); local
4939 Register scratch = scratch0(); local
4949 Register scratch = scratch0(); local
5105 Register scratch = scratch0(); local
5154 Register scratch = ToRegister(instr->temp1()); local
5324 Register scratch = scratch0(); local
5582 Register scratch = scratch0(); local
    [all...]

Completed in 1187 milliseconds

1 23 4 5 6 7 8 91011>>