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

12

/external/qemu/qobject/
H A Dqint.c31 QInt *qi; local
33 qi = g_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/qemu/include/qapi/qmp/
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/mips/
H A Dmips_int.c40 qemu_irq *qi; local
43 qi = qemu_allocate_irqs(cpu_mips_irq_request, env, 8);
45 env->irq[i] = qi[i];
/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);
453 int qi; local
[all...]
/external/libopus/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);
453 int qi; local
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.c755 struct anqp_query_info *qi)
757 qi->request |= bit;
767 struct anqp_query_info *qi)
772 qi);
776 hapd->conf->venue_name != NULL, qi);
780 hapd->conf->network_auth_type != NULL, qi);
784 hapd->conf->roaming_consortium != NULL, qi);
789 hapd->conf->ipaddr_type_configured, qi);
793 hapd->conf->nai_realm_data != NULL, qi);
798 hapd->conf->anqp_3gpp_cell_net != NULL, qi);
754 set_anqp_req(unsigned int bit, const char *name, int local, struct anqp_query_info *qi) argument
766 rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id, struct anqp_query_info *qi) argument
812 rx_anqp_query_list(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
828 rx_anqp_hs_query_list(struct hostapd_data *hapd, u8 subtype, struct anqp_query_info *qi) argument
867 rx_anqp_hs_nai_home_realm(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
884 rx_anqp_hs_icon_request(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
901 rx_anqp_vendor_specific(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
958 gas_serv_req_local_processing(struct hostapd_data *hapd, const u8 *sa, u8 dialog_token, struct anqp_query_info *qi, int prot) argument
1027 struct anqp_query_info qi; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c755 struct anqp_query_info *qi)
757 qi->request |= bit;
767 struct anqp_query_info *qi)
772 qi);
776 hapd->conf->venue_name != NULL, qi);
780 hapd->conf->network_auth_type != NULL, qi);
784 hapd->conf->roaming_consortium != NULL, qi);
789 hapd->conf->ipaddr_type_configured, qi);
793 hapd->conf->nai_realm_data != NULL, qi);
798 hapd->conf->anqp_3gpp_cell_net != NULL, qi);
754 set_anqp_req(unsigned int bit, const char *name, int local, struct anqp_query_info *qi) argument
766 rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id, struct anqp_query_info *qi) argument
812 rx_anqp_query_list(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
828 rx_anqp_hs_query_list(struct hostapd_data *hapd, u8 subtype, struct anqp_query_info *qi) argument
867 rx_anqp_hs_nai_home_realm(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
884 rx_anqp_hs_icon_request(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
901 rx_anqp_vendor_specific(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
958 gas_serv_req_local_processing(struct hostapd_data *hapd, const u8 *sa, u8 dialog_token, struct anqp_query_info *qi, int prot) argument
1027 struct anqp_query_info qi; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c755 struct anqp_query_info *qi)
757 qi->request |= bit;
767 struct anqp_query_info *qi)
772 qi);
776 hapd->conf->venue_name != NULL, qi);
780 hapd->conf->network_auth_type != NULL, qi);
784 hapd->conf->roaming_consortium != NULL, qi);
789 hapd->conf->ipaddr_type_configured, qi);
793 hapd->conf->nai_realm_data != NULL, qi);
798 hapd->conf->anqp_3gpp_cell_net != NULL, qi);
754 set_anqp_req(unsigned int bit, const char *name, int local, struct anqp_query_info *qi) argument
766 rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id, struct anqp_query_info *qi) argument
812 rx_anqp_query_list(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
828 rx_anqp_hs_query_list(struct hostapd_data *hapd, u8 subtype, struct anqp_query_info *qi) argument
867 rx_anqp_hs_nai_home_realm(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
884 rx_anqp_hs_icon_request(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
901 rx_anqp_vendor_specific(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
958 gas_serv_req_local_processing(struct hostapd_data *hapd, const u8 *sa, u8 dialog_token, struct anqp_query_info *qi, int prot) argument
1027 struct anqp_query_info qi; local
[all...]
/external/qemu/hw/android/goldfish/
H A Dinterrupt.c167 qemu_irq* qi; local
170 qi = qemu_allocate_irqs(goldfish_int_set_irq, s, GFD_MAX_IRQ);
192 return qi;
/external/chromium_org/content/child/webcrypto/
H A Djwk.h85 const CryptoData& qi,
107 std::string qi; member in struct:content::webcrypto::JwkRsaInfo
H A Djwk.cc598 const CryptoData& qi,
614 writer.SetBase64Encoded("qi", qi);
666 // The "p", "q", "dp", "dq", and "qi" properties are optional in the JWA
685 status = GetJwkBigInteger(dict.get(), "qi", &result->qi);
591 WriteRsaPrivateKeyJwk(const CryptoData& n, const CryptoData& e, const CryptoData& d, const CryptoData& p, const CryptoData& q, const CryptoData& dp, const CryptoData& dq, const CryptoData& qi, const std::string& algorithm, bool extractable, blink::WebCryptoKeyUsageMask usage_mask, std::vector<uint8_t>* jwk_key_data) argument
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h244 typename ListOfClusters::iterator qi = findCluster(diag(i)); local
245 if (qi == m_clusters.end()) {
249 qi = m_clusters.end();
250 --qi;
255 if (abs(diag(j) - diag(i)) <= separation() && std::find(qi->begin(), qi->end(), diag(j)) == qi->end()) {
258 qi->push_back(diag(j));
260 qi->insert(qi
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A Djsdifflib.js231 var alo, ahi, blo, bhi, qi, i, j, k, x;
233 qi = queue.pop();
234 alo = qi[0];
235 ahi = qi[1];
236 blo = qi[2];
237 bhi = qi[3];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_postproc.c317 int ai = a, qi = q, i; local
321 sigma = ai + .5 + .6 * (63 - qi) / 63.0;
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_sse2.c372 // Pixels 'pi' and 'qi' are int8_t on input, uint8_t on output (sign flip).
373 static WEBP_INLINE void Update2Pixels(__m128i* const pi, __m128i* const qi, argument
381 *qi = _mm_subs_epi8(*qi, delta);
382 FLIP_SIGN_BIT2(*pi, *qi);
/external/webp/src/dsp/
H A Ddec_sse2.c372 // Pixels 'pi' and 'qi' are int8_t on input, uint8_t on output (sign flip).
373 static WEBP_INLINE void Update2Pixels(__m128i* const pi, __m128i* const qi, argument
381 *qi = _mm_subs_epi8(*qi, delta);
382 FLIP_SIGN_BIT2(*pi, *qi);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c383 int ai = a, qi = q, i; local
387 sigma = ai + .5 + .6 * (63 - qi) / 63.0;
/external/chromium_org/content/child/webcrypto/openssl/
H A Drsa_key_openssl.cc177 rsa->iqmp = CreateBIGNUM(params.qi);
/external/chromium_org/content/child/webcrypto/nss/
H A Drsa_key_nss.cc369 AddAttribute(CKA_COEFFICIENT, params.qi, &key_template);
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1210 constexpr double qi = __imag *q; // expected-error {{constant expr}} expected-note {{cannot access imaginary component of pointer past the end}}
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js286 function ki(a,b,c,d){oi();qi(d,mi,ni);d.cZ=a;d.cM=b;d.qI=c;return d}
306 function qi(a,b,c){oi();for(var d=0,e=b.length;d<e;++d){a[b[d]]=c[d]}}

Completed in 678 milliseconds

12