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

/external/qemu/
H A Dqbool.c32 QBool *qb; local
34 qb = qemu_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/aac/libSBRenc/src/
H A Dsbrenc_freq_sca.cpp542 INT i, qb, qe, qtmp; local
550 base = fDivNorm((FIXP_DBL)stop, (FIXP_DBL)start, &qb);
552 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/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.cpp463 static void slerp(double qa[4], const double qb[4], double t) argument
472 bx = qb[0]; by = qb[1]; bz = qb[2]; bw = qb[3];
/external/qemu/target-i386/
H A Dop_helper.c4559 int i, qb, ab; local
4577 qb = 1;
4579 qb = 0;
4581 a0 = (a0 << 1) | qb;

Completed in 2225 milliseconds