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

/external/srec/srec/crec/
H A Dsrec_context.c2893 static ESR_ReturnCode serializeArcToken(arc_token *token_base, argument
2897 arc_token *token = token_base + i;
2908 idx = PTR_TO_IDX(ARC_TOKEN_PTR(token_base, token->first_next_arc), token_base);
2913 idx = PTR_TO_IDX(ARC_TOKEN_PTR(token_base, token->next_token_index), token_base);
2949 static ESR_ReturnCode deserializeArcToken(arc_token *token_base, argument
2953 arc_token *token = token_base + i;
2969 token->first_next_arc = ARC_TOKEN_PTR2LNK(token_base, IDX_TO_PTR(idx[0], token_base));
[all...]

Completed in 164 milliseconds