Home
last modified time | relevance | path

Searched refs:script_olabel_offset (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/Semproc/include/
DSR_SemanticGraphImpl.h66 labelID script_olabel_offset; /* starts at SEMGRAPH_SCRIPT_OFFSET */ member
/external/srec/srec/Semproc/src/
DSemanticGraphImpl.c63 impl->script_olabel_offset = SEMGRAPH_SCRIPT_OFFSET; in SR_SemanticGraphCreate()
213 impl->script_olabel_offset = (wordID)tmp[i++]; in sr_semanticgraph_loadV2()
438 olabel = (wordID)(olabel + semgraph->script_olabel_offset); /* the offset */ in SR_SemanticGraph_LoadFromTextFiles()
758 tmp[i++] = impl->script_olabel_offset; in sr_semanticgraph_saveV2()
1139 tmp->olabel = (wordID)(impl->script_olabel_offset + scriptID); in SR_SemanticGraph_AddWordToSlot()
1143 old_scriptID = token->olabel - impl->script_olabel_offset; in SR_SemanticGraph_AddWordToSlot()
1169 token->olabel = (wordID)(impl->script_olabel_offset + scriptID); in SR_SemanticGraph_AddWordToSlot()
DSemanticProcessorImpl.c1173 if (semgraph->scopes_olabel_offset < semgraph->script_olabel_offset) in lookUpWord()
1177 upper_offset = semgraph->script_olabel_offset; in lookUpWord()
1182 mid_offset = semgraph->script_olabel_offset; in lookUpWord()