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

/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-limit.cpp14 TC<int> tci; variable
H A Ddebug-info-template.cpp99 // CHECK: !MDGlobalVariable(name: "tci",
101 // CHECK-SAME: variable: %"struct.TC<unsigned int, 2, &glb, &foo::e, &foo::f, &foo::g, 1, 2, 3>::nested"* @tci
128 TC<unsigned, 2, &glb, &foo::e, &foo::f, &foo::g, 1, 2, 3>::nested tci; variable
/external/jmonkeyengine/engine/src/bullet-native/
H A DjmePhysicsSpace.cpp80 SequentialThreadSupport::SequentialThreadConstructionInfo tci("solverThreads", SolverThreadFunc, SolverlsMemoryFunc);
81 SequentialThreadSupport* threadSupport = new SequentialThreadSupport(tci);
98 SequentialThreadSupport::SequentialThreadConstructionInfo tci("solverThreads", processCollisionTask, createCollisionLocalStoreMemory);
99 SequentialThreadSupport* threadSupport = new SequentialThreadSupport(tci);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_macsec_qca.c802 u8 tci = 0; local
811 tci |= TCI_SC;
813 tci |= TCI_ES;
815 tci |= TCI_SCB;
818 tci |= TCI_E | TCI_C;
828 (tci >> 2));
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_macsec_qca.c802 u8 tci = 0; local
811 tci |= TCI_SC;
813 tci |= TCI_ES;
815 tci |= TCI_SCB;
818 tci |= TCI_E | TCI_C;
828 (tci >> 2));
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_macsec_qca.c802 u8 tci = 0; local
811 tci |= TCI_SC;
813 tci |= TCI_ES;
815 tci |= TCI_SCB;
818 tci |= TCI_E | TCI_C;
828 (tci >> 2));
/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 580 milliseconds