Home
last modified time | relevance | path

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

/external/srec/srec/include/
Dastar.h53 #define ARC_TOKEN_PTR2LNK(bAsE,atp) (atp==NULL?MAXarcID:(arcID)(atp-bAsE)) macro
/external/srec/srec/Semproc/src/
DSemanticGraphImpl.c842 tail->next_token_index = ARC_TOKEN_PTR2LNK(base, (*arc_token_freelist)); in arc_tokens_free_list()
1137 tmp->next_token_index = ARC_TOKEN_PTR2LNK(impl->arc_token_list, token); in SR_SemanticGraph_AddWordToSlot()
/external/srec/srec/crec/
Dsrec_context.c2968 token->first_next_arc = ARC_TOKEN_PTR2LNK(token_base, IDX_TO_PTR(idx[0], token_base)); in deserializeArcToken()
2969 token->next_token_index = ARC_TOKEN_PTR2LNK(token_base, IDX_TO_PTR(idx[1], token_base)); in deserializeArcToken()