Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dword_lattice.c686 wtokenID btindex; local
719 btindex = stoken->word_backtrace[i];
720 for (; btindex != MAXwtokenID; btindex = bttoken->backtrace)
722 bttoken = &rec->word_token_array[ btindex];
723 ASSERT(rec->word_token_array_flags[ btindex] >= 0);
724 rec->word_token_array_flags[ btindex] = 1;
729 btindex = awtoken->word_backtrace;
730 for (; btindex != MAXwtokenID; btindex = bttoken->backtrace)
732 bttoken = &rec->word_token_array[ btindex];
733 rec->word_token_array_flags[ btindex] = 1;