Searched defs:qb (Results 1 - 11 of 11) sorted by relevance

/external/qemu/qobject/
H A Dqbool.c32 QBool *qb; local
34 qb = g_malloc(sizeof(*qb));
35 qb->value = value;
36 QOBJECT_INIT(qb, &qbool_type);
38 return qb;
44 int qbool_get_int(const QBool *qb) argument
46 return qb->value;
/external/compiler-rt/lib/builtins/
H A Ddivtf3.c166 rep_t qb; local
169 wideMultiply(quotient, bSignificand, &dummy, &qb);
170 residual = (aSignificand << 113) - qb;
174 wideMultiply(quotient, bSignificand, &dummy, &qb);
175 residual = (aSignificand << 112) - qb;
/external/qemu/target-i386/
H A Dint_helper.c300 int i, qb, ab; local
318 qb = 1;
320 qb = 0;
322 a0 = (a0 << 1) | qb;
/external/aac/libSBRenc/src/
H A Dsbrenc_freq_sca.cpp561 INT i, qb, qe, qtmp; local
569 base = fDivNorm((FIXP_DBL)stop, (FIXP_DBL)start, &qb);
571 tmp = fPow(base, qb, exp, qe, &qtmp);
/external/srec/portable/src/
H A Dpmalloc.c297 _Cell *q, **qb; local
301 if ((qb = _Aldata._Plast) == 0)
303 for (qb = &_Aldata._Head; *qb != 0;
304 qb = &(*qb)->_Next)
305 if (size <= (*qb)->_Size)
306 return (qb);
310 for (; *qb != 0; qb
342 _Cell *q, **qb; local
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Drate.c165 int qb; local
195 The average measured cost for theta is 0.89701 times qb,
199 qb = IMIN((num+(den>>1))/den, 57);
200 celt_assert(qb >= 0);
201 max_bits += qb;
211 0.95164 times qb, approximated here as 487/512. */
214 qb = IMIN((num+(den>>1))/den, (N==2?64:61));
215 celt_assert(qb >= 0);
216 max_bits += qb;
231 qb
[all...]
H A Dbands.c618 int qn, qb; local
625 qb = IMIN(b-pulse_cap-(4<<BITRES), (b+N2*offset)/N2);
627 qb = IMIN(8<<BITRES, qb);
629 if (qb<(1<<BITRES>>1)) {
632 qn = exp2_table8[qb&0x7]>>(14-(qb>>BITRES));
/external/libopus/celt/
H A Drate.c165 int qb; local
195 The average measured cost for theta is 0.89701 times qb,
199 qb = IMIN((num+(den>>1))/den, 57);
200 celt_assert(qb >= 0);
201 max_bits += qb;
211 0.95164 times qb, approximated here as 487/512. */
214 qb = IMIN((num+(den>>1))/den, (N==2?64:61));
215 celt_assert(qb >= 0);
216 max_bits += qb;
231 qb
[all...]
H A Dbands.c618 int qn, qb; local
625 qb = IMIN(b-pulse_cap-(4<<BITRES), (b+N2*offset)/N2);
627 qb = IMIN(8<<BITRES, qb);
629 if (qb<(1<<BITRES>>1)) {
632 qn = exp2_table8[qb&0x7]>>(14-(qb>>BITRES));
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp473 static void slerp(double qa[4], const double qb[4], double t) argument
482 bx = qb[0]; by = qb[1]; bz = qb[2]; bw = qb[3];
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js181 function qb(){qb=Gu;pb=new Gt;Et(pb,rv);Et(pb,bv)}
215 function rb(a){qb();this.c=a;this.d=new Gt;this.b=new Gt}

Completed in 366 milliseconds