HomeSort by relevance Sort by last modified time
    Searched refs:pB (Results 1 - 12 of 12) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
tns_decode_coef.cpp 295 Int32 *pB = &(scratchTnsDecCoefMem[TNS_MAX_ORDER]);
355 * pB[i] = pA[i] + sin_result * pA[m-i]
360 *(pB++) = *(pA++) + (mult_high << 1);
365 /* Shift to place pB[m] in q_lpc format */
367 *pB = sin_result >> 12;
375 pA = pB;
376 pB = temp_ptr;
380 * and pB = pB[m]
405 pB -= m
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 441 #define CV_BLOB_ID(pB) (((CvBlob*)(pB))->ID)
442 #define CV_BLOB_CENTER(pB) cvPoint2D32f(((CvBlob*)(pB))->x,((CvBlob*)(pB))->y)
443 #define CV_BLOB_X(pB) (((CvBlob*)(pB))->x)
444 #define CV_BLOB_Y(pB) (((CvBlob*)(pB))->y)
445 #define CV_BLOB_WX(pB) (((CvBlob*)(pB))->w
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp     [all...]
cvsubdivision2d.cpp 521 CvSubdiv2DPoint *pA, *pB, *pC;
548 pB = cvSubdiv2DAddPoint( subdiv, ppB, 0 );
555 cvSubdiv2DSetEdgePoints( edge_AB, pA, pB );
556 cvSubdiv2DSetEdgePoints( edge_BC, pB, pC );
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_gf_mult.c 120 LTC_FAST_TYPE B[16][WPV], tmp[32 / sizeof(LTC_FAST_TYPE)], pB[16 / sizeof(LTC_FAST_TYPE)], zz, z;
130 LOAD32L(pB[i], b + (i<<2));
135 LOAD64L(pB[i], b + (i<<3));
174 u = (pB[j] >> ((i^1)<<2)) & 15;
  /external/openssl/crypto/bn/
bn_gcd.c 511 BIGNUM *pA, *pB;
545 pB = &local_B;
546 BN_with_flags(pB, B, BN_FLG_CONSTTIME);
547 if (!BN_nnmod(B, pB, A, ctx)) goto err;
  /external/openssl/crypto/bn/asm/
modexp512-x86_64.pl 364 #MULADD_256x512 MACRO pDst, pA, pB, OP, TMP, X7, X6, X5, X4, X3, X2, X1, X0
368 # pB: Multiplicand (512 bits, 8 qwords)
375 my ($pDst, $pA, $pB, $OP, $TMP, $X)=@_;
379 &MULSTEP_512_ADD($X, "(+8*0)($pDst)", $pB, $pA, $OP, $TMP);
385 &MULSTEP_512($X, "(+8*1)($pDst)", $pB, $OP, $TMP);
391 &MULSTEP_512($X, "(+8*2)($pDst)", $pB, $OP, $TMP);
397 &MULSTEP_512($X, "(+8*3)($pDst)", $pB, $OP, $TMP);
617 #MUL_512x512 MACRO pDst, pA, pB, x7, x6, x5, x4, x3, x2, x1, x0, tmp*2
621 # pB: Multiplicand (512 bits, 8 qwords)
623 # B operand in [pB] and also in x7...x
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFactory.cpp 135 uint64_t helper_bit_select(uint64_t pA, uint64_t pB, uint64_t pMask)
137 return (pA & ~pMask) | (pB & pMask) ;
  /external/sqlite/dist/orig/
sqlite3.c 27531 struct ByteRangeLockPB2 pb; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 27542 struct ByteRangeLockPB2 pb; local
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 494 milliseconds