Searched defs:qi (Results 1 - 13 of 13) sorted by relevance

/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/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;
/external/tremolo/Tremolo/
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...]
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...]
/external/libvorbis/lib/
H A Dlsp.c156 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)>>1
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dquant_bands.c185 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/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h243 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
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c386 int ai = a, qi = q, i; local
390 sigma = ai + .5 + .6 * (63 - qi) / 63.0;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.c581 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);
579 set_anqp_req(unsigned int bit, const char *name, int local, unsigned int remote, u16 remote_delay, struct anqp_query_info *qi) argument
597 rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id, struct anqp_query_info *qi) argument
648 rx_anqp_query_list(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
664 rx_anqp_hs_query_list(struct hostapd_data *hapd, u8 subtype, struct anqp_query_info *qi) argument
702 rx_anqp_hs_nai_home_realm(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
719 rx_anqp_vendor_specific(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
773 gas_serv_req_local_processing(struct hostapd_data *hapd, const u8 *sa, u8 dialog_token, struct anqp_query_info *qi) argument
836 struct anqp_query_info qi; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c581 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);
579 set_anqp_req(unsigned int bit, const char *name, int local, unsigned int remote, u16 remote_delay, struct anqp_query_info *qi) argument
597 rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id, struct anqp_query_info *qi) argument
648 rx_anqp_query_list(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
664 rx_anqp_hs_query_list(struct hostapd_data *hapd, u8 subtype, struct anqp_query_info *qi) argument
702 rx_anqp_hs_nai_home_realm(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
719 rx_anqp_vendor_specific(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
773 gas_serv_req_local_processing(struct hostapd_data *hapd, const u8 *sa, u8 dialog_token, struct anqp_query_info *qi) argument
836 struct anqp_query_info qi; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c581 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);
579 set_anqp_req(unsigned int bit, const char *name, int local, unsigned int remote, u16 remote_delay, struct anqp_query_info *qi) argument
597 rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id, struct anqp_query_info *qi) argument
648 rx_anqp_query_list(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
664 rx_anqp_hs_query_list(struct hostapd_data *hapd, u8 subtype, struct anqp_query_info *qi) argument
702 rx_anqp_hs_nai_home_realm(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
719 rx_anqp_vendor_specific(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
773 gas_serv_req_local_processing(struct hostapd_data *hapd, const u8 *sa, u8 dialog_token, struct anqp_query_info *qi) argument
836 struct anqp_query_info qi; local
[all...]
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp2220 int si = -1, qi = -1; local
2228 qi = ti;
2284 OS << MangleName(name, TypeVec[qi], ClassB) << ": mask = "

Completed in 231 milliseconds