Searched refs:qb (Results 1 - 8 of 8) 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;
H A Dqbool.h26 int qbool_get_int(const QBool *qb);
/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/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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
H A DSHA1withDSA_SignatureTest.java997 byte qb[] = new byte[] { 0, -105, 96, 80, -113, 21, 35, 11, -52, -78,
1017 BigInteger q = new BigInteger(qb);
1051 byte qb[] = new byte[] { 0, -105, 96, 80, -113, 21, 35, 11, -52, -78,
1071 BigInteger q = new BigInteger(qb);
/external/doclava/res/assets/templates/assets/
H A Dprettify.js4 mb="(?:^^|[+-]",nb="\\$1",ob=")\\s*",pb="&amp;",qb="&lt;",rb="&gt;",sb="&quot;",tb="&#",ub="x",vb="'",wb='"',xb=" ",yb="XMP",zb="</",Ab='="',P="",Q="\\",Bb="b",Cb="t",Db="n",Eb="v",Fb="f",Gb="r",Hb="u",Ib="0",Jb="1",Kb="2",Lb="3",Mb="4",Nb="5",Ob="6",Pb="7",Qb="\\x0",Rb="\\x",Sb="-",Tb="]",Ub="\\\\u[0-9A-Fa-f]{4}|\\\\x[0-9A-Fa-f]{2}|\\\\[0-3][0-7]{0,2}|\\\\[0-7]{1,2}|\\\\[\\s\\S]|-|[^-\\\\]",R="g",Vb="\\B",Wb="\\b",Xb="\\D",Yb="\\d",Zb="\\S",$b="\\s",ac="\\W",bc="\\w",cc="(?:\\[(?:[^\\x5C\\x5D]|\\\\[\\s\\S])*\\]|\\\\u[A-Fa-f0-9]{4}|\\\\x[A-Fa-f0-9]{2}|\\\\[0-9]+|\\\\[^ux0-9]|\\(\\?[:!=]|[\\(\\)\\^]|[^\\x5B\\x5C\\(\\)\\^]+)",
11 (function(){var N=function(){for(var a=[aa,ba,ca,F,da,ea,G,fa,ja,ka,H,la,ma,na,oa,pa,qa,ra,sa,ta,ua,va,I,wa,xa,ya,za,Aa,Ba,J,Ca,Da,Ea,Fa,Ga,Ha,Ia,L,M,Ta,Ua,Va,Wa,O,Xa,Ya,Za,$a,ab,bb,cb,db,eb,fb,gb,hb,ib,jb,kb,lb],b=mb,c=0;c<a.length;++c)b+=O+a[c].replace(/([^=<>:&a-z])/g,nb);b+=ob;return b}(),Ja=/&/g,Ka=/</g,La=/>/g,Kd=/\"/g;function Ld(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb).replace(Kd,sb)}function ga(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb)}var Md=/&lt;/g,Nd=/&gt;/g,
/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 242 milliseconds