Searched refs:tci (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-limit.cpp14 TC<int> tci; variable
H A Ddebug-info-template.cpp80 // CHECK: metadata !"[[TCNESTED]]", i32 0, i32 1, %"struct.TC<unsigned int, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested"* @tci, null} ; [ DW_TAG_variable ] [tci]
102 TC<unsigned, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested tci; variable
/external/chromium_org/ui/events/x/
H A Dtouch_factory_x11.cc134 XITouchClassInfo* tci = local
137 if (tci->mode == XIDirectTouch) {
141 if (tci->num_touches > 0 && tci->num_touches > max_touch_points_)
142 max_touch_points_ = tci->num_touches;
157 XITouchClassInfo* tci = local
160 if (tci->mode == XIDirectTouch)
/external/openssl/ssl/
H A Dssltest.c2544 const SSL_CIPHER *ci, *tci = NULL; local
2551 if (tci != NULL)
2552 if (ci->id >= tci->id)
2554 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2557 tci = ci;
2564 tci = NULL;
2567 if (tci != NULL)
2568 if (ci->id >= tci->id)
2570 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2573 tci
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_macsec_qca.c798 u8 tci = 0; local
807 tci |= TCI_SC;
809 tci |= TCI_ES;
811 tci |= TCI_SCB;
814 tci |= TCI_E | TCI_C;
824 (tci >> 2));
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_macsec_qca.c798 u8 tci = 0; local
807 tci |= TCI_SC;
809 tci |= TCI_ES;
811 tci |= TCI_SCB;
814 tci |= TCI_E | TCI_C;
824 (tci >> 2));
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_macsec_qca.c798 u8 tci = 0; local
807 tci |= TCI_SC;
809 tci |= TCI_ES;
811 tci |= TCI_SCB;
814 tci |= TCI_E | TCI_C;
824 (tci >> 2));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbiapts.cpp267 CharacterIterator *tci = &wordIter1->getText(); local
269 tci->getText(tstr);
283 tci = &wordIter1->getText();
284 tci->getText(tstr);
286 tci = &charIter1->getText();
287 tci->getText(tstr);
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp270 CharacterIterator *tci = &wordIter1->getText(); local
272 tci->getText(tstr);
286 tci = &wordIter1->getText();
287 tci->getText(tstr);
289 tci = &charIter1->getText();
290 tci->getText(tstr);

Completed in 1342 milliseconds