Home
last modified time | relevance | path

Searched refs:MAX_NUM_SLOTS (Results 1 – 5 of 5) sorted by relevance

/external/srec/srec/Semproc/src/
DSemanticGraphImpl.c572 for (i = 0; i < MAX_NUM_SLOTS; i++) in SR_SemanticGraph_LoadFromTextFiles()
1103 for(i=0; i<MAX_NUM_SLOTS;i++) in SR_SemanticGraph_AddWordToSlot()
1263 asr_uint32_t idx[MAX_NUM_SLOTS]; in serializeArcTokenInfoV2()
1264 for(i=0; i<MAX_NUM_SLOTS; i++) in serializeArcTokenInfoV2()
1266 if (pfwrite(&idx, 4, MAX_NUM_SLOTS, fp) != MAX_NUM_SLOTS) in serializeArcTokenInfoV2()
1349 asr_uint32_t idx[MAX_NUM_SLOTS]; in deserializeArcTokenInfoV2()
1350 if (pfread(&idx[0], 4, MAX_NUM_SLOTS, fp) != MAX_NUM_SLOTS) { in deserializeArcTokenInfoV2()
1355 for(i=0; i<MAX_NUM_SLOTS; i++) in deserializeArcTokenInfoV2()
/external/srec/srec/include/
Dsrec_context.h88 #define MAX_NUM_SLOTS 12 /* SLOTS */ macro
123 srec_fsm_exit_point fsm_exit_points[MAX_NUM_SLOTS];
/external/srec/srec/Semproc/include/
DSR_SemanticGraphImpl.h110 arc_token* arcs_for_slot[MAX_NUM_SLOTS];
/external/srec/tools/grxmlcompile/
Dgrxmlcompile.cpp108 #define MAX_NUM_SLOTS 12 /* must agree with srec_context.h */ macro
685 if(num_slots > MAX_NUM_SLOTS) { in make_openfst_graphs()
865 if(slot_olabel_max > MAX_NUM_SLOTS) in make_openfst_graphs()
/external/srec/srec/crec/
Dsrec_context.c418 if(wmap->num_slots > MAX_NUM_SLOTS) in FST_LoadWordMap()
3188 q = p + MAX_NUM_SLOTS; in FST_DumpContextAsImageV2()
3450 q = p + MAX_NUM_SLOTS; in FST_LoadContextFromImageV2()
3778 if (nfxps >= MAX_NUM_SLOTS) in fst_alloc_transit_points()