HomeSort by relevance Sort by last modified time
    Searched defs:scratch (Results 1 - 25 of 298) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/google/contexthub/firmware/lib/libc/
strlen.c 58 int scratch; local
67 : "=&r" (len), "=&r" (scratch) : "r" (str) : "memory", "cc");
75 : "=&r" (end), "=&r" (scratch) : "0" (str) : "memory", "cc");
  /art/compiler/utils/
swap_space_test.cc 35 ScratchFile scratch; local
36 int fd = scratch.GetFd();
37 unlink(scratch.GetFilename().c_str());
70 scratch.Close();
  /external/aac/libFDK/src/mips/
fft_rad2_mips.cpp 109 int32c scratch[1024]; local
124 mips_fft32(dout, din, twiddles, scratch, ldn);
  /external/blktrace/btt/
trace.c 59 char scratch[15]; local
69 make_dev_hdr(scratch, 15, iop->dip, 1),
  /external/guava/guava/src/com/google/common/hash/
AbstractByteHasher.java 31 * Abstract {@link Hasher} that handles converting primitives to bytes using a scratch {@code
38 private final ByteBuffer scratch = ByteBuffer.allocate(8).order(ByteOrder.LITTLE_ENDIAN); field in class:AbstractByteHasher
86 update(scratch.array(), 0, bytes);
88 scratch.clear();
95 scratch.putShort(s);
101 scratch.putInt(i);
107 scratch.putLong(l);
113 scratch.putChar(c);
  /external/icu/icu4c/source/i18n/
bocsu.cpp 102 char scratch[64]; local
107 char *buffer=sink.GetAppendBuffer(1, length*2, scratch, (int32_t)sizeof(scratch), &capacity);
113 buffer=scratch;
114 capacity=(int32_t)sizeof(scratch);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_scratch.c 39 struct nouveau_scratch_state *scratch = local
40 &to_nouveau_context(ctx)->scratch;
43 if (scratch->buf && size <= NOUVEAU_SCRATCH_SIZE - scratch->offset) {
44 nouveau_bo_ref(scratch->bo[scratch->index], bo);
46 buf = scratch->buf + scratch->offset;
47 *offset = scratch->offset;
48 scratch->offset += size
76 struct nouveau_scratch_state *scratch = local
91 struct nouveau_scratch_state *scratch = local
    [all...]
  /external/toybox/toys/example/
test_scankey.c 25 char c = 'X', scratch[16]; local
29 memset(scratch, 0, 16);
44 key = scan_key_getsize(scratch, -1*!!t[0], &width, &height);
48 if (*scratch) {
51 while (0<(key = scan_key_getsize(scratch, 0, &width, &height)))
  /external/v8/src/debug/arm64/
debug-arm64.cc 87 Register scratch = x10; local
92 __ Mov(scratch, Smi::FromInt(LiveEdit::kFramePaddingValue));
93 __ PushMultipleTimes(scratch, LiveEdit::kFramePaddingInitialSize);
94 __ Mov(scratch, Smi::FromInt(LiveEdit::kFramePaddingInitialSize));
95 __ Push(scratch);
134 __ Mov(scratch, after_break_target);
135 __ Ldr(scratch, MemOperand(scratch));
136 __ Br(scratch);
153 Register scratch = temps.AcquireX() 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;
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...]
  /art/compiler/utils/arm64/
assembler_arm64.cc 64 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
66 CHECK(scratch.IsXRegister()) << scratch;
67 // Remove base and scratch form the temp list - higher level API uses IP1, IP0.
69 temps.Exclude(reg_x(base.AsXRegister()), reg_x(scratch.AsXRegister()));
70 ___ Ldr(reg_x(scratch.AsXRegister()), MEM_OP(reg_x(base.AsXRegister()), offs.Int32Value()));
71 ___ Br(reg_x(scratch.AsXRegister()));
  /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/libopus/celt/mips/
kiss_fft_mipsr1.h 99 kiss_fft_cpx scratch[13]; local
128 scratch[0] = *Fout0;
131 C_MUL(scratch[1] ,*Fout1, tw[u*fstride]);
132 C_MUL(scratch[2] ,*Fout2, tw[2*u*fstride]);
133 C_MUL(scratch[3] ,*Fout3, tw[3*u*fstride]);
134 C_MUL(scratch[4] ,*Fout4, tw[4*u*fstride]);
136 C_ADD( scratch[7],scratch[1],scratch[4]);
137 C_SUB( scratch[10],scratch[1],scratch[4])
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_context.h 42 } scratch; member in struct:nouveau_context
57 /* This is needed because we don't hold references outside of context::scratch,
64 nv->scratch.wrap = nv->scratch.id;
65 if (unlikely(nv->scratch.nr_runout))
69 /* Get pointer to scratch buffer.
82 if (ctx->scratch.bo[i])
83 nouveau_bo_ref(NULL, &ctx->scratch.bo[i]);
  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 119 string scratch; local
122 &reflection->GetStringReference(message, F("optional_string"), &scratch))
127 0, &scratch))
    [all...]
  /external/skia/tools/
get_images_from_skps.cpp 172 SkDynamicMemoryWStream scratch; local
174 picture->serialize(&scratch, &sniff);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_bstream.h 26 uint8_t buf_scratch[SCRATCH_SIZE];/* scratch for boundary reads*/
49 /* scratch buffer to stage data on boundaries and reloads */
50 viddec_pm_utils_bstream_scratch_cxt_t scratch; member in struct:__anon40293
  /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);
  /external/boringssl/src/decrepit/xts/
xts.c 71 } tweak, scratch; local
84 OPENSSL_memcpy(scratch.c, inp, 16);
85 scratch.u[0] ^= tweak.u[0];
86 scratch.u[1] ^= tweak.u[1];
88 scratch.u[0] = ((uint64_t *)inp)[0] ^ tweak.u[0];
89 scratch.u[1] = ((uint64_t *)inp)[1] ^ tweak.u[1];
91 (*ctx->block1)(scratch.c, scratch.c, ctx->key1);
93 scratch.u[0] ^= tweak.u[0];
94 scratch.u[1] ^= tweak.u[1]
    [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/gemmlowp/test/
correctness_meta_gemm.cc 169 void test(std::uint8_t* scratch, std::uint8_t* lhs, std::uint8_t* rhs,
176 gemmlowp::meta::multi_thread_gemm_q8(pool, pool_size, scratch, lhs, rhs, m, n,
181 void test_f(std::uint8_t* scratch, std::uint8_t* lhs, std::uint8_t* rhs,
189 gemmlowp::meta::multi_thread_gemm_f(pool, pool_size, scratch, lhs, rhs, m, n,
207 std::uint8_t* scratch = new std::uint8_t[1024 * 1024 * 64]; local
217 test(scratch, left, right, m, n, k, result, &pool, 4);
227 test_f(scratch, left, right, m, n, k, result_float, &pool, 4);
  /external/ltp/testcases/kernel/security/tomoyo/
include.h 99 char scratch[100]; local
104 value = scratch;
105 len = sizeof(scratch);
  /frameworks/base/opengl/java/android/opengl/
GLU.java 75 float[] scratch = sScratch; local
76 synchronized(scratch) {
77 Matrix.setLookAtM(scratch, 0, eyeX, eyeY, eyeZ, centerX, centerY, centerZ,
79 gl.glMultMatrixf(scratch, 0);
150 float[] scratch = sScratch; local
151 synchronized(scratch) {
155 Matrix.multiplyMM(scratch, M_OFFSET, project, projectOffset,
158 scratch[V_OFFSET + 0] = objX;
159 scratch[V_OFFSET + 1] = objY;
160 scratch[V_OFFSET + 2] = objZ
216 float[] scratch = sScratch; local
    [all...]
  /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);

Completed in 1204 milliseconds

1 2 3 4 5 6 7 8 91011>>