OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpC
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceTest.java
28
Object tmpA, tmpB,
tmpC
, obj;
91
tmpC
= new Object();
94
PhantomReference pr = new PhantomReference(
tmpC
, new ReferenceQueue());
/external/valgrind/main/cachegrind/
cg_merge.c
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] );
[
all
...]
Completed in 533 milliseconds