Searched refs:VCI (Results 1 - 6 of 6) sorted by relevance

/external/libpcap/
H A Dtokdefs.h139 VCI = 357, enumerator in enum:yytokentype
260 #define VCI 357 macro
H A Dgrammar.y295 %token VPI VCI
654 | VCI { $$.atmfieldtype = A_VCI; }
H A Dgrammar.c446 VCI = 357, enumerator in enum:yytokentype
567 #define VCI 357 macro
1039 "OAM", "OAMF4", "CONNECTMSG", "METACONNECT", "VPI", "VCI", "RADIO",
H A Dscanner.l299 vci return VCI;
H A Dscanner.c3489 return VCI;
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1318 for (IdxIter VCI = VariantClasses.begin(), VCE = VariantClasses.end();
1319 VCI != VCE; ++VCI) {
1320 const CodeGenSchedClass &SC = SchedModels.getSchedClass(*VCI);
1321 OS << " case " << *VCI << ": // " << SC.Name << '\n';

Completed in 2422 milliseconds