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

  /device/google/contexthub/lib/include/nanohub/
rsa.h 32 uint32_t tmpC[RSA_LIMBS + 1];
34 uint32_t tmpC[RSA_LIMBS * 2];
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceTest.java 28 Object tmpA, tmpB, tmpC, obj;
68 tmpC = new Object();
71 PhantomReference pr = new PhantomReference(tmpC, new ReferenceQueue());
  /external/valgrind/cachegrind/
cg_merge.c 493 ULong *tmpC = NULL;
498 tmpC = realloc(tmpC, tmpCsize * sizeof *tmpC);
499 if (tmpC == NULL)
502 ok = parse_ULong( &tmpC[n_tmpC], &str );
513 *lnno = (UWord)tmpC[0];
514 counts = new_Counts( n_tmpC-1, /*COPIED*/&tmpC[1] );
516 counts = new_Counts( n_tmpC, /*COPIED*/&tmpC[0] );
518 free(tmpC);
    [all...]

Completed in 267 milliseconds