Home
last modified time | relevance | path

Searched refs:tci (Results 1 – 3 of 3) sorted by relevance

/external/openssl/ssl/
Dssltest.c2452 const SSL_CIPHER *ci, *tci = NULL; in do_test_cipherlist() local
2459 if (tci != NULL) in do_test_cipherlist()
2460 if (ci->id >= tci->id) in do_test_cipherlist()
2462 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id); in do_test_cipherlist()
2465 tci = ci; in do_test_cipherlist()
2472 tci = NULL; in do_test_cipherlist()
2475 if (tci != NULL) in do_test_cipherlist()
2476 if (ci->id >= tci->id) in do_test_cipherlist()
2478 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id); in do_test_cipherlist()
2481 tci = ci; in do_test_cipherlist()
[all …]
/external/clang/test/CodeGenCXX/
Ddebug-info-template.cpp13 TC<int> tci; variable
/external/icu4c/test/intltest/
Drbbiapts.cpp262 CharacterIterator *tci = &wordIter1->getText(); in TestGetSetAdoptText() local
264 tci->getText(tstr); in TestGetSetAdoptText()
278 tci = &wordIter1->getText(); in TestGetSetAdoptText()
279 tci->getText(tstr); in TestGetSetAdoptText()
281 tci = &charIter1->getText(); in TestGetSetAdoptText()
282 tci->getText(tstr); in TestGetSetAdoptText()