Searched refs:qi (Results 1 - 12 of 12) sorted by relevance

/external/qemu/
H A Dqint.c31 QInt *qi; local
33 qi = qemu_malloc(sizeof(*qi));
34 qi->value = value;
35 QOBJECT_INIT(qi, &qint_type);
37 return qi;
43 int64_t qint_get_int(const QInt *qi) argument
45 return qi->value;
H A Dqfloat.h26 double qfloat_get_double(const QFloat *qi);
H A Dqint.h25 int64_t qint_get_int(const QInt *qi);
/external/tremolo/Tremolo/
H A Dfloor0.c200 ogg_uint32_t qi=46341; local
208 lsp_loop_asm(&qi,&pi,&qexp,ilsp,wi,m);
211 qi=((qi*qi)>>16);
216 qi+=pi>>14;
221 qi*=(1<<14)+wi;
223 qi=(qi+pi)>>14;
226 if(qi
[all...]
H A Dasm_arm.h153 ogg_uint32_t qi=*qip,pi=*pip; local
164 "umull %0,r2,r1,%0;" //qi*=labs(ilsp[j]-wi)
191 "umull %0,r2,r1,%0;\n" //qi*=labs(ilsp[j]-wi)
202 //qi=(pi>>shift)*labs(ilsp[j]-wi);
203 //pi=(qi>>shift)*labs(ilsp[j+1]-wi);
230 : "+r"(qi),"+r"(pi),"+r"(qexp)
234 *qip=qi;
241 ogg_uint32_t qi=*qip; local
256 : "+r"(qi),"+r"(qexp)
259 *qip=qi;
[all...]
/external/qemu/hw/
H A Dmips_int.c38 qemu_irq *qi; local
41 qi = qemu_allocate_irqs(cpu_mips_irq_request, env, 8);
43 env->irq[i] = qi[i];
H A Dgoldfish_interrupt.c166 qemu_irq* qi; local
169 qi = qemu_allocate_irqs(goldfish_int_set_irq, s, GFD_MAX_IRQ);
186 return qi;
/external/expat/xmlwf/
H A Dxmlwin32url.cxx343 QuitInfo *qi = (QuitInfo *)p; local
344 qi->hr = hr;
345 qi->stop = 1;
366 QuitInfo qi; local
367 qi.stop = 0;
368 qi.url = url;
371 HRESULT hr = openStream(parser, baseMoniker, url, threadQuit, &qi);
376 else if (FAILED(qi.hr)) {
377 winPerror(url, qi.hr);
381 while (!qi
[all...]
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp1314 int si = -1, qi = -1; local
1322 qi = ti;
1372 << MangleName(name, TypeVec[qi], ClassB)
/external/webp/src/dec/
H A Ddsp_sse2.c316 #define UPDATE_2PIXELS(pi, qi, a_lo, a_hi) { \
321 qi = _mm_subs_epi8(qi, a); \
/external/libvpx/vp8/common/
H A Dpostproc.c394 int ai = a, qi = q, i; local
399 sigma = ai + .5 + .6 * (63 - qi) / 63.0;
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1079 constexpr double qi = __imag *q; // expected-error {{constant expr}} expected-note {{cannot access imaginary component of pointer past the end}}

Completed in 105 milliseconds