Home
last modified time | relevance | path

Searched refs:grmtyp (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/include/
Dsrec_context.h101 int grmtyp; /* GrammarType */ member
/external/srec/srec/crec/
Dsrec_context.c204 context->grmtyp = (arcID)FST_GetGrammarType(context); in FST_LoadContext()
3071 header[3] = context->grmtyp; in FST_DumpContextAsImageV2()
3073 PLogMessage("FST_DumpContextAsImageV2() fstgrmtyp %d", context->grmtyp); in FST_DumpContextAsImageV2()
3215 if (context->grmtyp != GrammarTypeItemList) in FST_DumpContextAsImageV2()
3290 fst->grmtyp = header[3]; in FST_LoadContextFromImageV2()
3485 if (fst->grmtyp != GrammarTypeItemList) in FST_LoadContextFromImageV2()