HomeSort by relevance Sort by last modified time
    Searched refs:qi (Results 1 - 19 of 19) sorted by null

  /external/qemu/
qint.c 31 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)
45 return qi->value;
qfloat.h 26 double qfloat_get_double(const QFloat *qi);
qint.h 25 int64_t qint_get_int(const QInt *qi);
  /external/tremolo/Tremolo/
floor0.c 200 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&0xffff0000){ /* checks for 1.xxxxxxxxxxxxxxxx *
    [all...]
asm_arm.h 153 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/
mips_int.c 38 qemu_irq *qi; local
41 qi = qemu_allocate_irqs(cpu_mips_irq_request, env, 8);
43 env->irq[i] = qi[i];
goldfish_interrupt.c 166 qemu_irq* qi; local
169 qi = qemu_allocate_irqs(goldfish_int_set_irq, s, GFD_MAX_IRQ);
186 return qi;
  /external/libvorbis/lib/
lsp.c 156 unsigned long qi=46341; local
160 qi*=labs(ilsp[0]-wi);
164 if(!(shift=MLOOP_1[(pi|qi)>>25]))
165 if(!(shift=MLOOP_2[(pi|qi)>>19]))
166 shift=MLOOP_3[(pi|qi)>>16];
167 qi=(qi>>shift)*labs(ilsp[j-1]-wi);
171 if(!(shift=MLOOP_1[(pi|qi)>>25]))
172 if(!(shift=MLOOP_2[(pi|qi)>>19]))
173 shift=MLOOP_3[(pi|qi)>>16]
    [all...]
  /external/wpa_supplicant_8/src/ap/
gas_serv.c 581 struct anqp_query_info *qi)
583 qi->request |= bit;
588 qi->remote_request |= bit;
589 if (remote_delay > qi->remote_delay)
590 qi->remote_delay = remote_delay;
598 struct anqp_query_info *qi)
603 0, qi);
607 hapd->conf->venue_name != NULL, 0, 0, qi);
612 0, 0, qi);
616 hapd->conf->roaming_consortium != NULL, 0, 0, qi);
836 struct anqp_query_info qi; local
    [all...]
  /external/expat/xmlwf/
xmlwin32url.cxx 343 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.stop && GetMessage (&msg, NULL, 0, 0))
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 243 typename ListOfClusters::iterator qi = findCluster(diag(i)); local
244 if (qi == m_clusters.end()) {
248 qi = m_clusters.end();
249 --qi;
254 if (internal::abs(diag(j) - diag(i)) <= separation() && std::find(qi->begin(), qi->end(), diag(j)) == qi->end()) {
257 qi->push_back(diag(j));
259 qi->insert(qi->end(), qj->begin(), qj->end())
    [all...]
  /hardware/invensense/libsensors_iio/software/core/mllite/
ml_math_func.c 41 float cgcross[4], q1[4], q2[4], qi[4]; local
52 inv_q_invertf(quat, qi);
53 inv_q_multf(q1, qi, q2);
  /external/clang/utils/TableGen/
NeonEmitter.cpp 1508 int si = -1, qi = -1; local
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 318 #define UPDATE_2PIXELS(pi, qi, a_lo, a_hi) { \
323 qi = _mm_subs_epi8(qi, delta); \
    [all...]
  /hardware/invensense/mlsdk/mllite/
mlFIFO.c 1814 long wtemp[4], qi[4], wtemp2[4]; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
postproc.c 441 int ai = a, qi = q, i; local
446 sigma = ai + .5 + .6 * (63 - qi) / 63.0;
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]