HomeSort by relevance Sort by last modified time
    Searched defs:pA (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/bn/
bn_gcd.c 511 BIGNUM *pA, *pB;
570 pA = &local_A;
571 BN_with_flags(pA, A, BN_FLG_CONSTTIME);
574 if (!BN_div(D,M,pA,B,ctx)) goto err;
  /frameworks/base/media/libstagefright/codecs/aacdec/
tns_decode_coef.cpp 297 Int32 *pA = scratchTnsDecCoefMem;
348 * temp_ptr used to optimize index into pA
349 * mult = (Int32)( pA[m-i] * sin_result);
355 * pB[i] = pA[i] + sin_result * pA[m-i]
360 *(pB++) = *(pA++) + (mult_high << 1);
374 temp_ptr = pA;
375 pA = pB;
379 * At this point, pA = pA[m
    [all...]
  /system/core/libacc/tests/data/
structs.c 91 struct a *pA;
92 pA = &z;
93 pA->x += 5;
94 return pA->x;
  /system/core/libacc/
acc.cpp 659 bool bitsSame(Type* pA, Type* pB) {
660 return collapseType(pA->tag) == collapseType(pB->tag);
    [all...]

Completed in 74 milliseconds