Home
last modified time | relevance | path

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

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