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

  /device/google/contexthub/lib/nanohub/
rsa.c 152 * memcpy(state->tmpB, a, RSA_BYTES);
154 * biMul(state->tmpA, state->tmpB, state->tmpB);
155 * biMod(state->tmpA, c, state->tmpB);
156 * memcpy(state->tmpB, state->tmpA, RSA_BYTES);
159 * //calculate a ^ 65537 mod c into state->tmpA [ at this point this means do state->tmpA = (state->tmpB * a) % c ]
160 * biMul(state->tmpA, state->tmpB, a);
161 * biMod(state->tmpA, c, state->tmpB);
172 //step 0: copy a -> tmpB
174 memcpy(state->tmpB, a, RSA_BYTES)
    [all...]
  /device/google/contexthub/lib/include/nanohub/
rsa.h 29 uint32_t tmpB[RSA_LIMBS + 1];
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceTest.java 28 Object tmpA, tmpB, tmpC, obj;
59 tmpA = tmpB = obj = null;
67 tmpB = new Object();
70 WeakReference wr = new WeakReference(tmpB, new ReferenceQueue());
81 // Must reference tmpA and tmpB so the jit does not optimize them away
82 assertTrue("should always pass", tmpA != sr.get() && tmpB != wr.get());
  /external/pdfium/third_party/bigint/
BigInteger.cc 290 BigInteger tmpB(b);
291 divideWithRemainder(tmpB, q);
BigUnsigned.cc 398 BigUnsigned tmpB(b);
399 divideWithRemainder(tmpB, q);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 710 int32_t tmp, tmpB, tmpCorr;
745 tmpB=WEBRTC_SPL_MUL_16_32_RSFT15(gamma, corrlo2QQ[n]);
746 corrlo2QQ[n] = tmp + tmpB;
760 int32_t tmp, tmpB, tmpCorr;
801 tmpB=WEBRTC_SPL_MUL_16_32_RSFT15(gamma, tmpCorr);
802 corrhiQQ[n] = tmp + tmpB;
  /external/boringssl/src/crypto/pem/
pem_lib.c 608 BUF_MEM *dataB, *tmpB;
725 tmpB = headerB;
727 dataB = tmpB;
  /external/skia/src/core/
SkRegion.cpp 1065 RunType tmpB[kRectRegionRuns];
1069 const RunType* b_runs = rgnb->getRuns(tmpB, &b_intervals);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 288 milliseconds