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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/opus/src/celt/
kiss_fft.c 122 kiss_fft_cpx scratch[6]; local
134 C_MUL4(scratch[0],Fout[m] , *tw1 );
135 C_MUL4(scratch[1],Fout[m2] , *tw2 );
136 C_MUL4(scratch[2],Fout[m3] , *tw3 );
140 C_SUB( scratch[5] , *Fout, scratch[1] );
141 C_ADDTO(*Fout, scratch[1]);
142 C_ADD( scratch[3] , scratch[0] , scratch[2] )
169 kiss_fft_cpx scratch[6]; local
219 kiss_fft_cpx scratch[5]; local
270 kiss_fft_cpx scratch[5]; local
319 kiss_fft_cpx scratch[13]; local
388 kiss_fft_cpx scratch[13]; local
    [all...]
  /external/libopus/celt/
kiss_fft.c 122 kiss_fft_cpx scratch[6]; local
134 C_MUL4(scratch[0],Fout[m] , *tw1 );
135 C_MUL4(scratch[1],Fout[m2] , *tw2 );
136 C_MUL4(scratch[2],Fout[m3] , *tw3 );
140 C_SUB( scratch[5] , *Fout, scratch[1] );
141 C_ADDTO(*Fout, scratch[1]);
142 C_ADD( scratch[3] , scratch[0] , scratch[2] )
169 kiss_fft_cpx scratch[6]; local
219 kiss_fft_cpx scratch[5]; local
270 kiss_fft_cpx scratch[5]; local
319 kiss_fft_cpx scratch[13]; local
388 kiss_fft_cpx scratch[13]; local
    [all...]
  /external/speex/libspeex/
kiss_fft.c 96 kiss_fft_cpx scratch[6]; local
110 C_MUL(scratch[0],Fout[m] , *tw1 );
111 C_MUL(scratch[1],Fout[m2] , *tw2 );
112 C_MUL(scratch[2],Fout[m3] , *tw3 );
114 C_SUB( scratch[5] , *Fout, scratch[1] );
115 C_ADDTO(*Fout, scratch[1]);
116 C_ADD( scratch[3] , scratch[0] , scratch[2] )
178 kiss_fft_cpx scratch[5]; local
223 kiss_fft_cpx scratch[13]; local
    [all...]
  /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...]
  /external/openssl/crypto/modes/
xts128.c 66 union { u64 u[2]; u32 d[4]; u8 c[16]; } tweak, scratch; local
79 memcpy(scratch.c,inp,16);
80 scratch.u[0] ^= tweak.u[0];
81 scratch.u[1] ^= tweak.u[1];
83 scratch.u[0] = ((u64*)inp)[0]^tweak.u[0];
84 scratch.u[1] = ((u64*)inp)[1]^tweak.u[1];
86 (*ctx->block1)(scratch.c,scratch.c,ctx->key1);
88 scratch.u[0] ^= tweak.u[0];
89 scratch.u[1] ^= tweak.u[1]
    [all...]
  /external/chromium_org/third_party/skia/src/svg/
SkSVGCircle.cpp 35 char scratch[16]; local
36 sprintf(scratch, "%g", SkScalarToDouble(left));
37 parser._addAttribute("left", scratch);
38 sprintf(scratch, "%g", SkScalarToDouble(top));
39 parser._addAttribute("top", scratch);
40 sprintf(scratch, "%g", SkScalarToDouble(right));
41 parser._addAttribute("right", scratch);
42 sprintf(scratch, "%g", SkScalarToDouble(bottom));
43 parser._addAttribute("bottom", scratch);
SkSVGEllipse.cpp 37 char scratch[16]; local
38 sprintf(scratch, "%g", SkScalarToDouble(left));
39 parser._addAttribute("left", scratch);
40 sprintf(scratch, "%g", SkScalarToDouble(top));
41 parser._addAttribute("top", scratch);
42 sprintf(scratch, "%g", SkScalarToDouble(right));
43 parser._addAttribute("right", scratch);
44 sprintf(scratch, "%g", SkScalarToDouble(bottom));
45 parser._addAttribute("bottom", scratch);
  /external/skia/src/svg/
SkSVGCircle.cpp 35 char scratch[16]; local
36 sprintf(scratch, "%g", SkScalarToDouble(left));
37 parser._addAttribute("left", scratch);
38 sprintf(scratch, "%g", SkScalarToDouble(top));
39 parser._addAttribute("top", scratch);
40 sprintf(scratch, "%g", SkScalarToDouble(right));
41 parser._addAttribute("right", scratch);
42 sprintf(scratch, "%g", SkScalarToDouble(bottom));
43 parser._addAttribute("bottom", scratch);
SkSVGEllipse.cpp 37 char scratch[16]; local
38 sprintf(scratch, "%g", SkScalarToDouble(left));
39 parser._addAttribute("left", scratch);
40 sprintf(scratch, "%g", SkScalarToDouble(top));
41 parser._addAttribute("top", scratch);
42 sprintf(scratch, "%g", SkScalarToDouble(right));
43 parser._addAttribute("right", scratch);
44 sprintf(scratch, "%g", SkScalarToDouble(bottom));
45 parser._addAttribute("bottom", scratch);
  /external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h 111 Complex scratch[6]; local
114 scratch[0] = Fout[k+m] * m_twiddles[k*fstride];
115 scratch[1] = Fout[k+2*m] * m_twiddles[k*fstride*2];
116 scratch[2] = Fout[k+3*m] * m_twiddles[k*fstride*3];
117 scratch[5] = Fout[k] - scratch[1];
119 Fout[k] += scratch[1];
120 scratch[3] = scratch[0] + scratch[2]
137 Complex scratch[5]; local
165 Complex scratch[13]; local
    [all...]
  /external/guava/guava/src/com/google/common/hash/
MessageDigestHashFunction.java 64 private final ByteBuffer scratch; // lazy convenience field in class:MessageDigestHashFunction.MessageDigestHasher
69 this.scratch = ByteBuffer.allocate(8).order(ByteOrder.LITTLE_ENDIAN);
93 scratch.putShort(s);
94 digest.update(scratch.array(), 0, Shorts.BYTES);
95 scratch.clear();
101 scratch.putInt(i);
102 digest.update(scratch.array(), 0, Ints.BYTES);
103 scratch.clear();
109 scratch.putLong(l);
110 digest.update(scratch.array(), 0, Longs.BYTES)
    [all...]
  /external/chromium_org/v8/src/ic/arm64/
stub-cache-arm64.cc 28 Register offset, Register scratch, Register scratch2,
45 DCHECK(!AreAliased(name, offset, scratch, scratch2, scratch3));
51 __ Mov(scratch, key_offset);
52 __ Add(scratch, scratch, Operand(scratch3, LSL, kPointerSizeLog2));
55 __ Ldr(scratch2, MemOperand(scratch));
60 __ Ldr(scratch2, MemOperand(scratch, map_off_addr - key_off_addr));
66 __ Ldr(scratch, MemOperand(scratch, value_off_addr - key_off_addr));
69 __ Ldr(scratch2.W(), FieldMemOperand(scratch, Code::kFlagsOffset))
    [all...]
  /external/chromium_org/v8/src/ic/x64/
stub-cache-x64.cc 87 Register name, Register scratch, Register extra,
102 DCHECK(!scratch.is(receiver));
103 DCHECK(!scratch.is(name));
105 // Check scratch register is valid, extra and extra2 are unused.
106 DCHECK(!scratch.is(no_reg));
117 __ movl(scratch, FieldOperand(name, Name::kHashFieldOffset));
119 __ addl(scratch, FieldOperand(receiver, HeapObject::kMapOffset));
120 __ xorp(scratch, Immediate(flags));
123 __ andp(scratch, Immediate((kPrimaryTableSize - 1) << kCacheIndexShift));
127 scratch);
    [all...]
  /external/chromium_org/v8/src/ic/arm/
stub-cache-arm.cc 22 Register offset, Register scratch, Register scratch2,
41 Register base_addr = scratch;
42 scratch = no_reg;
99 Register name, Register scratch, Register extra,
112 DCHECK(!scratch.is(receiver));
113 DCHECK(!scratch.is(name));
116 DCHECK(!extra.is(scratch));
119 DCHECK(!extra2.is(scratch));
122 // Check scratch, extra and extra2 registers are valid.
123 DCHECK(!scratch.is(no_reg))
    [all...]
  /external/chromium_org/v8/src/ic/mips/
stub-cache-mips.cc 22 Register offset, Register scratch, Register scratch2,
41 Register base_addr = scratch;
42 scratch = no_reg;
95 Register name, Register scratch, Register extra,
108 DCHECK(!scratch.is(receiver));
109 DCHECK(!scratch.is(name));
112 DCHECK(!extra.is(scratch));
115 DCHECK(!extra2.is(scratch));
119 DCHECK(!scratch.is(no_reg));
132 __ lw(scratch, FieldMemOperand(name, Name::kHashFieldOffset))
    [all...]
  /external/chromium_org/v8/src/ic/mips64/
stub-cache-mips64.cc 22 Register offset, Register scratch, Register scratch2,
41 Register base_addr = scratch;
42 scratch = no_reg;
95 Register name, Register scratch, Register extra,
109 DCHECK(!scratch.is(receiver));
110 DCHECK(!scratch.is(name));
113 DCHECK(!extra.is(scratch));
116 DCHECK(!extra2.is(scratch));
120 DCHECK(!scratch.is(no_reg));
133 __ ld(scratch, FieldMemOperand(name, Name::kHashFieldOffset))
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/llvm/lib/Target/Sparc/
SparcJITInfo.cpp 123 // the instructions emitted in the scratch register.
125 unsigned scratch,
129 // Emit: jmpl %g0+Addr, <scratch>
131 Insts.push_back(JMP_INST(0, LO10(Addr), scratch));
137 // Emit: sethi %hi(Addr), scratch
138 // jmpl scratch+%lo(Addr), scratch
139 // sub scratch, 4, scratch
140 Insts.push_back(SETHI_INST(HI22(Addr), scratch));
    [all...]
  /external/chromium_org/net/websockets/
websocket_frame_perftest.cc 31 std::vector<char> scratch(payload, payload + size);
39 masking_key, x % size, &scratch.front(), scratch.size());
  /art/compiler/utils/arm64/
assembler_arm64.cc 56 void Arm64Assembler::GetCurrentThread(FrameOffset offset, ManagedRegister /* scratch */) {
155 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
156 CHECK(scratch.IsCoreRegister()) << scratch;
157 LoadImmediate(scratch.AsCoreRegister(), imm);
158 StoreWToOffset(kStoreWord, scratch.AsOverlappingCoreRegisterLow(), SP,
164 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
165 CHECK(scratch.IsCoreRegister()) << scratch;
166 LoadImmediate(scratch.AsCoreRegister(), imm)
173 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
189 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
351 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
360 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
368 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
378 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
394 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
413 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
438 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
510 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
519 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
530 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
570 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
605 Arm64ManagedRegister scratch = m_scratch.AsArm64(); local
    [all...]
  /external/chromium_org/v8/src/arm64/
debug-arm64.cc 130 Register scratch) {
135 __ Mov(scratch, Smi::FromInt(LiveEdit::kFramePaddingValue));
136 __ PushMultipleTimes(scratch, LiveEdit::kFramePaddingInitialSize);
137 __ Mov(scratch, Smi::FromInt(LiveEdit::kFramePaddingInitialSize));
138 __ Push(scratch);
156 DCHECK((scratch.Bit() & object_regs) == 0);
157 DCHECK((scratch.Bit() & non_object_regs) == 0);
166 __ Lsr(scratch, reg, 32);
167 __ SmiTagAndPush(scratch, reg);
206 __ Pop(scratch, reg)
350 Register scratch = temps.AcquireX(); local
    [all...]
  /system/core/libzipfile/
test_zipfile.c 14 void* scratch; local
77 scratch = malloc(size);
78 printf("scratch=%p\n", scratch);
79 err = decompress_zipentry(entry, scratch, size);
84 fwrite(scratch, unsize, 1, f);
85 free(scratch);

Completed in 5958 milliseconds

1 2 3 4 5 6 7 8 91011>>