Searched defs:iLabel (Results 1 - 5 of 5) sorted by relevance

/external/opencore/engines/common/include/
H A Dpv_engine_types.h66 iLabel = aSDKInfo.iLabel;
71 OSCL_StackString<80> iLabel; member in struct:PVSDKInfo
H A Dpv_common_types.h64 iLabel = aSDKInfo.iLabel;
69 OSCL_StackString<80> iLabel; member in struct:TPVCmnSDKInfo
/external/srec/tools/grxmlcompile/
H A Dnetw_arc.h37 NUANArc (int iLabel, int oLabel) argument
39 inputLabel= iLabel;
49 NUANArc (int iLabel, int oLabel, int from, int to) argument
51 inputLabel= iLabel;
162 int Transduce (int iLabel) argument
164 if (inputLabel == iLabel)
H A Dsub_base.cpp71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to) argument
73 assert (!(iLabel == NONE_LABEL && from == to));
75 NUANArc *arc_one= new NUANArc (iLabel, oLabel, from, to);
/external/sqlite/dist/
H A Dsqlite3.c71120 int iLabel; /* Label resolved to end of generated code */ local
[all...]

Completed in 301 milliseconds