Searched refs:next_chars (Results 1 - 3 of 3) sorted by relevance

/external/srec/srec/include/
H A Dsrec_context.h58 char* next_chars; /* FOUR_BYTE_PTR(char*, next_chars, dummy2); */ member in struct:__anon12466
/external/srec/srec/crec/
H A Dsrec_context.c344 Interface->next_chars = Interface->chars;
548 wmap->next_base_chars = wmap->next_chars;
555 wmap->max_chars = (wmap->next_chars - wmap->chars);
635 wmap->next_chars = wmap->next_base_chars;
678 if (wmap->next_chars + len >= wmap->chars + wmap->max_chars)
695 wmap->next_chars = wmap->chars + (wmap->next_chars - old_wmap__chars);
716 PLogError("error: char overflow in wmap %d max %d\n", (int)(wmap->next_chars - wmap->chars), wmap->max_chars);
752 strcpy(wmap->next_chars, word);
753 wmap->words[ wmap->num_words++] = wmap->next_chars;
[all...]
/external/srec/tools/test_g2g/
H A Dtest_g2g.c228 fst->olabels->next_chars-fst->olabels->chars,

Completed in 69 milliseconds