/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/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;
|
/external/tremolo/Tremolo/ |
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...] |
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...] |
/external/chromium_org/third_party/opus/src/celt/ |
quant_bands.c | 185 int qi, qi0; local 196 qi = (f+QCONST32(.5f,DB_SHIFT+7))>>(DB_SHIFT+7); 202 qi = (int)floor(.5f+f); 207 if (qi < 0 && x < decay_bound) 209 qi += (int)SHR16(SUB16(decay_bound,x), DB_SHIFT); 210 if (qi > 0) 211 qi = 0; 213 qi0 = qi; 221 qi = IMIN(1, qi); 448 int qi; local [all...] |
/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/libvpx/libvpx/vp9/common/ |
vp9_postproc.c | 386 int ai = a, qi = q, i; local 390 sigma = ai + .5 + .6 * (63 - qi) / 63.0;
|
/hardware/invensense/60xx/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/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...] |
/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...] |
/hardware/invensense/65xx/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);
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mlFIFO.c | 1814 long wtemp[4], qi[4], wtemp2[4]; local [all...] |
/external/clang/utils/TableGen/ |
NeonEmitter.cpp | 2220 int si = -1, qi = -1; local [all...] |