Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:tmpC

481    ULong   tmpC[N_TMPC];
484 ok = parse_ULong( &tmpC[n_tmpC], &str );
497 *lnno = (UWord)tmpC[0];
498 counts = new_Counts( n_tmpC-1, /*COPIED*/&tmpC[1] );
500 counts = new_Counts( n_tmpC, /*COPIED*/&tmpC[0] );